Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmContext.cpp252 const GLESpointer* GLEScmContext::getPointer(GLenum arrType) { in getPointer() function in GLEScmContext
262 return GLEScontext::getPointer(type); in getPointer()
350 ptr = getPointer(GL_VERTEX_ARRAY_POINTER); in glGetIntegerv()
356 ptr = getPointer(GL_NORMAL_ARRAY_POINTER); in glGetIntegerv()
363 ptr = getPointer(GL_COLOR_ARRAY_POINTER); in glGetIntegerv()
370 ptr = getPointer(GL_TEXTURE_COORD_ARRAY_POINTER); in glGetIntegerv()
376 ptr = getPointer(GL_POINT_SIZE_ARRAY_POINTER_OES); in glGetIntegerv()
DGLEScmContext.h43 virtual const GLESpointer* getPointer(GLenum arrType);
DGLEScmImp.cpp989 const GLESpointer* p = ctx->getPointer(pname); in glGetPointerv()
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLEScontext.h138 virtual const GLESpointer* getPointer(GLenum arrType);
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp212 const GLESpointer* GLEScontext::getPointer(GLenum arrType) { in getPointer() function in GLEScontext
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp1403 const GLESpointer* p = ctx->getPointer(index); in glGetVertexAttribfv()
1444 const GLESpointer* p = ctx->getPointer(index); in glGetVertexAttribiv()
1488 const GLESpointer* p = ctx->getPointer(index); in glGetVertexAttribPointerv()