Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DFramebufferNULL.cpp60 angle::Result FramebufferNULL::clearBufferuiv(const gl::Context *context, in clearBufferuiv() function in rx::FramebufferNULL
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp140 angle::Result FramebufferD3D::clearBufferuiv(const gl::Context *context, in clearBufferuiv() function in rx::FramebufferD3D
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DFramebufferWgpu.cpp221 angle::Result FramebufferWgpu::clearBufferuiv(const gl::Context *context, in clearBufferuiv() function in rx::FramebufferWgpu
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DFramebufferGL.cpp604 angle::Result FramebufferGL::clearBufferuiv(const gl::Context *context, in clearBufferuiv() function in rx::FramebufferGL
H A DDispatchTableGL_autogen.h271 PFNGLCLEARBUFFERUIVPROC clearBufferuiv = nullptr; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DFramebuffer.cpp1751 angle::Result Framebuffer::clearBufferuiv(const Context *context, in clearBufferuiv() function in gl::Framebuffer
H A DContext.cpp4860 void Context::clearBufferuiv(GLenum buffer, GLint drawbuffer, const GLuint *values) in clearBufferuiv() function in gl::Context
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp465 void GLContext::clearBufferuiv(uint32_t buffer, int drawbuffer, const uint32_t *value) in clearBufferuiv() function in sglr::GLContext
H A DsglrReferenceContext.cpp3778 void ReferenceContext::clearBufferuiv(uint32_t buffer, int drawbuffer, const uint32_t *value) in clearBufferuiv() function in sglr::ReferenceContext
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp850 angle::Result FramebufferVk::clearBufferuiv(const gl::Context *context, in clearBufferuiv() function in rx::FramebufferVk
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl62 glClearBufferuivFunc clearBufferuiv; variable