Searched refs:ext_GL_EXT_draw_buffers_indexed (Results 1 – 4 of 4) sorted by relevance
1142 SET_ERROR_IF(!ctx->getCaps()->ext_GL_EXT_draw_buffers_indexed, GL_INVALID_OPERATION); in glEnableiEXT()1149 SET_ERROR_IF(!ctx->getCaps()->ext_GL_EXT_draw_buffers_indexed, GL_INVALID_OPERATION); in glDisableiEXT()1157 SET_ERROR_IF(!ctx->getCaps()->ext_GL_EXT_draw_buffers_indexed, GL_INVALID_OPERATION); in glBlendEquationiEXT()1165 SET_ERROR_IF(!ctx->getCaps()->ext_GL_EXT_draw_buffers_indexed, GL_INVALID_OPERATION); in glBlendEquationSeparateiEXT()1173 SET_ERROR_IF(!ctx->getCaps()->ext_GL_EXT_draw_buffers_indexed, GL_INVALID_OPERATION); in glBlendFunciEXT()1181 SET_ERROR_IF(!ctx->getCaps()->ext_GL_EXT_draw_buffers_indexed, GL_INVALID_OPERATION); in glBlendFuncSeparateiEXT()1190 SET_ERROR_IF(!ctx->getCaps()->ext_GL_EXT_draw_buffers_indexed, GL_INVALID_OPERATION); in glColorMaskiEXT()
794 if (glSupport.ext_GL_EXT_draw_buffers_indexed) { in InitExtensionString()
423 m_blendStates.resize(getCaps()->ext_GL_EXT_draw_buffers_indexed ? getCaps()->maxDrawBuffers in init()868 if (getCaps()->ext_GL_EXT_draw_buffers_indexed) { in postLoadRestoreCtx()1988 glSupport.ext_GL_EXT_draw_buffers_indexed = true; in initCapsLocked()3012 if (getCaps()->ext_GL_EXT_draw_buffers_indexed) { in blitFromReadBufferToTextureFlipped()3068 if (getCaps()->ext_GL_EXT_draw_buffers_indexed) { in blitFromReadBufferToTextureFlipped()3138 if (getCaps()->ext_GL_EXT_draw_buffers_indexed) { in blitFromReadBufferToEGLImage()3194 if (getCaps()->ext_GL_EXT_draw_buffers_indexed) { in blitFromReadBufferToEGLImage()
111 bool ext_GL_EXT_draw_buffers_indexed = false; member