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

  /external/skia/src/gpu/gl/
GrGLGpu.h 75 fHWGeometryState.setVertexArrayID(this, id);
78 fHWGeometryState.setIndexBufferIDOnDefaultVertexArray(this, id);
81 fHWGeometryState.setVertexBufferID(this, id);
87 fHWGeometryState.notifyVertexArrayDelete(id);
90 fHWGeometryState.notifyVertexBufferDelete(id);
93 fHWGeometryState.notifyIndexBufferDelete(id);
536 } fHWGeometryState;
GrGLGpu.cpp 372 fHWGeometryState.setVertexBufferID(this, fPLSSetupProgram.fArrayBuffer);
491 fHWGeometryState.invalidate();
    [all...]

Completed in 36 milliseconds