Home
last modified time | relevance | path

Searched refs:GrPathRange (Results 1 – 25 of 25) sorted by relevance

/external/skia/src/gpu/
DGrPathRange.cpp15 GrPathRange::GrPathRange(GrGpu* gpu, in GrPathRange() function in GrPathRange
27 GrPathRange::GrPathRange(GrGpu* gpu, in GrPathRange() function in GrPathRange
35 void GrPathRange::willDrawPaths(const void* indices, PathIndexType indexType, int count) const { in willDrawPaths()
48 template<typename IndexType> void GrPathRange::willDrawPaths(const void* indices, int count) const { in willDrawPaths()
DGrPathRendering.h37 typedef GrPathRange::PathIndexType PathIndexType;
97 virtual GrPathRange* createPathRange(GrPathRange::PathGenerator*, const SkStrokeRec&) = 0;
127 … virtual GrPathRange* createGlyphs(const SkTypeface*, const SkDescriptor*, const SkStrokeRec&) = 0;
131 virtual void drawPaths(const GrPathRange*, const void* indices, PathIndexType,
DGrPathRange.h25 class GrPathRange : public GrGpuResource {
27 SK_DECLARE_INST_COUNT(GrPathRange);
61 GrPathRange(GrGpu*, PathGenerator*, const SkStrokeRec& stroke);
67 GrPathRange(GrGpu*, int numPaths, const SkStrokeRec& stroke);
DGrDrawTarget.h34 class GrPathRange; variable
41 typedef GrPathRange::PathIndexType PathIndexType;
101 const GrPathRange* pathRange,
295 const GrPathRange*,
DGrStencilAndCoverTextContext.h17 class GrPathRange; variable
60 GrPathRange* fGlyphs;
DGrPathRendering.cpp15 class GlyphGenerator : public GrPathRange::PathGenerator {
50 GrPathRange* GrPathRendering::createGlyphs(const SkTypeface* typeface, in createGlyphs()
DGrTargetCommands.h154 DrawPaths(State* state, const GrPathRange* pathRange) in DrawPaths()
159 const GrPathRange* pathRange() const { return fPathRange.get(); } in pathRange()
172 GrPendingIOResource<const GrPathRange, kRead_GrIOType> fPathRange;
DGrInOrderDrawBuffer.h50 int indexBytes = GrPathRange::PathIndexSizeInBytes(indexType); in appendIndicesAndTransforms()
98 const GrPathRange*,
DGrInOrderCommandBuilder.cpp72 const GrPathRange* pathRange, in recordDrawPaths()
108 const int indexBytes = GrPathRange::PathIndexSizeInBytes(indexType); in recordDrawPaths()
DGrGpu.h19 class GrPathRange; variable
314 const GrPathRange*,
442 const GrPathRange*,
DGrStencilAndCoverTextContext.cpp220 static GrPathRange* get_gr_glyphs(GrContext* ctx, in get_gr_glyphs()
238 SkAutoTUnref<GrPathRange> glyphs( in get_gr_glyphs()
239 static_cast<GrPathRange*>(ctx->resourceProvider()->findAndRefResourceByUniqueKey(key))); in get_gr_glyphs()
436 fGlyphIndices, GrPathRange::kU16_PathIndexType, in flush()
DGrInOrderCommandBuilder.h33 const GrPathRange*,
DGrReorderCommandBuilder.h41 const GrPathRange*, in recordDrawPaths() argument
DGrCommandBuilder.h44 const GrPathRange*,
DGrInOrderDrawBuffer.cpp58 const GrPathRange* pathRange, in onDrawPaths()
DGrTest.cpp209 const GrPathRange*, in onDrawPaths() argument
DGrDrawTarget.cpp253 const GrPathRange* pathRange, in drawPaths()
263 SkASSERT(0 == reinterpret_cast<long>(indices) % GrPathRange::PathIndexSizeInBytes(indexType)); in drawPaths()
DGrGpu.cpp317 const GrPathRange* pathRange, in drawPaths()
/external/skia/src/gpu/gl/
DGrGLPathRendering.h37 virtual GrPathRange* createPathRange(GrPathRange::PathGenerator*,
39 virtual GrPathRange* createGlyphs(const SkTypeface*,
44 virtual void drawPaths(const GrPathRange*, const void* indices, PathIndexType,
DGrGLPathRendering.cpp30 GR_STATIC_ASSERT(0 == GrPathRange::kU8_PathIndexType);
31 GR_STATIC_ASSERT(1 == GrPathRange::kU16_PathIndexType);
32 GR_STATIC_ASSERT(2 == GrPathRange::kU32_PathIndexType);
33 GR_STATIC_ASSERT(GrPathRange::kU32_PathIndexType == GrPathRange::kLast_PathIndexType);
98 GrPathRange* GrGLPathRendering::createPathRange(GrPathRange::PathGenerator* pathGenerator, in createPathRange()
103 GrPathRange* GrGLPathRendering::createGlyphs(const SkTypeface* typeface, in createGlyphs()
196 void GrGLPathRendering::drawPaths(const GrPathRange* pathRange, in drawPaths()
DGrGLPathRange.h23 class GrGLPathRange : public GrPathRange {
56 typedef GrPathRange INHERITED;
DGrGLGpu.h156 const GrPathRange*,
DGrGLGpu.cpp1959 const GrPathRange* pathRange, in onDrawPaths()
/external/skia/gyp/
Dgpu.gypi137 '<(skia_src_path)/gpu/GrPathRange.cpp',
138 '<(skia_src_path)/gpu/GrPathRange.h',
/external/skia/
DAndroid.mk469 src/gpu/GrPathRange.cpp \