Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h128 struct ArrayData { struct
233 ArrayData& operator[](int i);
235 ArrayData& getCurrentArray();
241 std::unordered_map<GLenum,ArrayData> m_arrays;
/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()
168 ArrayData& GLESConversionArrays::operator[](int i){ in operator []()