Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DFramebufferNULL.cpp52 angle::Result FramebufferNULL::clearBufferfv(const gl::Context *context, in clearBufferfv() function in rx::FramebufferNULL
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp113 angle::Result FramebufferD3D::clearBufferfv(const gl::Context *context, in clearBufferfv() function in rx::FramebufferD3D
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DFramebufferWgpu.cpp213 angle::Result FramebufferWgpu::clearBufferfv(const gl::Context *context, in clearBufferfv() function in rx::FramebufferWgpu
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DFramebufferGL.cpp567 angle::Result FramebufferGL::clearBufferfv(const gl::Context *context, in clearBufferfv() function in rx::FramebufferGL
H A DDispatchTableGL_autogen.h269 PFNGLCLEARBUFFERFVPROC clearBufferfv = nullptr; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DFramebuffer.cpp1743 angle::Result Framebuffer::clearBufferfv(const Context *context, in clearBufferfv() function in gl::Framebuffer
H A DContext.cpp4832 void Context::clearBufferfv(GLenum buffer, GLint drawbuffer, const GLfloat *values) in clearBufferfv() function in gl::Context
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp460 void GLContext::clearBufferfv(uint32_t buffer, int drawbuffer, const float *value) in clearBufferfv() function in sglr::GLContext
H A DsglrReferenceContext.cpp3725 void ReferenceContext::clearBufferfv(uint32_t buffer, int drawbuffer, const float *value) in clearBufferfv() function in sglr::ReferenceContext
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp822 angle::Result FramebufferVk::clearBufferfv(const gl::Context *context, in clearBufferfv() function in rx::FramebufferVk
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl60 glClearBufferfvFunc clearBufferfv; variable