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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.h 85 fHWGeometryState.setVertexArrayID(this, id);
88 fHWGeometryState.setIndexBufferIDOnDefaultVertexArray(this, id);
91 fHWGeometryState.setVertexBufferID(this, id);
97 fHWGeometryState.notifyVertexArrayDelete(id);
100 fHWGeometryState.notifyVertexBufferDelete(id);
103 fHWGeometryState.notifyIndexBufferDelete(id);
404 } fHWGeometryState;
GrGpuGL_program.cpp 343 fHWGeometryState.bindArrayAndBuffersToDraw(this, vbuf, ibuf);
GrGpuGL.cpp 296 fHWGeometryState.invalidate();
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.h 85 fHWGeometryState.setVertexArrayID(this, id);
88 fHWGeometryState.setIndexBufferIDOnDefaultVertexArray(this, id);
91 fHWGeometryState.setVertexBufferID(this, id);
97 fHWGeometryState.notifyVertexArrayDelete(id);
100 fHWGeometryState.notifyVertexBufferDelete(id);
103 fHWGeometryState.notifyIndexBufferDelete(id);
404 } fHWGeometryState;
GrGpuGL_program.cpp 343 fHWGeometryState.bindArrayAndBuffersToDraw(this, vbuf, ibuf);
GrGpuGL.cpp 296 fHWGeometryState.invalidate();
    [all...]

Completed in 73 milliseconds