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

  /external/skia/src/gpu/
GrPathRendererChain.h 32 enum DrawType {
46 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/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/skia/bench/
AlternatingColorPatternBench.cpp 34 enum DrawType {
93 DrawType fDrawType;
97 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...]
  /external/skia/src/core/
SkPictureFlat.h 22 enum DrawType {

Completed in 6587 milliseconds