Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmContext.cpp254 arrType == GL_VERTEX_ARRAY_POINTER ? GL_VERTEX_ARRAY : in getPointer()
350 ptr = getPointer(GL_VERTEX_ARRAY_POINTER); in glGetIntegerv()
/sdk/emulator/opengl/shared/OpenglCodecCommon/
DGLClientState.cpp164 case GL_VERTEX_ARRAY_POINTER: { in getClientStatePointer()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLEnum.java288 GL_VERTEX_ARRAY_POINTER(0x808E), enumConstant
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h267 #define GL_VERTEX_ARRAY_POINTER 0x808E macro