Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h235 ArrayData& getCurrentArray();
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.cpp452 ArrayData currentArr = arrs.getCurrentArray(); in setupArrayForDraw()
DGLEScmContext.cpp450 ArrayData currentArr = cArrs.getCurrentArray(); in setupArrayPointerHelper()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp160 ArrayData& GLESConversionArrays::getCurrentArray(){ in getCurrentArray() function in GLESConversionArrays