HomeSort by relevance Sort by last modified time
    Searched refs:DrawCall (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/src/Renderer/
Clipper.hpp 24 struct DrawCall;
60 bool clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw);
SetupProcessor.hpp 30 struct DrawCall;
Renderer.hpp 205 struct DrawCall
207 DrawCall();
209 ~DrawCall();
286 drawCall = 0;
293 AtomicInt drawCall;
304 drawCall = 0;
309 AtomicInt drawCall;
423 bool setupLine(Primitive &primitive, Triangle &triangle, const DrawCall &draw);
424 bool setupPoint(Primitive &primitive, Triangle &triangle, const DrawCall &draw);
465 DrawCall *drawCall[DRAW_COUNT]
    [all...]
Renderer.cpp 81 DrawCall::DrawCall()
99 DrawCall::~DrawCall()
156 drawCall[draw] = new DrawCall();
157 drawList[draw] = drawCall[draw];
193 delete drawCall[draw];
284 DrawCall *draw = nullptr;
290 if(drawCall[i]->references == -1
    [all...]
Clipper.cpp 43 bool Clipper::clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw)
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 155 struct DrawCall
157 DrawCall (int numElements_, bool tfEnabled_)
163 DrawCall (void)
173 std::ostream& operator<< (std::ostream& str, const DrawCall& call)
785 static int computeTransformFeedbackPrimitiveCount (deUint32 primitiveType, const DrawCall* first, const DrawCall* end)
789 for (const DrawCall* call = first; call != end; ++call)
865 bool runTest (const DrawCall* first, const DrawCall* end, deUint32 seed);
1012 static const DrawCall s_elemCount1[] = { DrawCall(1, true) }
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.cpp     [all...]

Completed in 96 milliseconds