Searched defs:fHWGeometryState (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLGpu.h78 fHWGeometryState.setVertexArrayID(this, id);
81 fHWGeometryState.setIndexBufferIDOnDefaultVertexArray(this, id);
84 fHWGeometryState.setVertexBufferID(this, id);
90 fHWGeometryState.notifyVertexArrayDelete(id);
93 fHWGeometryState.notifyVertexBufferDelete(id);
96 fHWGeometryState.notifyIndexBufferDelete(id);
438 } fHWGeometryState; member in class:GrGLGpu

Completed in 105 milliseconds