Home
last modified time | relevance | path

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

/development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Context.cpp98 ArrayData currentArr = cArrs.getCurrentArray(); in setupArraysPointers()
/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLEScontext.h90 ArrayData& getCurrentArray();
/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmContext.cpp94 ArrayData currentArr = cArrs.getCurrentArray(); in setupArrayPointerHelper()
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp54 ArrayData& GLESConversionArrays::getCurrentArray(){ in getCurrentArray() function in GLESConversionArrays