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

  /external/skia/src/gpu/
GrGpu.h 322 * stencil state to the 3D API in its implementation of flushGraphicsState.
332 * should be flushed by the GrGpu subclass in flushGraphicsState. These
500 virtual bool flushGraphicsState(DrawType) = 0;
GrGpu.cpp 338 if (!this->flushGraphicsState(type)) {
  /external/skia/src/gpu/gl/
GrGpuGL.h 110 virtual bool flushGraphicsState(DrawType) SK_OVERRIDE;
GrGpuGL_program.cpp 257 bool GrGpuGL::flushGraphicsState(DrawType type) {

Completed in 30 milliseconds