Home
last modified time | relevance | path

Searched defs:clearBufferfi (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DFramebufferNULL.cpp76 angle::Result FramebufferNULL::clearBufferfi(const gl::Context *context, in clearBufferfi() function in rx::FramebufferNULL
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp184 angle::Result FramebufferD3D::clearBufferfi(const gl::Context *context, in clearBufferfi() function in rx::FramebufferD3D
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DFramebufferWgpu.cpp237 angle::Result FramebufferWgpu::clearBufferfi(const gl::Context *context, in clearBufferfi() function in rx::FramebufferWgpu
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DFramebufferGL.cpp679 angle::Result FramebufferGL::clearBufferfi(const gl::Context *context, in clearBufferfi() function in rx::FramebufferGL
H A DDispatchTableGL_autogen.h268 PFNGLCLEARBUFFERFIPROC clearBufferfi = nullptr; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DFramebuffer.cpp1767 angle::Result Framebuffer::clearBufferfi(const Context *context, in clearBufferfi() function in gl::Framebuffer
H A DContext.cpp4912 void Context::clearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) in clearBufferfi() function in gl::Context
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp470 void GLContext::clearBufferfi(uint32_t buffer, int drawbuffer, float depth, int stencil) in clearBufferfi() function in sglr::GLContext
H A DsglrReferenceContext.cpp3812 void ReferenceContext::clearBufferfi(uint32_t buffer, int drawbuffer, float depth, int stencil) in clearBufferfi() function in sglr::ReferenceContext
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp897 angle::Result FramebufferVk::clearBufferfi(const gl::Context *context, in clearBufferfi() function in rx::FramebufferVk
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl59 glClearBufferfiFunc clearBufferfi; variable