Home
last modified time | relevance | path

Searched refs:GL_TEXTURE_CUBE_MAP_POSITIVE_Z (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
DGLESv2Validation.cpp333 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in textureTarget()
622 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: in isCubeMapTarget()
DGL2Encoder.cpp2418 target == GL_TEXTURE_CUBE_MAP_POSITIVE_Z || in s_glTexImage2D()
3167 target == GL_TEXTURE_CUBE_MAP_POSITIVE_Z || in s_glCompressedTexImage2D()
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h269 #define GL_TEXTURE_CUBE_MAP_POSITIVE_Z 0x8519 macro
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h269 #define GL_TEXTURE_CUBE_MAP_POSITIVE_Z 0x8519 macro
Dgl31.h269 #define GL_TEXTURE_CUBE_MAP_POSITIVE_Z 0x8519 macro
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1120 return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in identifyPositiveCubeMapComponent()