Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h741 bool isTextureCubeMap(GLuint name) const;
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1037 bool GLClientState::isTextureCubeMap(GLuint tex_name) const { in isTextureCubeMap() function in gfxstream::guest::GLClientState
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp3238 …SET_ERROR_IF(GLESv2Validation::isCubeMapTarget(textarget) && !state->isTextureCubeMap(texture), GL… in s_glFramebufferTexture2D()
3239 …SET_ERROR_IF(!GLESv2Validation::isCubeMapTarget(textarget) && state->isTextureCubeMap(texture), GL… in s_glFramebufferTexture2D()