Home
last modified time | relevance | path

Searched defs:DrawCall (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Renderer/
DRenderer.hpp207 struct DrawCall struct
213 DrawType drawType;
214 int batchSize;
216 Routine *vertexRoutine;
217 Routine *setupRoutine;
218 Routine *pixelRoutine;
220 VertexProcessor::RoutinePointer vertexPointer;
221 SetupProcessor::RoutinePointer setupPointer;
222 PixelProcessor::RoutinePointer pixelPointer;
224 int (Renderer::*setupPrimitives)(int batch, int count);
[all …]
DRenderer.cpp80 DrawCall::DrawCall() in DrawCall() function in sw::DrawCall
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp155 struct DrawCall struct
157 DrawCall (int numElements_, bool tfEnabled_) in DrawCall() function
163 DrawCall (void) in DrawCall() argument
169 int numElements;
170 bool transformFeedbackEnabled;
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp2231 enum DrawCall enum