Home
last modified time | relevance | path

Searched defs:drawContext (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp849 DrawContext drawContext(context, shaders, vertices, topology); in testPrimitivesInside() local
887 DrawContext drawContext(context, shaders, vertices, topology); in testPrimitivesOutside() local
967 …DrawContext drawContext(context, shaders, vertices, topology, static_cast<deUint32>(RENDER_SIZE), … in testPrimitivesDepthClamp() local
1009 DrawContext drawContext(context, shaders, vertices, VK_PRIMITIVE_TOPOLOGY_POINT_LIST); in testLargePoints() local
1072 …DrawContext drawContext(context, shaders, vertices, VK_PRIMITIVE_TOPOLOGY_LINE_LIST, static_cast<d… in testWideLines() local
1396 DrawContext drawContext(context, shaders, vertices, caseDef.topology); in testClipDistance() local
1517 …DrawContext drawContext(context, shaders, vertices, VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, static_ca… in testComplementarity() local
/external/deqp/framework/referencerenderer/
DrrRenderer.cpp930 void generatePrimitiveIDs (ContainerType& list, DrawContext& drawContext) in generatePrimitiveIDs()
1405 …td::vector<typename PrimitiveTypeTraits<DrawPrimitiveType>::Type>& input, DrawContext& drawContext) in drawWithGeometryShader()
1473 …ogram& program, VertexPacket* const* vertices, int numVertices, DrawContext& drawContext, VertexPa… in drawAsPrimitives()
1770 DrawContext drawContext; in drawInstanced() local
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp720 ContextArrayPack::ContextArrayPack (glu::RenderContext& renderCtx, sglr::Context& drawContext) in ContextArrayPack()
DglsDrawTest.cpp1779 …ack (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, sglr::Context& drawContext, const t… in AttributePack()