Searched defs:drawType (Results 1 - 10 of 10) sorted by relevance

/external/skia/src/gpu/
H A DGrPathRendererChain.cpp61 DrawType drawType,
68 if (kStencilOnly_DrawType == drawType) {
70 } else if (kStencilAndColor_DrawType == drawType ||
71 kStencilAndColorAntiAlias_DrawType == drawType) {
60 getPathRenderer(const GrPathRenderer::CanDrawPathArgs& args, DrawType drawType, GrPathRenderer::StencilSupport* stencilSupport) argument
H A DGrDrawingManager.cpp144 GrPathRendererChain::DrawType drawType,
151 GrPathRenderer* pr = fPathRendererChain->getPathRenderer(args, drawType, stencilSupport);
142 getPathRenderer(const GrPathRenderer::CanDrawPathArgs& args, bool allowSW, GrPathRendererChain::DrawType drawType, GrPathRenderer::StencilSupport* stencilSupport) argument
/external/skia/bench/
H A DAlternatingColorPatternBench.cpp97 AlternatingColorPatternBench(ColorPattern pattern1, ColorPattern pattern2, DrawType drawType) argument
103 kRect_DrawType == drawType ? "rect" : "path");
104 fDrawType = drawType;
/external/skia/src/core/
H A DSkPictureRecord.h88 * Write the 'drawType' operation and chunk size to the skp. 'size'
99 size_t addDraw(DrawType drawType, size_t* size) { argument
106 SkASSERT(((uint8_t) drawType) == drawType);
109 fWriter.writeInt(PACK_8_24(drawType, MASK_24));
113 fWriter.writeInt(PACK_8_24(drawType, SkToU32(*size)));
H A DSkCanvas.cpp528 bool next(SkDrawFilter::Type drawType) { argument
535 return this->doNext(drawType);
554 bool doNext(SkDrawFilter::Type drawType);
557 bool AutoDrawLooper::doNext(SkDrawFilter::Type drawType) { argument
576 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)
H A DteglBufferAgeTests.cpp146 BufferAgeTest::DrawType drawType; member in struct:deqp::egl::__anon3941::DrawCommand
151 : drawType(drawType_)
263 if (frame.draws[drawNdx].drawType == BufferAgeTest::DRAWTYPE_GLES2_RENDER)
313 else if (frame.draws[drawNdx].drawType == BufferAgeTest::DRAWTYPE_GLES2_CLEAR)
346 if (frame.draws[drawNdx].drawType == BufferAgeTest::DRAWTYPE_GLES2_RENDER || frame.draws[drawNdx].drawType == BufferAgeTest::DRAWTYPE_GLES2_CLEAR)
H A DteglPartialUpdateTests.cpp134 PartialUpdateTest::DrawType drawType; member in struct:deqp::egl::__anon3968::DrawCommand
139 : drawType (drawType_)
252 if (frame.draws[drawNdx].drawType == PartialUpdateTest::DRAWTYPE_GLES2_RENDER)
302 else if (frame.draws[drawNdx].drawType == PartialUpdateTest::DRAWTYPE_GLES2_CLEAR)
335 if (frame.draws[drawNdx].drawType == PartialUpdateTest::DRAWTYPE_GLES2_RENDER || frame.draws[drawNdx].drawType == PartialUpdateTest::DRAWTYPE_GLES2_CLEAR)
H A DteglSwapBuffersWithDamageTests.cpp102 DrawType drawType; member in struct:deqp::egl::__anon3981::DrawCommand
107 : drawType (drawType_)
194 if (frame.draws[drawNdx].drawType == DRAWTYPE_GLES2_RENDER)
244 else if (frame.draws[drawNdx].drawType == DRAWTYPE_GLES2_CLEAR)
/external/deqp/modules/glshared/
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)

Completed in 336 milliseconds