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

  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawIndirectTest.cpp 65 enum DrawType
80 DrawType drawType;
112 const DrawType m_drawType;
244 , m_drawType (testSpec.drawType)
257 if (testSpec.drawType == DRAW_TYPE_INDEXED)
957 testSpec.drawType = static_cast<DrawType>(drawTypeIdx);
    [all...]
  /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...]
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/Device/
Context.hpp 55 enum DrawType ENUM_UNDERLYING_TYPE_UNSIGNED_INT
161 DrawType drawType;
Renderer.hpp 253 void draw(DrawType drawType, unsigned int indexOffset, unsigned int count, bool update = true);
440 AtomicInt drawType;
  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp 1014 sw::DrawType drawType;
1020 case D3DPT_POINTLIST: drawType = sw::DRAW_INDEXEDPOINTLIST32; break;
1021 case D3DPT_LINELIST: drawType = sw::DRAW_INDEXEDLINELIST32; break;
1022 case D3DPT_LINESTRIP: drawType = sw::DRAW_INDEXEDLINESTRIP32; break;
1023 case D3DPT_TRIANGLELIST: drawType = sw::DRAW_INDEXEDTRIANGLELIST32; break;
1024 case D3DPT_TRIANGLESTRIP: drawType = sw::DRAW_INDEXEDTRIANGLESTRIP32; break;
1025 case D3DPT_TRIANGLEFAN: drawType = sw::DRAW_INDEXEDTRIANGLEFAN32; break;
1034 case D3DPT_POINTLIST: drawType = sw::DRAW_INDEXEDPOINTLIST16; break;
1035 case D3DPT_LINELIST: drawType = sw::DRAW_INDEXEDLINELIST16; break
    [all...]
  /external/swiftshader/src/D3D8/
Direct3DDevice8.cpp 905 sw::DrawType drawType;
911 case D3DPT_POINTLIST: drawType = sw::DRAW_INDEXEDPOINTLIST32; break;
912 case D3DPT_LINELIST: drawType = sw::DRAW_INDEXEDLINELIST32; break;
913 case D3DPT_LINESTRIP: drawType = sw::DRAW_INDEXEDLINESTRIP32; break;
914 case D3DPT_TRIANGLELIST: drawType = sw::DRAW_INDEXEDTRIANGLELIST32; break;
915 case D3DPT_TRIANGLESTRIP: drawType = sw::DRAW_INDEXEDTRIANGLESTRIP32; break;
916 case D3DPT_TRIANGLEFAN: drawType = sw::DRAW_INDEXEDTRIANGLEFAN32; break;
925 case D3DPT_POINTLIST: drawType = sw::DRAW_INDEXEDPOINTLIST16; break;
926 case D3DPT_LINELIST: drawType = sw::DRAW_INDEXEDLINELIST16; break
    [all...]
  /external/swiftshader/src/Renderer/
Context.hpp 56 enum DrawType ENUM_UNDERLYING_TYPE_UNSIGNED_INT
408 DrawType drawType;
Renderer.hpp 282 void draw(DrawType drawType, unsigned int indexOffset, unsigned int count, bool update = true);
473 AtomicInt drawType;

Completed in 208 milliseconds