Searched defs:DrawType (Results 1 - 6 of 6) sorted by relevance

/external/skia/include/gpu/
H A DGrPathRendererChain.h48 enum DrawType { enum in class:GrPathRendererChain
65 DrawType drawType,
/external/deqp/modules/glshared/
H A DglsStateChangePerfTestCases.hpp48 enum DrawType enum in class:deqp::gls::StateChangePerformanceCase
55 StateChangePerformanceCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, DrawType drawType, int drawCallCount, int triangleCount);
84 const DrawType m_drawType;
/external/deqp/modules/gles31/stress/
H A Des31sDrawTests.cpp85 enum DrawType enum in class:deqp::gles31::Stress::__anon3747::InvalidDrawCase
105 InvalidDrawCase (Context& context, const char* name, const char* desc, DrawType type, InvalidOperation op);
113 const DrawType m_drawType;
122 InvalidDrawCase::InvalidDrawCase (Context& context, const char* name, const char* desc, DrawType type, InvalidOperation op)
/external/skia/bench/
H A DAlternatingColorPatternBench.cpp33 enum DrawType { enum
92 DrawType fDrawType;
96 AlternatingColorPatternBench(ColorPattern pattern1, ColorPattern pattern2, DrawType drawType)
/external/deqp/modules/egl/
H A DteglPreservingSwapTests.cpp70 enum DrawType enum in class:deqp::egl::__anon3129::PreservingSwapTest
77 PreservingSwapTest (EglTestContext& eglTestCtx, bool preserveColorbuffer, bool readPixelsBeforeSwap, DrawType preSwapDrawType, DrawType postSwapDrawType, const char* name, const char* description);
88 const DrawType m_preSwapDrawType;
89 const DrawType m_postSwapDrawType;
111 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)
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)
280 PreservingSwapTest::PreservingSwapTest (EglTestContext& eglTestCtx, bool preserveColorbuffer, bool readPixelsBeforeSwap, DrawType preSwapDrawTyp
[all...]
/external/skia/src/core/
H A DSkPictureFlat.h22 enum DrawType { enum

Completed in 206 milliseconds