HomeSort by relevance Sort by last modified time
    Searched defs:DrawType (Results 1 - 16 of 16) sorted by null

  /external/skia/src/gpu/
GrPathRendererChain.h 36 enum class DrawType {
47 DrawType drawType,
  /external/skqp/src/gpu/
GrPathRendererChain.h 36 enum class DrawType {
47 DrawType drawType,
  /external/deqp/modules/glshared/
glsStateChangePerfTestCases.hpp 48 enum DrawType
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/skia/gm/
blurignorexform.cpp 20 enum class DrawType {
26 BlurIgnoreXformGM(DrawType drawType) : fDrawType(drawType) { }
34 DrawType::kCircle == fDrawType ? "circle"
35 : DrawType::kRect == fDrawType ? "rect" : "rrect");
76 if (DrawType::kCircle == fDrawType) {
78 } else if (DrawType::kRect == fDrawType) {
126 DrawType fDrawType;
143 DEF_GM(return new BlurIgnoreXformGM(BlurIgnoreXformGM::DrawType::kCircle);
    [all...]
  /external/skqp/gm/
blurignorexform.cpp 20 enum class DrawType {
26 BlurIgnoreXformGM(DrawType drawType) : fDrawType(drawType) { }
34 DrawType::kCircle == fDrawType ? "circle"
35 : DrawType::kRect == fDrawType ? "rect" : "rrect");
76 if (DrawType::kCircle == fDrawType) {
78 } else if (DrawType::kRect == fDrawType) {
126 DrawType fDrawType;
143 DEF_GM(return new BlurIgnoreXformGM(BlurIgnoreXformGM::DrawType::kCircle);
    [all...]
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 85 enum DrawType
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/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawIndirectTest.cpp 63 enum DrawType
73 DrawType drawType;
95 const DrawType m_drawType;
124 , m_drawType (testSpec.drawType)
129 if (testSpec.drawType == DRAW_TYPE_INDEXED)
170 if (testSpec.drawType == DRAW_TYPE_INDEXED)
770 testSpec.drawType = static_cast<DrawType>(drawTypeIdx);
786 testSpec.drawType = static_cast<DrawType>(drawTypeIdx)
    [all...]
  /external/skia/bench/
AlternatingColorPatternBench.cpp 35 enum DrawType {
94 DrawType fDrawType;
98 AlternatingColorPatternBench(ColorPattern pattern1, ColorPattern pattern2, DrawType drawType) {
103 kRect_DrawType == drawType ? "rect" : "path");
104 fDrawType = drawType;
  /external/skqp/bench/
AlternatingColorPatternBench.cpp 35 enum DrawType {
94 DrawType fDrawType;
98 AlternatingColorPatternBench(ColorPattern pattern1, ColorPattern pattern2, DrawType drawType) {
103 kRect_DrawType == drawType ? "rect" : "path");
104 fDrawType = drawType;
  /external/deqp/modules/egl/
teglBufferAgeTests.cpp 76 enum DrawType
93 const vector<DrawType>& oddFrameDrawType,
94 const vector<DrawType>& evenFrameDrawType,
111 const vector<DrawType> m_oddFrameDrawType;
112 const vector<DrawType> m_evenFrameDrawType;
145 DrawCommand (const BufferAgeTest::DrawType drawType_, const ColoredRect& rect_);
146 BufferAgeTest::DrawType drawType;
150 DrawCommand::DrawCommand (const BufferAgeTest::DrawType drawType_, const ColoredRect& rect_)
151 : drawType(drawType_
    [all...]
teglPartialUpdateTests.cpp 76 enum DrawType
83 const vector<DrawType>& oddFrameDrawType,
84 const vector<DrawType>& evenFrameDrawType,
103 const vector<DrawType> m_oddFrameDrawType;
104 const vector<DrawType> m_evenFrameDrawType;
133 DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_);
134 PartialUpdateTest::DrawType drawType;
138 DrawCommand::DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_)
139 : drawType (drawType_
    [all...]
teglPreservingSwapTests.cpp 70 enum DrawType
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)
162 if (drawType == PreservingSwapTest::DRAWTYPE_GLES2_RENDER
    [all...]
teglSwapBuffersWithDamageTests.cpp 68 enum DrawType
101 DrawCommand (DrawType drawType_, const ColoredRect& rect_);
102 DrawType drawType;
106 DrawCommand::DrawCommand (DrawType drawType_, const ColoredRect& rect_)
107 : drawType (drawType_)
194 if (frame.draws[drawNdx].drawType == DRAWTYPE_GLES2_RENDER)
244 else if (frame.draws[drawNdx].drawType == DRAWTYPE_GLES2_CLEAR)
254 DE_FATAL("Invalid drawtype");
262 const vector<DrawType>& frameDrawType
    [all...]
teglWideColorTests.cpp 91 enum DrawType
    [all...]
  /external/skia/src/core/
SkPictureFlat.h 26 enum DrawType {
  /external/skqp/src/core/
SkPictureFlat.h 26 enum DrawType {

Completed in 766 milliseconds