Home
last modified time | relevance | path

Searched refs:getDeviceInterface (Results 1 – 25 of 177) sorted by relevance

12345678

/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp114 return createPipelineLayout(context.getDeviceInterface(), in makePipelineLayout()
156 return createRenderPass(context.getDeviceInterface(), context.getDevice(), in makeRenderPass()
169 return createFramebuffer(context.getDeviceInterface(), context.getDevice(), in makeFramebuffer()
225 …return vk::makeGraphicsPipeline(context.getDeviceInterface(), // const DeviceInterface& … in makeGraphicsPipeline()
289 return createComputePipeline(context.getDeviceInterface(), in makeComputePipeline()
307 context.getDeviceInterface(), context.getDevice(), &allocateParams); in makeDescriptorSet()
322 context.getDeviceInterface(), context.getDevice(), &commandPoolParams); in makeCommandPool()
336 return allocateCommandBuffer(context.getDeviceInterface(), in makeCommandBuffer()
351 context.getDeviceInterface(), context.getDevice(), &fenceParams)); in submitCommandBuffer()
366 vk::VkResult result = (context.getDeviceInterface().queueSubmit( in submitCommandBuffer()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiNullHandleTests.cpp44 context.getDeviceInterface().destroyBuffer(context.getDevice(), buffer, pAllocator); in release()
49 context.getDeviceInterface().destroyBufferView(context.getDevice(), bufferView, pAllocator); in release()
54 context.getDeviceInterface().destroyCommandPool(context.getDevice(), commandPool, pAllocator); in release()
59 …context.getDeviceInterface().destroyDescriptorPool(context.getDevice(), descriptorPool, pAllocator… in release()
64 …context.getDeviceInterface().destroyDescriptorSetLayout(context.getDevice(), descriptorSetLayout, … in release()
69 context.getDeviceInterface().destroyDevice(device, pAllocator); in release()
74 context.getDeviceInterface().destroyEvent(context.getDevice(), event, pAllocator); in release()
79 context.getDeviceInterface().destroyFence(context.getDevice(), fence, pAllocator); in release()
84 context.getDeviceInterface().destroyFramebuffer(context.getDevice(), framebuffer, pAllocator); in release()
89 context.getDeviceInterface().destroyImage(context.getDevice(), image, pAllocator); in release()
[all …]
DvktApiBufferComputeInstance.cpp44 const DeviceInterface& vki = context.getDeviceInterface(); in createDataBuffer()
91 const DeviceInterface& vki = context.getDeviceInterface(); in createColorDataBuffer()
135 const DeviceInterface& vki = context.getDeviceInterface(); in createDescriptorSetLayout()
148 const DeviceInterface& vki = context.getDeviceInterface(); in createDescriptorPool()
164 const DeviceInterface& vki = context.getDeviceInterface(); in createDescriptorSet()
201 const DeviceInterface& vki = context.getDeviceInterface(); in createDescriptorSet()
DvktApiCommandBuffersTests.cpp89 , m_vkd (context.getDeviceInterface()) in CommandBufferBareTestEnvironment()
342 const DeviceInterface& vk = context.getDeviceInterface(); in createPoolNullParamsTest()
353 const DeviceInterface& vk = context.getDeviceInterface(); in createPoolNonNullAllocatorTest()
373 const DeviceInterface& vk = context.getDeviceInterface(); in createPoolTransientBitTest()
392 const DeviceInterface& vk = context.getDeviceInterface(); in createPoolResetBitTest()
411 const DeviceInterface& vk = context.getDeviceInterface(); in resetPoolReleaseResourcesBitTest()
432 const DeviceInterface& vk = context.getDeviceInterface(); in resetPoolNoFlagsTest()
476 const DeviceInterface& vk = context.getDeviceInterface(); in resetPoolReuseTest()
527 const DeviceInterface& vk = context.getDeviceInterface(); in allocatePrimaryBufferTest()
557 const DeviceInterface& vk = context.getDeviceInterface(); in allocateManyPrimaryBuffersTest()
[all …]
DvktApiBufferAndImageAllocationUtil.cpp50 const DeviceInterface& vk = context.getDeviceInterface(); in createTestBuffer()
88 const DeviceInterface& vk = context.getDeviceInterface(); in createTestBuffer()
118 const DeviceInterface& vk = context.getDeviceInterface(); in createTestImage()
166 const DeviceInterface& vk = context.getDeviceInterface(); in createTestImage()
DvktApiGetMemoryCommitment.cpp106 const DeviceInterface& vkd = m_context.getDeviceInterface(); in iterate()
368 const DeviceInterface& vkd = m_context.getDeviceInterface(); in iterate()
447 const DeviceInterface& vkd = m_context.getDeviceInterface(); in createCommandPool()
456 const DeviceInterface& vkd = m_context.getDeviceInterface(); in allocatePrimaryCommandBuffer()
482 const DeviceInterface& vkd = m_context.getDeviceInterface(); in isDeviceMemoryCommitmentOk()
DvktApiDescriptorSetTests.cpp72 const DeviceInterface& vk = context.getDeviceInterface(); in descriptorSetLayoutLifetimeGraphicsTest()
187 const DeviceInterface& vk = context.getDeviceInterface(); in descriptorSetLayoutLifetimeComputeTest()
224 const DeviceInterface& vk = context.getDeviceInterface(); in emptyDescriptorSetLayoutTest()
DvktApiGranularityTests.cpp162 const DeviceInterface& vk = m_context.getDeviceInterface(); in initImages()
242 const DeviceInterface& vk = m_context.getDeviceInterface(); in initRenderPass()
312 const DeviceInterface& vk = m_context.getDeviceInterface(); in beginRenderPass()
321 const DeviceInterface& vk = m_context.getDeviceInterface(); in endRenderPass()
329 const DeviceInterface& vk = m_context.getDeviceInterface(); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSampleReadTests.cpp806 …ntext.getInstanceInterface(), context.getPhysicalDevice(), context.getDeviceInterface(), context.g… in SampleReadTestInstance()
807 …, m_srcImageMemory (createImageMemory(context.getDeviceInterface(), context.getDevice(), contex… in SampleReadTestInstance()
808 …, m_srcImageView (createImageView(context.getDeviceInterface(), context.getDevice(), *m_srcImag… in SampleReadTestInstance()
809 …, m_srcInputImageView (createImageView(context.getDeviceInterface(), context.getDevice(), *m_src… in SampleReadTestInstance()
810 …ntext.getInstanceInterface(), context.getPhysicalDevice(), context.getDeviceInterface(), context.g… in SampleReadTestInstance()
811 …, m_dstMultisampleImageMemory (createImageMemory(context.getDeviceInterface(), context.getDevice()… in SampleReadTestInstance()
812 …, m_dstMultisampleImageView (createImageView(context.getDeviceInterface(), context.getDevice(), *… in SampleReadTestInstance()
813 …ntext.getInstanceInterface(), context.getPhysicalDevice(), context.getDeviceInterface(), context.g… in SampleReadTestInstance()
814 …, m_dstSinglesampleImageMemory (createImageMemory(context.getDeviceInterface(), context.getDevice(… in SampleReadTestInstance()
815 …, m_dstSinglesampleImageView (createImageView(context.getDeviceInterface(), context.getDevice(), *… in SampleReadTestInstance()
[all …]
DvktRenderPassSparseRenderTargetTests.cpp418 , m_bindSemaphore (createSemaphore(context.getDeviceInterface(), context.getDevice())) in SparseRenderTargetTestInstance()
419 …, m_dstImage (createSparseImageAndMemory(context.getDeviceInterface(), context.getDevice(), con… in SparseRenderTargetTestInstance()
420 …, m_dstImageView (createImageView(context.getDeviceInterface(), context.getDevice(), *m_dstImage… in SparseRenderTargetTestInstance()
421 …, m_dstBuffer (createBuffer(context.getDeviceInterface(), context.getDevice(), m_format, m_widt… in SparseRenderTargetTestInstance()
422 …, m_dstBufferMemory (createBufferMemory(context.getDeviceInterface(), context.getDevice(), conte… in SparseRenderTargetTestInstance()
423 …, m_renderPass (createRenderPass(context.getDeviceInterface(), context.getDevice(), m_format, t… in SparseRenderTargetTestInstance()
424 …, m_framebuffer (createFramebuffer(context.getDeviceInterface(), context.getDevice(), *m_render… in SparseRenderTargetTestInstance()
425 …, m_renderPipelineLayout (createRenderPipelineLayout(context.getDeviceInterface(), context.getDevi… in SparseRenderTargetTestInstance()
426 …, m_renderPipeline (createRenderPipeline(context.getDeviceInterface(), context.getDevice(), *m_r… in SparseRenderTargetTestInstance()
427 …, m_commandPool (createCommandPool(context.getDeviceInterface(), context.getDevice(), VK_COMMAN… in SparseRenderTargetTestInstance()
[all …]
DvktRenderPassSubpassDependencyTests.cpp401 …, m_images (createAndAllocateImages(context.getDeviceInterface(), context.getDevice(), contex… in ExternalDependencyTestInstance()
402 …, m_imageViews (createImageViews(context.getDeviceInterface(), context.getDevice(), m_images, … in ExternalDependencyTestInstance()
403 …, m_samplers (createSamplers(context.getDeviceInterface(), context.getDevice(), testConfig.ren… in ExternalDependencyTestInstance()
404 …, m_dstBuffer (createBuffer(context.getDeviceInterface(), context.getDevice(), m_format, m_wid… in ExternalDependencyTestInstance()
405 …, m_dstBufferMemory (createBufferMemory(context.getDeviceInterface(), context.getDevice(), cont… in ExternalDependencyTestInstance()
406 …, m_renderPasses (createRenderPasses(context.getDeviceInterface(), context.getDevice(), testCon… in ExternalDependencyTestInstance()
407 …, m_framebuffers (createFramebuffers(context.getDeviceInterface(), context.getDevice(), m_rende… in ExternalDependencyTestInstance()
408 …, m_subpassDescriptorSetLayouts (createDescriptorSetLayouts(context.getDeviceInterface(), context.… in ExternalDependencyTestInstance()
409 …, m_subpassDescriptorPools (createDescriptorPools(context.getDeviceInterface(), context.getDevice… in ExternalDependencyTestInstance()
410 …, m_subpassDescriptorSets (createDescriptorSets(context.getDeviceInterface(), context.getDevice()… in ExternalDependencyTestInstance()
[all …]
DvktRenderPassMultisampleTests.cpp1240 …ntext.getInstanceInterface(), context.getPhysicalDevice(), context.getDeviceInterface(), context.g… in MultisampleRenderPassTestInstance()
1241 …, m_srcImageMemory (createImageMemory(context.getDeviceInterface(), context.getDevice(), contex… in MultisampleRenderPassTestInstance()
1242 …, m_srcImageView (createImageAttachmentView(context.getDeviceInterface(), context.getDevice(), … in MultisampleRenderPassTestInstance()
1243 …, m_srcPrimaryInputImageView (createSrcPrimaryInputImageView(context.getDeviceInterface(), context… in MultisampleRenderPassTestInstance()
1244 …, m_srcSecondaryInputImageView (createSrcSecondaryInputImageView(context.getDeviceInterface(), con… in MultisampleRenderPassTestInstance()
1246 …ntext.getInstanceInterface(), context.getPhysicalDevice(), context.getDeviceInterface(), context.g… in MultisampleRenderPassTestInstance()
1247 …, m_dstMultisampleImageMemory (createImageMemory(context.getDeviceInterface(), context.getDevice()… in MultisampleRenderPassTestInstance()
1248 …, m_dstMultisampleImageViews (createImageAttachmentViews(context.getDeviceInterface(), context.get… in MultisampleRenderPassTestInstance()
1250 …ntext.getInstanceInterface(), context.getPhysicalDevice(), context.getDeviceInterface(), context.g… in MultisampleRenderPassTestInstance()
1251 …, m_dstSinglesampleImageMemory (createImageMemory(context.getDeviceInterface(), context.getDevice(… in MultisampleRenderPassTestInstance()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCacheTests.cpp192 const DeviceInterface& vk = m_context.getDeviceInterface(); in bindShaderStage()
224 const DeviceInterface& vk = m_context.getDeviceInterface(); in buildPipeline()
431 const DeviceInterface& vk = context.getDeviceInterface(); in createBufferAndBindMemory()
463 const DeviceInterface& vk = context.getDeviceInterface(); in createImage2DAndBindMemory()
539 const DeviceInterface& vk = m_context.getDeviceInterface(); in CacheTestInstance()
570 const DeviceInterface& vk = m_context.getDeviceInterface(); in iterate()
749 const DeviceInterface& vk = m_context.getDeviceInterface(); in GraphicsCacheTestInstance()
972 const DeviceInterface& vk = m_context.getDeviceInterface(); in prepareRenderPass()
992 const DeviceInterface& vk = m_context.getDeviceInterface(); in prepareCommandBuffer()
1010 const DeviceInterface& vk = m_context.getDeviceInterface(); in verifyTestResult()
[all …]
DvktPipelineTimestampTests.cpp357 const DeviceInterface& vk = m_context.getDeviceInterface(); in bindShaderStage()
381 const DeviceInterface& vk = m_context.getDeviceInterface(); in buildPipeline()
600 const DeviceInterface& vk = context.getDeviceInterface(); in TimestampTestInstance()
650 const DeviceInterface& vk = m_context.getDeviceInterface(); in configCommandBuffer()
667 const DeviceInterface& vk = m_context.getDeviceInterface(); in iterate()
722 const DeviceInterface& vk = m_context.getDeviceInterface(); in createBufferAndBindMemory()
757 const DeviceInterface& vk = m_context.getDeviceInterface(); in createImage2DAndBindMemory()
893 const DeviceInterface& vk = m_context.getDeviceInterface(); in buildVertexBuffer()
909 const DeviceInterface& vk = m_context.getDeviceInterface(); in buildRenderPass()
918 const DeviceInterface& vk = m_context.getDeviceInterface(); in buildFrameBuffer()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryBindingTests.cpp426 const DeviceInterface& vk = ctx.getDeviceInterface(); in createBindingTargets()
443 const DeviceInterface& vk = ctx.getDeviceInterface(); in createBindingTargets()
468 const DeviceInterface& vk = ctx.getDeviceInterface(); in createMemory()
494 const DeviceInterface& vk = ctx.getDeviceInterface(); in createMemory()
519 const DeviceInterface& vk = ctx.getDeviceInterface(); in createMemory()
546 const DeviceInterface& vk = ctx.getDeviceInterface(); in createMemory()
580 const DeviceInterface& vk = ctx.getDeviceInterface(); in makeBinding()
600 const DeviceInterface& vk = ctx.getDeviceInterface(); in makeBinding()
623 const DeviceInterface& vk = ctx.getDeviceInterface(); in fillUpResource()
649 const DeviceInterface& vk = ctx.getDeviceInterface(); in fillUpResource()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreTests.cpp262 const DeviceInterface& vk = context.getDeviceInterface(); in commandImageWriteBarrierBetweenShaderInvocations()
275 const DeviceInterface& vk = context.getDeviceInterface(); in commandBufferWriteBarrierBeforeHostRead()
292 const DeviceInterface& vk = context.getDeviceInterface(); in commandCopyImageToBuffer()
454 const DeviceInterface& vk = m_context.getDeviceInterface(); in iterate()
521 const DeviceInterface& vk = m_context.getDeviceInterface(); in StoreTestInstance()
535 const DeviceInterface& vk = m_context.getDeviceInterface(); in verifyResult()
601 const DeviceInterface& vk = m_context.getDeviceInterface(); in ImageStoreTestInstance()
637 const DeviceInterface& vk = m_context.getDeviceInterface(); in prepareDescriptors()
674 const DeviceInterface& vk = m_context.getDeviceInterface(); in commandBindDescriptorsForLayer()
695 const DeviceInterface& vk = m_context.getDeviceInterface(); in commandBeforeCompute()
[all …]
DvktImageSizeTests.cpp274 const DeviceInterface& vk = m_context.getDeviceInterface(); in SizeTestInstance()
296 const DeviceInterface& vk = m_context.getDeviceInterface(); in iterate()
372 const DeviceInterface& vk = m_context.getDeviceInterface(); in ImageSizeTestInstance()
386 const DeviceInterface& vk = m_context.getDeviceInterface(); in prepareDescriptors()
414 const DeviceInterface& vk = m_context.getDeviceInterface(); in commandBeforeCompute()
448 const DeviceInterface& vk = m_context.getDeviceInterface(); in BufferSizeTestInstance()
463 const DeviceInterface& vk = m_context.getDeviceInterface(); in prepareDescriptors()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicEventTests.cpp46 const DeviceInterface& vk = context.getDeviceInterface(); in hostResetSetEventCase()
82 const DeviceInterface& vk = context.getDeviceInterface(); in deviceResetSetEventCase()
127 const DeviceInterface& vk = context.getDeviceInterface(); in deviceWaitForEventCase()
174 const DeviceInterface& vk = context.getDeviceInterface(); in singleSubmissionCase()
214 const DeviceInterface& vk = context.getDeviceInterface(); in multiSubmissionCase()
274 const DeviceInterface& vk = context.getDeviceInterface(); in secondaryCommandBufferCase()
DvktSynchronizationOperation.cpp97 const DeviceInterface& vk = context.getDeviceInterface(); in VertexGrid()
207 const DeviceInterface& vk = context.getDeviceInterface(); in getHostBufferData()
505 const DeviceInterface& vk = m_context.getDeviceInterface(); in recordCommands()
598 const DeviceInterface& vk = m_context.getDeviceInterface(); in Implementation()
617 const DeviceInterface& vk = m_context.getDeviceInterface(); in recordCommands()
703 const DeviceInterface& vk = m_context.getDeviceInterface(); in ImplementationBase()
727 const DeviceInterface& vk = m_context.getDeviceInterface(); in recordCommands()
861 const DeviceInterface& vk = m_context.getDeviceInterface(); in recordCopyCommand()
905 const DeviceInterface& vk = m_context.getDeviceInterface(); in recordCopyCommand()
987 const DeviceInterface& vk = context.getDeviceInterface(); in GraphicsPipeline()
[all …]
DvktSynchronizationBasicFenceTests.cpp46 const DeviceInterface& vk = context.getDeviceInterface(); in basicOneFenceCase()
112 const DeviceInterface& vk = context.getDeviceInterface(); in basicMultiFenceCase()
185 const DeviceInterface& vk = context.getDeviceInterface(); in emptySubmitCase()
214 const DeviceInterface& vk = context.getDeviceInterface(); in basicMultiFenceWaitAllFalseCase()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp285 const vk::DeviceInterface& vk = context.getDeviceInterface(); in createImage2D()
335 const vk::DeviceInterface& vk = context.getDeviceInterface(); in makeBuffer()
382 return vk::createImageView(context.getDeviceInterface(), context.getDevice(), &params); in createImageView()
388 const vk::DeviceInterface& vk = context.getDeviceInterface(); in createRenderPass()
397 const vk::DeviceInterface& vk = context.getDeviceInterface(); in createFramebuffer()
429 return vk::createPipelineLayout(context.getDeviceInterface(), context.getDevice(), &params); in createPipelineLayout()
456 const vk::DeviceInterface& vk = context.getDeviceInterface(); in queueSubmit()
655 const vk::DeviceInterface& vk = ctx.getDeviceInterface(); in clearImage()
728 const vk::DeviceInterface& vk = ctx.getDeviceInterface(); in uploadImage()
837 const vk::DeviceInterface& vk = ctx.getDeviceInterface(); in copyToProtectedImage()
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp748 …m_shaderModules[shaderType] = vk::createShaderModule(context.getDeviceInterface(), context.getDevi… in PipelineProgram()
769 return vk::createBuffer(context.getDeviceInterface(), context.getDevice(), &params); in createBuffer()
794 return vk::createImage(context.getDeviceInterface(), context.getDevice(), &params); in createImage2D()
817 return vk::createImageView(context.getDeviceInterface(), context.getDevice(), &params); in createAttachmentView()
881 return vk::createRenderPass(context.getDeviceInterface(), context.getDevice(), &renderPassParams); in createRenderPass()
905 .build(context.getDeviceInterface(), context.getDevice()); in createDescriptorSetLayout()
921 return vk::createPipelineLayout(context.getDeviceInterface(), context.getDevice(), &params); in createPipelineLayout()
1106 …return vk::makeGraphicsPipeline(context.getDeviceInterface(), // const DeviceInterface& … in createPipeline()
1147 …return vk::createFramebuffer(context.getDeviceInterface(), context.getDevice(), &framebufferParams… in createFramebuffer()
1154 …return vk::createCommandPool(context.getDeviceInterface(), context.getDevice(), (vk::VkCommandPool… in createCommandPool()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolStatisticsTests.cpp230 const DeviceInterface& vk = m_context.getDeviceInterface(); in iterate()
285 const DeviceInterface& vk = m_context.getDeviceInterface(); in executeTest()
402 const DeviceInterface& vk = m_context.getDeviceInterface(); in executeTest()
497 const DeviceInterface& vk = m_context.getDeviceInterface(); in checkResult()
560 const DeviceInterface& vk = m_context.getDeviceInterface(); in executeTest()
728 const DeviceInterface& vk = m_context.getDeviceInterface(); in creatAndFillVertexBuffer()
746 const DeviceInterface& vk = m_context.getDeviceInterface(); in creatColorAttachmentAndRenderPass()
884 const DeviceInterface& vk = m_context.getDeviceInterface(); in createPipeline()
949 const DeviceInterface& vk = m_context.getDeviceInterface(); in executeTest()
998 const DeviceInterface& vk = m_context.getDeviceInterface(); in checkResult()
[all …]
DvktQueryPoolOcclusionTests.cpp307 …m_stateObjects = new StateObjects(m_context.getDeviceInterface(), m_context, NUM_VERTICES_IN_DRAWC… in BasicOcclusionQueryTestInstance()
310 const vk::DeviceInterface& vk = m_context.getDeviceInterface(); in BasicOcclusionQueryTestInstance()
338 const vk::DeviceInterface& vk = m_context.getDeviceInterface(); in ~BasicOcclusionQueryTestInstance()
349 const vk::DeviceInterface& vk = m_context.getDeviceInterface(); in iterate()
526 const vk::DeviceInterface& vk = m_context.getDeviceInterface(); in OcclusionQueryTestInstance()
531 …m_stateObjects = new StateObjects(m_context.getDeviceInterface(), m_context, NUM_VERTICES_IN_DRAW… in OcclusionQueryTestInstance()
575 const vk::DeviceInterface& vk = m_context.getDeviceInterface(); in ~OcclusionQueryTestInstance()
583 const vk::DeviceInterface& vk = m_context.getDeviceInterface(); in iterate()
734 const vk::DeviceInterface& vk = m_context.getDeviceInterface(); in recordQueryPoolReset()
750 const vk::DeviceInterface& vk = m_context.getDeviceInterface(); in recordRender()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp658 const DeviceInterface& vk = getDeviceInterface(); in SparseBufferTestInstance()
710getDeviceInterface(), getDevice(), getAllocator(), m_universalQueue.queueFamilyIndex, descriptorSe… in draw()
713 …renderer->draw(getDeviceInterface(), getDevice(), m_universalQueue.queueHandle, *this, useDeviceGr… in draw()
718 invalidateAlloc(getDeviceInterface(), getDevice(), *m_colorBufferAlloc); in isResultImageCorrect()
839 const DeviceInterface& vk = getDeviceInterface(); in rendererDraw()
850 const DeviceInterface& vk = getDeviceInterface(); in iterate()
1150 const DeviceInterface& vk = getDeviceInterface(); in createResources()
1184 const DeviceInterface& vk = getDeviceInterface(); in iterate()
1292 const DeviceInterface& vk = getDeviceInterface(); in rendererDraw()
1336 const DeviceInterface& vk = getDeviceInterface(); in rendererDraw()
[all …]

12345678