Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DLineLoopTest.cpp493 struct DrawCommand in runTest() struct
495 GLuint count; in runTest()
496 GLuint primCount; in runTest()
497 GLuint firstIndex; in runTest()
498 GLint baseVertex; in runTest()
499 GLuint reservedMustBeZero; in runTest()
/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/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::__anon6280dde40111::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::__anon90be25ed0111::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::__anoncd6aea200111::DrawCommand
/external/skia/tools/debugger/
DDebugCanvas.h27 class DrawCommand; variable
DDrawCommand.cpp232 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 …]