HomeSort by relevance Sort by last modified time
    Searched refs:DrawType (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/skia/src/gpu/
GrPathRendererChain.h 37 enum class DrawType {
48 DrawType drawType,
GrPathRendererChain.cpp 79 DrawType drawType,
86 if (DrawType::kStencil == drawType) {
88 } else if (DrawType::kStencilAndColor == drawType) {
  /external/skqp/src/gpu/
GrPathRendererChain.h 37 enum class DrawType {
48 DrawType drawType,
GrPathRendererChain.cpp 71 DrawType drawType,
78 if (DrawType::kStencil == drawType) {
80 } else if (DrawType::kStencilAndColor == 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) {
124 DrawType fDrawType;
141 DEF_GM(return new BlurIgnoreXformGM(BlurIgnoreXformGM::DrawType::kCircle);
    [all...]
perspimages.cpp 63 enum class DrawType {
69 {DrawType::kDrawImage, DrawType::kDrawImageRectStrict, DrawType::kDrawImageRectFast}) {
84 case DrawType::kDrawImage:
87 case DrawType::kDrawImageRectStrict:
91 case DrawType::kDrawImageRectFast:
  /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) {
124 DrawType fDrawType;
141 DEF_GM(return new BlurIgnoreXformGM(BlurIgnoreXformGM::DrawType::kCircle);
    [all...]
perspimages.cpp 63 enum class DrawType {
69 {DrawType::kDrawImage, DrawType::kDrawImageRectStrict, DrawType::kDrawImageRectFast}) {
84 case DrawType::kDrawImage:
87 case DrawType::kDrawImageRectStrict:
91 case DrawType::kDrawImageRectFast:
  /external/skia/src/core/
SkPicturePlayback.h 11 #include "SkPictureFlat.h" // for DrawType
41 DrawType op,
46 static DrawType ReadOpAndSize(SkReadBuffer* reader, uint32_t* size);
SkPictureFlat.h 26 enum DrawType {
  /external/skqp/src/core/
SkPicturePlayback.h 11 #include "SkPictureFlat.h" // for DrawType
41 DrawType op,
46 static DrawType ReadOpAndSize(SkReadBuffer* reader, uint32_t* size);
SkPictureFlat.h 26 enum 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/tests/
MatrixClipCollapseTest.cpp 61 static void gets_ops(SkPicture& input, SkTDArray<DrawType>* ops) {
142 DrawOpType draw, SkTDArray<DrawType>* expected,
146 SkTDArray<DrawType>* expected, int accumulatedClips);
149 SkTDArray<DrawType>* expected);
194 static void add_clip(ClipType clip, MatType mat, SkTDArray<DrawType>* expected) {
257 static void add_mat(MatType mat, SkTDArray<DrawType>* expected) {
283 static void emit_draw(SkCanvas* canvas, DrawOpType draw, SkTDArray<DrawType>* expected) {
326 DrawOpType draw, SkTDArray<DrawType>* expected,
347 DrawOpType draw, SkTDArray<DrawType>* expected,
370 DrawOpType draw, SkTDArray<DrawType>* expected
    [all...]
  /external/skqp/tests/
MatrixClipCollapseTest.cpp 61 static void gets_ops(SkPicture& input, SkTDArray<DrawType>* ops) {
142 DrawOpType draw, SkTDArray<DrawType>* expected,
146 SkTDArray<DrawType>* expected, int accumulatedClips);
149 SkTDArray<DrawType>* expected);
194 static void add_clip(ClipType clip, MatType mat, SkTDArray<DrawType>* expected) {
257 static void add_mat(MatType mat, SkTDArray<DrawType>* expected) {
283 static void emit_draw(SkCanvas* canvas, DrawOpType draw, SkTDArray<DrawType>* expected) {
326 DrawOpType draw, SkTDArray<DrawType>* expected,
347 DrawOpType draw, SkTDArray<DrawType>* expected,
370 DrawOpType draw, SkTDArray<DrawType>* expected
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
Device.hpp 52 void drawIndexedPrimitive(sw::DrawType type, unsigned int indexOffset, unsigned int primitiveCount);
53 void drawPrimitive(sw::DrawType type, unsigned int primiveCount);
utilities.h 74 bool ConvertPrimitiveType(GLenum primitiveType, GLsizei elementCount, GLenum elementType, sw::DrawType &swPrimitiveType, int &primitiveCount);
  /external/deqp/modules/egl/
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...]
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...]
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/swiftshader/src/OpenGL/libGLESv2/
Device.hpp 61 void drawIndexedPrimitive(sw::DrawType type, unsigned int indexOffset, unsigned int primitiveCount);
62 void drawPrimitive(sw::DrawType type, unsigned int primiveCount);
  /external/swiftshader/src/Device/
Context.hpp 55 enum DrawType ENUM_UNDERLYING_TYPE_UNSIGNED_INT
161 DrawType drawType;
  /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;

Completed in 550 milliseconds

1 2 3