Searched refs:tmpArrs (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmContext.cpp | 1858 GLESConversionArrays tmpArrs; in drawArrays() local 1860 setupArraysPointers(tmpArrs,first,count,0,NULL,true,nullptr); in drawArrays() 1863 drawPointsArrs(tmpArrs,first,count); in drawArrays() 1914 GLESConversionArrays tmpArrs; in drawElements() local 1916 setupArraysPointers(tmpArrs,0,count,type,indices,false,nullptr); in drawElements() 1918 drawPointsElems(tmpArrs,count,type,indices); in drawElements()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Context.cpp | 547 GLESConversionArrays tmpArrs; in drawWithEmulations() local 554 setupArraysPointers(tmpArrs, 0, count, type, indices, false, needEnablingPostDraw); in drawWithEmulations()
|