/external/skia/src/gpu/ |
D | GrPathRange.cpp | 15 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()
|
D | GrPathRendering.h | 37 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,
|
D | GrPathRange.h | 25 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);
|
D | GrDrawTarget.h | 34 class GrPathRange; variable 41 typedef GrPathRange::PathIndexType PathIndexType; 101 const GrPathRange* pathRange, 295 const GrPathRange*,
|
D | GrStencilAndCoverTextContext.h | 17 class GrPathRange; variable 60 GrPathRange* fGlyphs;
|
D | GrPathRendering.cpp | 15 class GlyphGenerator : public GrPathRange::PathGenerator { 50 GrPathRange* GrPathRendering::createGlyphs(const SkTypeface* typeface, in createGlyphs()
|
D | GrTargetCommands.h | 154 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;
|
D | GrInOrderDrawBuffer.h | 50 int indexBytes = GrPathRange::PathIndexSizeInBytes(indexType); in appendIndicesAndTransforms() 98 const GrPathRange*,
|
D | GrInOrderCommandBuilder.cpp | 72 const GrPathRange* pathRange, in recordDrawPaths() 108 const int indexBytes = GrPathRange::PathIndexSizeInBytes(indexType); in recordDrawPaths()
|
D | GrGpu.h | 19 class GrPathRange; variable 314 const GrPathRange*, 442 const GrPathRange*,
|
D | GrStencilAndCoverTextContext.cpp | 220 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()
|
D | GrInOrderCommandBuilder.h | 33 const GrPathRange*,
|
D | GrReorderCommandBuilder.h | 41 const GrPathRange*, in recordDrawPaths() argument
|
D | GrCommandBuilder.h | 44 const GrPathRange*,
|
D | GrInOrderDrawBuffer.cpp | 58 const GrPathRange* pathRange, in onDrawPaths()
|
D | GrTest.cpp | 209 const GrPathRange*, in onDrawPaths() argument
|
D | GrDrawTarget.cpp | 253 const GrPathRange* pathRange, in drawPaths() 263 SkASSERT(0 == reinterpret_cast<long>(indices) % GrPathRange::PathIndexSizeInBytes(indexType)); in drawPaths()
|
D | GrGpu.cpp | 317 const GrPathRange* pathRange, in drawPaths()
|
/external/skia/src/gpu/gl/ |
D | GrGLPathRendering.h | 37 virtual GrPathRange* createPathRange(GrPathRange::PathGenerator*, 39 virtual GrPathRange* createGlyphs(const SkTypeface*, 44 virtual void drawPaths(const GrPathRange*, const void* indices, PathIndexType,
|
D | GrGLPathRendering.cpp | 30 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()
|
D | GrGLPathRange.h | 23 class GrGLPathRange : public GrPathRange { 56 typedef GrPathRange INHERITED;
|
D | GrGLGpu.h | 156 const GrPathRange*,
|
D | GrGLGpu.cpp | 1959 const GrPathRange* pathRange, in onDrawPaths()
|
/external/skia/gyp/ |
D | gpu.gypi | 137 '<(skia_src_path)/gpu/GrPathRange.cpp', 138 '<(skia_src_path)/gpu/GrPathRange.h',
|
/external/skia/ |
D | Android.mk | 469 src/gpu/GrPathRange.cpp \
|