Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h531 …void convertDirectVBO(GLESConversionArrays& fArrs,GLint first,GLsizei count,GLenum array_id,GLESpo…
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp739 convertDirectVBO(cArrs,first,count,array_id,p); in needConvert()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.cpp696 convertDirectVBO(cArrs,first,count,array_id,p) ; in needConvert()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp1121 void GLEScontext::convertDirectVBO(GLESConversionArrays& cArrs,GLint first,GLsizei count,GLenum arr… in convertDirectVBO() function in GLEScontext