Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.h351 bool isBoundTextureImmutableFormat(GLenum target) const;
DGLClientState.cpp906 bool GLClientState::isBoundTextureImmutableFormat(GLenum target) const { in isBoundTextureImmutableFormat() function in GLClientState
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp1928 SET_ERROR_IF(state->isBoundTextureImmutableFormat(target), GL_INVALID_OPERATION); in s_glTexImage2D()
3250 SET_ERROR_IF(state->isBoundTextureImmutableFormat(target), GL_INVALID_OPERATION); in s_glTexStorage2D()
3354 SET_ERROR_IF(state->isBoundTextureImmutableFormat(target), GL_INVALID_OPERATION); in s_glTexImage3D()
3511 SET_ERROR_IF(state->isBoundTextureImmutableFormat(target), GL_INVALID_OPERATION); in s_glTexStorage3D()
4775 SET_ERROR_IF(state->isBoundTextureImmutableFormat(target), GL_INVALID_OPERATION); in s_glTexStorage2DMultisample()