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.h751 bool isTextureCubeMap(GLuint name) const;
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1038 bool GLClientState::isTextureCubeMap(GLuint tex_name) const { in isTextureCubeMap() function in gfxstream::guest::GLClientState
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp3236 …SET_ERROR_IF(GLESv2Validation::isCubeMapTarget(textarget) && !state->isTextureCubeMap(texture), GL… in s_glFramebufferTexture2D()
3237 …SET_ERROR_IF(!GLESv2Validation::isCubeMapTarget(textarget) && state->isTextureCubeMap(texture), GL… in s_glFramebufferTexture2D()