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

  /external/skia/src/gpu/
GrGpu.h 302 struct StencilPathState {
310 void stencilPath(const GrPath*, const StencilPathState&);
438 virtual void onStencilPath(const GrPath*, const StencilPathState&) = 0;
GrTargetCommands.cpp 58 GrGpu::StencilPathState state;
GrTest.cpp 204 void onStencilPath(const GrPath* path, const StencilPathState& state) override {}
GrGpu.cpp 304 void GrGpu::stencilPath(const GrPath* path, const StencilPathState& state) {
  /external/skia/src/gpu/gl/
GrGLGpu.h 153 void onStencilPath(const GrPath*, const StencilPathState&) override;
GrGLGpu.cpp     [all...]

Completed in 59 milliseconds