Home
last modified time | relevance | path

Searched refs:GL_COLOR_ARRAY_POINTER (Results 1 – 4 of 4) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmContext.cpp257 arrType == GL_COLOR_ARRAY_POINTER ? GL_COLOR_ARRAY : in getPointer()
363 ptr = getPointer(GL_COLOR_ARRAY_POINTER); in glGetIntegerv()
/sdk/emulator/opengl/shared/OpenglCodecCommon/
DGLClientState.cpp172 case GL_COLOR_ARRAY_POINTER: { in getClientStatePointer()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLEnum.java290 GL_COLOR_ARRAY_POINTER(0x8090), enumConstant
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h269 #define GL_COLOR_ARRAY_POINTER 0x8090 macro