Searched refs:drawType (Results 1 - 11 of 11) sorted by relevance

/external/skia/src/gpu/
H A DGrPathRendererChain.cpp39 DrawType drawType,
44 bool antiAlias = (kColorAntiAlias_DrawType == drawType ||
45 kStencilAndColorAntiAlias_DrawType == drawType);
52 if (kStencilOnly_DrawType == drawType) {
54 } else if (kStencilAndColor_DrawType == drawType ||
55 kStencilAndColorAntiAlias_DrawType == drawType) {
34 getPathRenderer(const GrDrawTarget* target, const GrPipelineBuilder* pipelineBuilder, const SkMatrix& viewMatrix, const SkPath& path, const GrStrokeInfo& stroke, DrawType drawType, StencilSupport* stencilSupport) argument
H A DGrContext.cpp1760 GrPathRendererChain::DrawType drawType,
1772 drawType,
1754 getPathRenderer(const GrDrawTarget* target, const GrPipelineBuilder* pipelineBuilder, const SkMatrix& viewMatrix, const SkPath& path, const GrStrokeInfo& stroke, bool allowSW, GrPathRendererChain::DrawType drawType, GrPathRendererChain::StencilSupport* stencilSupport) argument
/external/skia/include/gpu/
H A DGrPathRendererChain.h65 DrawType drawType,
H A DGrContext.h548 GrPathRendererChain::DrawType drawType = GrPathRendererChain::kColor_DrawType,
/external/skia/src/core/
H A DSkPictureRecord.h86 * Write the 'drawType' operation and chunk size to the skp. 'size'
97 size_t addDraw(DrawType drawType, size_t* size) { argument
104 SkASSERT(((uint8_t) drawType) == drawType);
107 fWriter.writeInt(PACK_8_24(drawType, MASK_24));
111 fWriter.writeInt(PACK_8_24(drawType, SkToU32(*size)));
H A DSkCanvas.cpp412 bool next(SkDrawFilter::Type drawType) { argument
419 return this->doNext(drawType);
438 bool doNext(SkDrawFilter::Type drawType);
441 bool AutoDrawLooper::doNext(SkDrawFilter::Type drawType) { argument
460 if (!fFilter->filter(paint, drawType)) {
/external/deqp/modules/egl/
H A DteglPreservingSwapTests.cpp111 void render (int width, int height, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType);
160 void GLES2Program::render (int width, int height, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType) argument
162 if (drawType == PreservingSwapTest::DRAWTYPE_GLES2_RENDER)
207 else if (drawType == PreservingSwapTest::DRAWTYPE_GLES2_CLEAR)
237 void render (tcu::Surface* target, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType);
252 void ReferenceProgram::render (tcu::Surface* target, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType) argument
254 if (drawType == PreservingSwapTest::DRAWTYPE_GLES2_RENDER || drawType == PreservingSwapTest::DRAWTYPE_GLES2_CLEAR)
/external/deqp/modules/glshared/
H A DglsStateChangePerfTestCases.hpp55 StateChangePerformanceCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, DrawType drawType, int drawCallCount, int triangleCount);
H A DglsStateChangePerfTestCases.cpp211 StateChangePerformanceCase::StateChangePerformanceCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, DrawType drawType, int drawCallCount, int triangleCount) argument
214 , m_drawType (drawType)
/external/skia/bench/
H A DAlternatingColorPatternBench.cpp96 AlternatingColorPatternBench(ColorPattern pattern1, ColorPattern pattern2, DrawType drawType) argument
102 kRect_DrawType == drawType ? "rect" : "path");
103 fDrawType = drawType;
/external/deqp/modules/gles2/performance/
H A Des2pDrawCallBatchingTests.cpp992 for (int drawType = 0; drawType < 2; drawType++)
994 bool drawElements = (drawType == 1);

Completed in 365 milliseconds