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

  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp 134 convertIndirectVBO(cArrs,count,type,indices,array_id,p);
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 166 void convertIndirectVBO(GLESConversionArrays& fArrs,GLsizei count,GLenum indices_type,const GLvoid* indices,GLenum array_id,GLESpointer* p);
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 242 convertIndirectVBO(cArrs,count,type,indices,array_id,p);
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 368 void GLEScontext::convertIndirectVBO(GLESConversionArrays& cArrs,GLsizei count,GLenum indices_type,const GLvoid* indices,GLenum array_id,GLESpointer* p) {

Completed in 18 milliseconds