Home
last modified time | relevance | path

Searched refs:getMaxDrawBuffers (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h554 int getMaxDrawBuffers() const;
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp2705 RET_AND_SET_ERROR_IF(index >= ctx->m_state->getMaxDrawBuffers(), GL_INVALID_VALUE, false); in validateAllowedEnablei()
2733 SET_ERROR_IF(buf >= ctx->m_state->getMaxDrawBuffers(), GL_INVALID_VALUE); in s_glBlendEquationiEXT()
2744 SET_ERROR_IF(buf >= ctx->m_state->getMaxDrawBuffers(), GL_INVALID_VALUE); in s_glBlendEquationSeparateiEXT()
2756 SET_ERROR_IF(buf >= ctx->m_state->getMaxDrawBuffers(), GL_INVALID_VALUE); in s_glBlendFunciEXT()
2768 SET_ERROR_IF(buf >= ctx->m_state->getMaxDrawBuffers(), GL_INVALID_VALUE); in s_glBlendFuncSeparateiEXT()
2782 SET_ERROR_IF(buf >= ctx->m_state->getMaxDrawBuffers(), GL_INVALID_VALUE); in s_glColorMaskiEXT()
4197 SET_ERROR_IF(n < 0 || n > ctx->m_state->getMaxDrawBuffers(), GL_INVALID_VALUE); in s_glDrawBuffers()
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp2334 int GLClientState::getMaxDrawBuffers() const { in getMaxDrawBuffers() function in gfxstream::guest::GLClientState