HomeSort by relevance Sort by last modified time
    Searched refs:setupArraysPointers (Results 1 - 7 of 7) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.h 32 void setupArraysPointers(GLESConversionArrays& fArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct);
GLESv2Context.cpp 90 void GLESv2Context::setupArraysPointers(GLESConversionArrays& cArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct) {
GLESv2Imp.cpp 565 ctx->setupArraysPointers(tmpArrs,first,count,0,NULL,true);
600 ctx->setupArraysPointers(tmpArrs,0,count,type,indices,false);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.h 41 void setupArraysPointers(GLESConversionArrays& fArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct);
GLEScmContext.cpp 106 void GLEScmContext::setupArraysPointers(GLESConversionArrays& cArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct) {
GLEScmImp.cpp 563 ctx->setupArraysPointers(tmpArrs,first,count,0,NULL,true);
588 ctx->setupArraysPointers(tmpArrs,0,count,type,indices,false);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 139 virtual void setupArraysPointers(GLESConversionArrays& fArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct) = 0;

Completed in 86 milliseconds