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