Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderstate/
DMeshState.cpp24 : mCurrentIndicesBuffer(0) in MeshState()
51 mCurrentIndicesBuffer = mQuadListIndices; in MeshState()
67 ALOGD("MeshState IBOs: quadList %d, current %d", mQuadListIndices, mCurrentIndicesBuffer); in dump()
167 if (mCurrentIndicesBuffer != buffer) { in bindIndicesBuffer()
169 mCurrentIndicesBuffer = buffer; in bindIndicesBuffer()
174 if (mCurrentIndicesBuffer) { in unbindIndicesBuffer()
176 mCurrentIndicesBuffer = 0; in unbindIndicesBuffer()
DMeshState.h120 GLuint mCurrentIndicesBuffer; variable