Home
last modified time | relevance | path

Searched refs:DrawContext (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.hpp76 class DrawContext class
79 DrawContext (const DrawState& drawState, in DrawContext() function in vkt::drawutil::DrawContext
85 virtual ~DrawContext (void) in ~DrawContext()
96 class ReferenceDrawContext : public DrawContext
103 : DrawContext (drawState, drawCallData) in ReferenceDrawContext()
150 class VulkanDrawContext : public DrawContext
DvktDrawUtil.cpp283 : DrawContext (drawState, drawCallData) in VulkanDrawContext()
/external/ImageMagick/scripts/
Dformat_c_api_docs142 DrawContext => 'types.html#DrawContext',
/external/deqp/framework/referencerenderer/
DrrRenderer.cpp91 struct DrawContext struct
95 DrawContext (void) in DrawContext() function
930 void generatePrimitiveIDs (ContainerType& list, DrawContext& drawContext) in generatePrimitiveIDs()
1405 …td::vector<typename PrimitiveTypeTraits<DrawPrimitiveType>::Type>& input, DrawContext& drawContext) in drawWithGeometryShader()
1473 …onst Program& program, VertexPacket* const* vertices, int numVertices, DrawContext& drawContext, V… in drawAsPrimitives()
1770 DrawContext drawContext; in drawInstanced()