Home
last modified time | relevance | path

Searched refs:mRegionMeshIndices (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DCaches.cpp227 glGenBuffers(1, &mRegionMeshIndices); in getRegionMesh()
228 glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, mRegionMeshIndices); in getRegionMesh()
234 glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, mRegionMeshIndices); in getRegionMesh()
DCaches.h97 GLuint mRegionMeshIndices; variable