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

  /external/skia/gpu/src/
GrGpuGLFixed.h 31 virtual bool flushGraphicsState(GrPrimitiveType type);
GrGpuGLShaders.h 38 virtual bool flushGraphicsState(GrPrimitiveType type);
GrGpuGLFixed.cpp 127 bool GrGpuGLFixed::flushGraphicsState(GrPrimitiveType type) {
GrGpu.cpp 376 // before even going into flushGraphicsState
543 if (!this->flushGraphicsState(type)) {
GrGpuGLShaders.cpp 545 bool GrGpuGLShaders::flushGraphicsState(GrPrimitiveType type) {
    [all...]
  /external/skia/gpu/include/
GrGpu.h 483 virtual bool flushGraphicsState(GrPrimitiveType type) = 0;

Completed in 638 milliseconds