Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLVertexArray.cpp106 , fIndexBufferIDIsValid(false) { in GrGLVertexArray()
120 if (!fIndexBufferIDIsValid || ibufferID != fIndexBufferID) { in bindWithIndexBuffer()
122 fIndexBufferIDIsValid = true; in bindWithIndexBuffer()
130 if (fIndexBufferIDIsValid && bufferID == fIndexBufferID) { in notifyIndexBufferDelete()
137 fIndexBufferIDIsValid = false; in invalidateCachedState()
DGrGLVertexArray.h134 bool fIndexBufferIDIsValid; variable