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

  /external/skia/src/gpu/gl/
GrGpuGLShaders.h 32 virtual bool flushGraphicsState(GrPrimitiveType type);
GrGpuGLShaders.cpp 741 bool GrGpuGLShaders::flushGraphicsState(GrPrimitiveType type) {
    [all...]
  /external/skia/src/gpu/
GrGpu.h 474 virtual bool flushGraphicsState(GrPrimitiveType type) = 0;
GrGpu.cpp 726 if (!this->flushGraphicsState(type)) {
    [all...]

Completed in 102 milliseconds