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

  /external/skia/src/gpu/batches/
GrStencilAndCoverPathRenderer.h 36 void onStencilPath(const StencilPathArgs&) override;
GrDefaultPathRenderer.h 30 void onStencilPath(const StencilPathArgs&) override;
GrStencilPathBatch.h 64 GrPathRendering::StencilPathArgs args(fUseHWAA, fRenderTarget.get(), &fViewMatrix,
GrStencilAndCoverPathRenderer.cpp 66 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) {
GrDefaultPathRenderer.cpp 742 void GrDefaultPathRenderer::onStencilPath(const StencilPathArgs& args) {
  /external/skia/src/gpu/
GrPathRendering.h 131 struct StencilPathArgs {
132 StencilPathArgs(bool useHWAA,
150 void stencilPath(const StencilPathArgs& args, const GrPath* path) {
193 virtual void onStencilPath(const StencilPathArgs&, const GrPath*) = 0;
GrPathRenderer.h 179 struct StencilPathArgs {
203 void stencilPath(const StencilPathArgs& args) {
266 virtual void onStencilPath(const StencilPathArgs& args) {
GrClipMaskManager.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGLPathRendering.h 67 void onStencilPath(const StencilPathArgs&, const GrPath*) override;
GrGLPathRendering.cpp 99 void GrGLPathRendering::onStencilPath(const StencilPathArgs& args, const GrPath* path) {

Completed in 586 milliseconds