Home
last modified time | relevance | path

Searched refs:needConvert (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.h133 …bool needConvert(GLESConversionArrays& fArrs,GLint first,GLsizei count,GLenum type,const GLvoid* i…
DGLESv2Context.cpp720 bool GLESv2Context::needConvert(GLESConversionArrays& cArrs,GLint first,GLsizei count,GLenum type,c… in needConvert() function in GLESv2Context
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.h198 …bool needConvert(GLESConversionArrays& fArrs,GLint first,GLsizei count,GLenum type,const GLvoid* i…
DGLEScmContext.cpp448 if(needConvert(cArrs,first,count,type,indices,direct,p,array_id)){ in setupArrayPointerHelper()
580 return needConvert(cArrs, first, count, type, indices, direct, p, array_id); in doConvert()
669 bool GLEScmContext::needConvert(GLESConversionArrays& cArrs,GLint first,GLsizei count,GLenum type,c… in needConvert() function in GLEScmContext
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h529 …virtual bool needConvert(GLESConversionArrays& fArrs,GLint first,GLsizei count,GLenum type,const G…