Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DLineLoopTest.cpp525 struct DrawCommand struct in LineLoopIndirectTest
527 GLuint count;
528 GLuint primCount;
529 GLuint firstIndex;
530 GLint baseVertex;
531 GLuint reservedMustBeZero;
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A Dwgpu_command_buffer.h60 struct DrawCommand struct
62 uint32_t vertexCount;
63 uint32_t instanceCount;
64 uint32_t firstVertex;
65 uint32_t firstInstance;
/aosp_15_r20/external/deqp/modules/egl/
H A 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::__anon9b7140860111::DrawCommand
H A 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::__anon8a224fc20111::DrawCommand
H A 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::__anonba83098f0111::DrawCommand
/aosp_15_r20/external/deqp/modules/glshared/
H A 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 …]
/aosp_15_r20/external/deqp/framework/referencerenderer/
H A DrrRenderer.hpp135 class DrawCommand class
138DrawCommand(const RenderState &state_, const RenderTarget &renderTarget_, const Program &program_, in DrawCommand() function in rr::DrawCommand
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/text/
H A DLayoutTest.java1037 static class DrawCommand { class in LayoutTest.MockCanvas
1045 DrawCommand(String text, float x, float y, Paint paint) { in DrawCommand() method in LayoutTest.MockCanvas.DrawCommand
1054 DrawCommand(Path path, Paint paint) { in DrawCommand() method in LayoutTest.MockCanvas.DrawCommand
1063 DrawCommand(RectF rect, Paint paint) { in DrawCommand() method in LayoutTest.MockCanvas.DrawCommand
/aosp_15_r20/external/skia/tools/debugger/
H A DDebugCanvas.h27 class DrawCommand; variable
H A DDrawCommand.cpp233 DrawCommand::DrawCommand(OpType type) : fOpType(type), fVisible(true) {} in DrawCommand() function in DrawCommand