Home
last modified time | relevance | path

Searched defs:DrawCommand (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/libANGLE/renderer/wgpu/
Dwgpu_command_buffer.h60 struct DrawCommand struct
62 uint32_t vertexCount;
63 uint32_t instanceCount;
64 uint32_t firstVertex;
65 uint32_t firstInstance;
/external/deqp/framework/referencerenderer/
DrrRenderer.hpp135 class DrawCommand class
138DrawCommand(const RenderState &state_, const RenderTarget &renderTarget_, const Program &program_, in DrawCommand() function in rr::DrawCommand
/external/angle/src/tests/gl_tests/
DLineLoopTest.cpp933 struct DrawCommand struct in LineLoopIndirectTest
935 GLuint count;
936 GLuint primCount;
937 GLuint firstIndex;
938 GLint baseVertex;
939 GLuint reservedMustBeZero;
/external/deqp/modules/egl/
DteglBufferAgeTests.cpp138 struct DrawCommand struct
141 BufferAgeTest::DrawType drawType;
142 ColoredRect rect;
145 DrawCommand::DrawCommand(const BufferAgeTest::DrawType drawType_, const ColoredRect &rect_) in DrawCommand() function in deqp::egl::__anonfaab5b060111::DrawCommand
DteglSwapBuffersWithDamageTests.cpp99 struct DrawCommand struct
102 DrawType drawType;
103 ColoredRect rect;
106 DrawCommand::DrawCommand(DrawType drawType_, const ColoredRect &rect_) : drawType(drawType_), rect(… in DrawCommand() function in deqp::egl::__anone6d82a420111::DrawCommand
DteglPartialUpdateTests.cpp128 struct DrawCommand struct
131 PartialUpdateTest::DrawType drawType;
132 ColoredRect rect;
135 DrawCommand::DrawCommand(const PartialUpdateTest::DrawType drawType_, const ColoredRect &rect_) in DrawCommand() function in deqp::egl::__anon0646640f0111::DrawCommand
/external/skia/tools/debugger/
DDebugCanvas.h27 class DrawCommand; variable
DDrawCommand.cpp233 DrawCommand::DrawCommand(OpType type) : fOpType(type), fVisible(true) {} in DrawCommand() function in DrawCommand
/external/deqp/modules/glshared/
DglsDrawTest.cpp2379 struct DrawCommand in render() struct
2381 GLuint count; in render()
2382 GLuint primCount; in render()
2383 GLuint first; in render()
2384 GLuint reservedMustBeZero; in render()
2422 struct DrawCommand in render() struct
2424 GLuint count; in render()
2425 GLuint primCount; in render()
2426 GLuint firstIndex; in render()
2427 GLint baseVertex; in render()
[all …]