HomeSort by relevance Sort by last modified time
    Searched refs:fVBOVertexArray (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/gl/
GrGLGpu.h 425 HWGeometryState() { fVBOVertexArray = nullptr; this->invalidate(); }
427 ~HWGeometryState() { delete fVBOVertexArray; }
435 if (fVBOVertexArray) {
436 fVBOVertexArray->invalidateCachedState();
463 if (fVBOVertexArray) {
464 fVBOVertexArray->notifyVertexBufferDelete(id);
474 if (fVBOVertexArray) {
475 fVBOVertexArray->notifyIndexBufferDelete(id);
535 GrGLVertexArray* fVBOVertexArray;
GrGLGpu.cpp     [all...]

Completed in 42 milliseconds