Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderstate/
DMeshState.cpp26 : mCurrentIndicesBuffer(0) in MeshState()
54 mCurrentIndicesBuffer = mQuadListIndices; in MeshState()
70 ALOGD("MeshState IBOs: quadList %d, current %d", mQuadListIndices, mCurrentIndicesBuffer); in dump()
152 if (mCurrentIndicesBuffer != buffer) { in bindIndicesBufferInternal()
154 mCurrentIndicesBuffer = buffer; in bindIndicesBufferInternal()
165 if (mCurrentIndicesBuffer) { in unbindIndicesBuffer()
167 mCurrentIndicesBuffer = 0; in unbindIndicesBuffer()
DMeshState.h127 GLuint mCurrentIndicesBuffer; variable