Home
last modified time | relevance | path

Searched refs:ext_GL_EXT_draw_buffers_indexed (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp1142 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()
DGLESv2Context.cpp794 if (glSupport.ext_GL_EXT_draw_buffers_indexed) { in InitExtensionString()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp423 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()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h111 bool ext_GL_EXT_draw_buffers_indexed = false; member