Home
last modified time | relevance | path

Searched defs:arrType (Results 1 – 3 of 3) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmContext.cpp220 GLenum arrType = p->getType(); in needConvert() local
252 const GLESpointer* GLEScmContext::getPointer(GLenum arrType) { in getPointer()
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Context.cpp121 GLenum arrType = p->getType(); in needConvert() local
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp192 const GLvoid* GLEScontext::setPointer(GLenum arrType,GLint size,GLenum type,GLsizei stride,const GL… in setPointer()
212 const GLESpointer* GLEScontext::getPointer(GLenum arrType) { in getPointer()