Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp487 VulkanDrawContext drawContext(context, framebufferState); in testPrimitivesInside() local
550 VulkanDrawContext drawContext(context, framebufferState); in testPrimitivesOutside() local
645 VulkanDrawContext drawContext(context, framebufferState); in testPrimitivesDepthClamp() local
746 VulkanDrawContext drawContext(context, framebufferState); in testPrimitivesDepthClip() local
782 VulkanDrawContext drawContext(context, framebufferState); in testPrimitivesDepthClip() local
861 VulkanDrawContext drawContext(context, framebufferState); in testLargePoints() local
1004 VulkanDrawContext drawContext(context, framebufferState); in testWideLines() local
1516 VulkanDrawContext drawContext(context, framebufferState); in testClipDistance() local
1657 VulkanDrawContext drawContext(context, framebufferState); in testComplementarity() local
1729 VulkanDrawContext drawContext(context, framebufferState); in testCullDistance() local
/external/skia/src/gpu/graphite/
DKeyHelpers.cpp1448 DrawContext* drawContext, in notify_in_use()
1495 void NotifyImagesInUse(Recorder* recorder, DrawContext* drawContext, const SkBlender* blender) { in NotifyImagesInUse()
1690 void NotifyImagesInUse(Recorder* recorder, DrawContext* drawContext, const SkColorFilter* filter) { in NotifyImagesInUse()
1730 DrawContext* drawContext, in notify_in_use()
1764 static void notify_in_use(Recorder* recorder, DrawContext* drawContext, const SkCTMShader* shader) { in notify_in_use()
1798 DrawContext* drawContext, in notify_in_use()
1818 DrawContext* drawContext, in notify_in_use()
2099 DrawContext* drawContext, in notify_in_use()
2186 DrawContext* drawContext, in notify_in_use()
2340 DrawContext* drawContext, in notify_in_use()
[all …]
/external/skia/tests/
DGrSurfaceResolveTest.cpp258 auto drawContext = skgpu::ganesh::SurfaceDrawContext::Make(dc, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
/external/deqp/framework/referencerenderer/
DrrRenderer.cpp944 void generatePrimitiveIDs(ContainerType &list, DrawContext &drawContext) in generatePrimitiveIDs()
1456 DrawContext &drawContext) in drawWithGeometryShader()
1536 VertexPacket *const *vertices, int numVertices, DrawContext &drawContext, in drawAsPrimitives()
1845 DrawContext drawContext; in drawInstanced() local
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp659 ContextArrayPack::ContextArrayPack(glu::RenderContext &renderCtx, sglr::Context &drawContext) in ContextArrayPack()
DglsDrawTest.cpp2247 …AttributePack(tcu::TestContext &testCtx, glu::RenderContext &renderCtx, sglr::Context &drawContext, in AttributePack()