Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmValidate.cpp147 return (target == GL_TEXTURE_ENV || target == GL_POINT_SPRITE_OES); in texEnv()
168 case GL_POINT_SPRITE_OES: in capability()
/sdk/emulator/opengl/shared/OpenglCodecCommon/
DglUtils.cpp160 case GL_POINT_SPRITE_OES: in glUtilsParamSize()
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h586 #define GL_POINT_SPRITE_OES 0x8861 macro