Home
last modified time | relevance | path

Searched defs:framebuffer (Results 151 - 175 of 368) sorted by relevance

12345678910>>...15

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DWebGLCompatibilityTest.cpp338 GLFramebuffer framebuffer; in TEST_P() local
1455 GLFramebuffer framebuffer; in TestDifferentStencilMaskAndRef() local
2423 GLFramebuffer framebuffer; in TEST_P() local
2531 GLFramebuffer framebuffer; TEST_P() local
4147 GLFramebuffer framebuffer; TEST_P() local
4284 GLFramebuffer framebuffer; TEST_P() local
4305 GLFramebuffer framebuffer; TEST_P() local
4323 GLFramebuffer framebuffer; TEST_P() local
4350 GLFramebuffer framebuffer; TEST_P() local
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkOpsRenderPass.cpp338 set(GrRenderTarget* rt, sk_sp<GrVkFramebuffer> framebuffer, GrSurfaceOrigin origin, const SkIRect& bounds, const GrOpsRenderPass::LoadAndStoreInfo& colorInfo, const GrOpsRenderPass::StencilLoadAndStoreInfo& stencilInfo, const GrOpsRenderPass::LoadAndStoreInfo& resolveInfo, GrVkRenderPass::SelfDependencyFlags selfDepFlags, GrVkRenderPass::LoadFromResolve loadFromResolve, const SkTArray<GrSurfaceProxy*, true>& sampledProxies) set() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp597 bool ValidateReadPixelsFormatType(const Framebuffer *framebuffer, GLenum format, GLenum type) in ValidateReadPixelsFormatType() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DCommandBufferVk.cpp235 VkFramebuffer framebuffer = VK_NULL_HANDLE; in RecordBeginRenderPass() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderSmokeTests.cpp448 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorBufferView.get(), colorBufferExtent.width, colorBufferExtent.height); in iterate() local
967 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorBufferView.get(), colorBufferExtent.width, colorBufferExtent.height); in testFullscreenGradient() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineBlendOperationAdvancedTests.cpp1141 void BlendOperationAdvancedTestInstance::prepareRenderPass (VkFramebuffer framebuffer, VkPipeline pipeline) const in prepareRenderPass() argument
H A DvktPipelineDepthRangeUnrestrictedTests.cpp669 void DepthRangeUnrestrictedTestInstance::prepareRenderPass (VkRenderPass renderPass, VkFramebuffer framebuffer, VkPipeline pipeline) in prepareRenderPass() argument
H A DvktPipelineImage2DViewOf3DTests.cpp302 const Move<VkFramebuffer> framebuffer = makeFramebuffer(vk, device, *renderPass, 0u, DE_NULL, testMipLevelSize.x(), testMipLevelSize.y()); in runGraphicsPipeline() local
H A DvktPipelineMultisampleShaderFragmentMaskTests.cpp644 Move<VkFramebuffer> framebuffer; in drawAndSampleInputAttachment() local
968 Move<VkFramebuffer> framebuffer; in draw() local
[all...]
H A DvktPipelineNoPositionTests.cpp540 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorImageView.get(), extent.width, extent.height); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationFragShaderSideEffectsTests.cpp429 const auto framebuffer = vk::makeFramebuffer(vkd, device, renderPass.get(), static_cast<deUint32>(imageViews.size()), imageViews.data(), kFramebufferWidth, kFramebufferHeight); in iterate() local
H A DvktRasterizationProvokingVertexTests.cpp266 Move<VkFramebuffer> framebuffer; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassDitheringTests.cpp176 Move<VkFramebuffer> framebuffer; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktObjectRefreshTests.cpp210 vk::Move<vk::VkFramebuffer> framebuffer = makeFramebuffer(vkd, device, *renderPass, *imageView, 64, 64); in refreshObjects() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmPhysicalStorageBufferPointerTests.cpp857 Move<VkFramebuffer> framebuffer = image.createFramebuffer(*renderPass); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp456 Move<VkFramebuffer> framebuffer = makeFramebuffer(vk, device, renderPass, *colorAttachmentView, colorImageExtent.width, colorImageExtent.height); in executeGraphicPipeline() local
H A DvktSynchronizationUtil.cpp120 beginRenderPassWithRasterizationDisabled(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkRenderPass renderPass, const VkFramebuffer framebuffer) beginRenderPassWithRasterizationDisabled() argument
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContextWrapper.cpp84 void ContextWrapper::glBindFramebuffer (deUint32 target, deUint32 framebuffer) in glBindFramebuffer() argument
H A DsglrReferenceContext.cpp807 void ReferenceContext::deleteFramebuffer (Framebuffer* framebuffer) in deleteFramebuffer() argument
822 Framebuffer* framebuffer = name ? m_framebuffers.find(name) : DE_NULL; in deleteFramebuffers() local
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cmd_buffer.h372 const struct tu_framebuffer *framebuffer; member
386 const struct tu_framebuffer *framebuffer; member
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_cmd_buffer.c787 const struct v3dv_framebuffer *framebuffer = state->framebuffer; in cmd_buffer_emit_render_pass_rcl() local
[all...]
H A Dv3dv_device.c2640 struct v3dv_framebuffer *framebuffer; in v3dv_CreateFramebuffer() local
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c1533 struct panvk_framebuffer *framebuffer; in panvk_CreateFramebuffer() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h239 struct pipe_framebuffer_state framebuffer; member
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_context.h272 struct pipe_framebuffer_state framebuffer; member

Completed in 75 milliseconds

12345678910>>...15