/external/skia/src/gpu/ops/ |
D | GrMeshDrawOp.h | 42 void recordDraw(Target*, sk_sp<const GrGeometryProcessor>) const; 43 void recordDraw(Target*, sk_sp<const GrGeometryProcessor>, 67 using PatternHelper::recordDraw; 85 virtual void recordDraw( 93 void recordDraw(sk_sp<const GrGeometryProcessor> gp, const GrMesh meshes[], int meshCnt = 1) { 96 this->recordDraw(std::move(gp), meshes, meshCnt, fixedDynamicState, nullptr);
|
D | GrMeshDrawOp.cpp | 52 void GrMeshDrawOp::PatternHelper::recordDraw( in recordDraw() function in GrMeshDrawOp::PatternHelper 54 target->recordDraw(std::move(gp), fMesh); in recordDraw() 57 void GrMeshDrawOp::PatternHelper::recordDraw( in recordDraw() function in GrMeshDrawOp::PatternHelper 60 target->recordDraw(std::move(gp), fMesh, 1, fixedDynamicState, nullptr); in recordDraw()
|
D | GrAALinearizingConvexPathRenderer.cpp | 198 void recordDraw(Target* target, sk_sp<const GrGeometryProcessor> gp, int vertexCount, in recordDraw() function in __anon43322bda0111::AAFlatteningConvexPathOp 225 target->recordDraw(std::move(gp), mesh); in recordDraw() 262 this->recordDraw( in onPrepareDraws() 294 this->recordDraw(target, std::move(gp), vertexCount, vertexStride, vertices, indexCount, in onPrepareDraws()
|
D | GrRegionOp.cpp | 138 helper.recordDraw(target, std::move(gp)); in onPrepareDraws()
|
D | GrAAHairLinePathRenderer.cpp | 997 target->recordDraw(std::move(lineGP), mesh); in onPrepareDraws() 1052 target->recordDraw(std::move(quadGP), mesh); in onPrepareDraws() 1061 target->recordDraw(std::move(conicGP), mesh); in onPrepareDraws()
|
/external/skqp/src/gpu/ops/ |
D | GrMeshDrawOp.h | 41 void recordDraw(Target*, sk_sp<const GrGeometryProcessor>, const GrPipeline*, 65 using PatternHelper::recordDraw;
|
D | GrMeshDrawOp.cpp | 56 void GrMeshDrawOp::PatternHelper::recordDraw( in recordDraw() function in GrMeshDrawOp::PatternHelper
|
D | GrRegionOp.cpp | 136 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
|
D | GrDrawAtlasOp.cpp | 152 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
|
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/ |
D | vktConditionalDrawTests.cpp | 95 void recordDraw (vk::VkCommandBuffer cmdBuffer); 276 void ConditionalDraw::recordDraw(vk::VkCommandBuffer cmdBuffer) in recordDraw() function in vkt::conditional::__anon7d3daee90111::ConditionalDraw 419 recordDraw(*m_secondaryCmdBuffer); in iterate() 430 recordDraw(*m_cmdBuffer); in iterate()
|
/external/skqp/src/atlastext/ |
D | SkInternalAtlasTextContext.h | 43 void recordDraw(const void* vertexData, int glyphCnt, const SkMatrix&, void* targetHandle);
|
D | SkInternalAtlasTextContext.cpp | 73 void SkInternalAtlasTextContext::recordDraw(const void* srcVertexData, int glyphCnt, in recordDraw() function in SkInternalAtlasTextContext
|
D | SkAtlasTextTarget.cpp | 246 context.recordDraw(result.fFirstVertex, result.fGlyphsRegenerated, in executeForTextTarget()
|
/external/skia/src/atlastext/ |
D | SkInternalAtlasTextContext.h | 43 void recordDraw(const void* vertexData, int glyphCnt, const SkMatrix&, void* targetHandle);
|
D | SkInternalAtlasTextContext.cpp | 73 void SkInternalAtlasTextContext::recordDraw(const void* srcVertexData, int glyphCnt, in recordDraw() function in SkInternalAtlasTextContext
|
D | SkAtlasTextTarget.cpp | 248 context.recordDraw(result.fFirstVertex, result.fGlyphsRegenerated, in executeForTextTarget()
|
/external/skia/src/gpu/ |
D | GrOpFlushState.h | 84 void recordDraw(
|
D | GrOpFlushState.cpp | 113 void GrOpFlushState::recordDraw( in recordDraw() function in GrOpFlushState
|
/external/skqp/tests/ |
D | PrimitiveProcessorTest.cpp | 109 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
|
/external/skia/tests/ |
D | PrimitiveProcessorTest.cpp | 108 helper.recordDraw(target, std::move(gp)); in onPrepareDraws()
|
/external/skia/gm/ |
D | beziereffects.cpp | 122 helper.recordDraw(target, this->gp()); in onPrepareDraws() 328 helper.recordDraw(target, this->gp()); in onPrepareDraws()
|
D | convexpolyeffect.cpp | 99 helper.recordDraw(target, std::move(gp)); in onPrepareDraws()
|
/external/skqp/gm/ |
D | beziereffects.cpp | 116 helper.recordDraw(target, this->gp(), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws() 334 helper.recordDraw(target, this->gp(), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
|
D | convexpolyeffect.cpp | 97 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
|
/external/skia/bench/ |
D | VertexColorSpaceBench.cpp | 226 target->recordDraw(gp, mesh); in onPrepareDraws()
|