/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
H A D | pp_private.h | 52 struct pipe_framebuffer_state framebuffer; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
H A D | PbufferSurfaceCGL.cpp | 131 GLuint framebuffer = 0; in createDefaultFramebuffer() local
|
H A D | IOSurfaceSurfaceCGL.cpp | 309 GLuint framebuffer = 0; in createDefaultFramebuffer() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/ |
H A D | PbufferSurfaceEAGL.cpp | 134 GLuint framebuffer = 0; in createDefaultFramebuffer() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | GetImageTest.cpp | 249 GLFramebuffer framebuffer; in TEST_P() local
|
H A D | IndexBufferOffsetTest.cpp | 77 void preTestUpdateBuffer(GLuint framebuffer, GLuint texture, GLuint buffer, GLsizei size) in preTestUpdateBuffer() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
H A D | FrameBuffer.hpp | 64 void *framebuffer; // Native window buffer. member in sw::FrameBuffer
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluStateReset.cpp | 1047 const deUint32 framebuffer = renderCtx.getDefaultFramebuffer(); in resetStateGLCore() local
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta.h | 59 struct vk_framebuffer *framebuffer; member
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_queue.c | 202 const struct pvr_framebuffer *framebuffer = sub_cmd->framebuffer; in pvr_process_graphics_cmd() local
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_context.h | 79 struct pipe_framebuffer_state framebuffer; member
|
/third_party/mesa3d/src/gallium/tests/trivial/ |
H A D | quad-tex.c | 76 struct pipe_framebuffer_state framebuffer; member [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | buffers.c | 363 _mesa_NamedFramebufferDrawBuffer_no_error(GLuint framebuffer, GLenum buf) in _mesa_NamedFramebufferDrawBuffer_no_error() argument 379 _mesa_FramebufferDrawBufferEXT(GLuint framebuffer, GLenum buf) _mesa_FramebufferDrawBufferEXT() argument 398 _mesa_NamedFramebufferDrawBuffer(GLuint framebuffer, GLenum buf) _mesa_NamedFramebufferDrawBuffer() argument 669 _mesa_FramebufferDrawBuffersEXT(GLuint framebuffer, GLsizei n, const GLenum *bufs) _mesa_FramebufferDrawBuffersEXT() argument 688 _mesa_NamedFramebufferDrawBuffers_no_error(GLuint framebuffer, GLsizei n, const GLenum *bufs) _mesa_NamedFramebufferDrawBuffers_no_error() argument 705 _mesa_NamedFramebufferDrawBuffers(GLuint framebuffer, GLsizei n, const GLenum *bufs) _mesa_NamedFramebufferDrawBuffers() argument 991 _mesa_NamedFramebufferReadBuffer_no_error(GLuint framebuffer, GLenum src) _mesa_NamedFramebufferReadBuffer_no_error() argument 1008 _mesa_FramebufferReadBufferEXT(GLuint framebuffer, GLenum buf) _mesa_FramebufferReadBufferEXT() argument 1027 _mesa_NamedFramebufferReadBuffer(GLuint framebuffer, GLenum src) _mesa_NamedFramebufferReadBuffer() argument [all...] |
H A D | clear.c | 448 _mesa_ClearNamedFramebufferiv(GLuint framebuffer, GLenum buffer, in _mesa_ClearNamedFramebufferiv() argument 542 _mesa_ClearNamedFramebufferuiv(GLuint framebuffer, GLenum buffer, in _mesa_ClearNamedFramebufferuiv() argument 676 _mesa_ClearNamedFramebufferfv(GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLfloat *value) _mesa_ClearNamedFramebufferfv() argument 794 _mesa_ClearNamedFramebufferfi(GLuint framebuffer, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) _mesa_ClearNamedFramebufferfi() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_state.c | 253 fd_set_framebuffer_state(struct pipe_context *pctx, const struct pipe_framebuffer_state *framebuffer) fd_set_framebuffer_state() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_measure.c | 158 uintptr_t framebuffer = measure_batch->framebuffer; in measure_start_snapshot() local [all...] |
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A D | magic.c | 72 asahi_size_attachments(struct pipe_framebuffer_state *framebuffer) in asahi_size_attachments() argument 127 asahi_pack_iogpu_attachments(void *out, struct pipe_framebuffer_state *framebuffer) in asahi_pack_iogpu_attachments() argument 159 demo_cmdbuf(uint64_t *buf, size_t size, struct agx_pool *pool, struct pipe_framebuffer_state *framebuffer, uint64_t encoder_ptr, uint64_t encoder_id, uint64_t scissor_ptr, uint64_t depth_bias_ptr, uint32_t pipeline_clear, uint32_t pipeline_load, uint32_t pipeline_store, bool clear_pipeline_textures, double clear_depth, unsigned clear_stencil) demo_cmdbuf() argument [all...] |
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_framebuffer.h | 339 static inline size_t vn_sizeof_vkDestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroyFramebuffer() argument 354 static inline void vn_encode_vkDestroyFramebuffer(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) in vn_encode_vkDestroyFramebuffer() argument 367 static inline size_t vn_sizeof_vkDestroyFramebuffer_reply(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroyFramebuffer_reply() argument 379 static inline void vn_decode_vkDestroyFramebuffer_reply(struct vn_cs_decoder *dec, VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) in vn_decode_vkDestroyFramebuffer_reply() argument 411 static inline void vn_submit_vkDestroyFramebuffer(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator, struct vn_instance_submit_command *submit) in vn_submit_vkDestroyFramebuffer() argument 454 vn_call_vkDestroyFramebuffer(struct vn_instance *vn_instance, VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) vn_call_vkDestroyFramebuffer() argument 467 vn_async_vkDestroyFramebuffer(struct vn_instance *vn_instance, VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) vn_async_vkDestroyFramebuffer() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_job.h | 153 struct panfrost_ptr framebuffer; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiDescriptorSetTests.cpp | 197 Move <VkFramebuffer> framebuffer = createFramebuffer(vk, device, &framebufferCreateInfo); in descriptorSetLayoutLifetimeGraphicsTest() local
|
H A D | vktApiNullHandleTests.cpp | 84 inline void release (Context& context, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) in release() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
H A D | vktMultiViewRenderUtil.cpp | 529 beginSecondaryCommandBuffer(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkRenderPass renderPass, const deUint32 subpass, const VkFramebuffer framebuffer) beginSecondaryCommandBuffer() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiDescriptorSetTests.cpp | 197 Move <VkFramebuffer> framebuffer = createFramebuffer(vk, device, &framebufferCreateInfo); in descriptorSetLayoutLifetimeGraphicsTest() local
|
H A D | vktApiNullHandleTests.cpp | 84 inline void release (Context& context, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) in release() argument
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkCmdUtil.cpp | 44 beginSecondaryCommandBuffer(const DeviceInterface& vkd, const VkCommandBuffer cmdBuffer, const VkRenderPass renderPass, const VkFramebuffer framebuffer, const VkCommandBufferUsageFlags flags) beginSecondaryCommandBuffer() argument 82 beginRenderPass(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkRenderPass renderPass, const VkFramebuffer framebuffer, const VkRect2D& renderArea, const deUint32 clearValueCount, const VkClearValue* clearValues, const VkSubpassContents contents, const void* pNext) beginRenderPass() argument 106 beginRenderPass(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkRenderPass renderPass, const VkFramebuffer framebuffer, const VkRect2D& renderArea, const VkClearValue& clearValue, const VkSubpassContents contents) beginRenderPass() argument 117 beginRenderPass(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkRenderPass renderPass, const VkFramebuffer framebuffer, const VkRect2D& renderArea, const tcu::Vec4& clearColor, const VkSubpassContents contents) beginRenderPass() argument 130 beginRenderPass(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkRenderPass renderPass, const VkFramebuffer framebuffer, const VkRect2D& renderArea, const tcu::Vec4& clearColor, const void* pNext, const VkSubpassContents contents) beginRenderPass() argument 144 beginRenderPass(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkRenderPass renderPass, const VkFramebuffer framebuffer, const VkRect2D& renderArea, const tcu::Vec4& clearColor, const float clearDepth, const deUint32 clearStencil, const void* pNext, const VkSubpassContents contents) beginRenderPass() argument 164 beginRenderPass(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkRenderPass renderPass, const VkFramebuffer framebuffer, const VkRect2D& renderArea, const tcu::UVec4& clearColor, const VkSubpassContents contents) beginRenderPass() argument 177 beginRenderPass(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkRenderPass renderPass, const VkFramebuffer framebuffer, const VkRect2D& renderArea, const VkSubpassContents contents) beginRenderPass() argument 198 beginRenderPass(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkRenderPass renderPass, const VkFramebuffer framebuffer, const VkRect2D& renderArea, const tcu::Vec4& clearColor, const float clearDepth, const deUint32 clearStencil, const VkSubpassContents contents) beginRenderPass() argument [all...] |