Searched refs:mCurrentIndicesBuffer (Results 1 – 2 of 2) sorted by relevance
24 : 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()
120 GLuint mCurrentIndicesBuffer; variable