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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.h 88 fHWGeometryState.setVertexArrayID(this, id);
91 fHWGeometryState.setIndexBufferIDOnDefaultVertexArray(this, id);
94 fHWGeometryState.setVertexBufferID(this, id);
100 fHWGeometryState.notifyVertexArrayDelete(id);
103 fHWGeometryState.notifyVertexBufferDelete(id);
106 fHWGeometryState.notifyIndexBufferDelete(id);
431 } fHWGeometryState;
  /external/skia/src/gpu/gl/
GrGpuGL.h 88 fHWGeometryState.setVertexArrayID(this, id);
91 fHWGeometryState.setIndexBufferIDOnDefaultVertexArray(this, id);
94 fHWGeometryState.setVertexBufferID(this, id);
100 fHWGeometryState.notifyVertexArrayDelete(id);
103 fHWGeometryState.notifyVertexBufferDelete(id);
106 fHWGeometryState.notifyIndexBufferDelete(id);
431 } fHWGeometryState;

Completed in 43 milliseconds