Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DFramebufferNULL.cpp68 angle::Result FramebufferNULL::clearBufferiv(const gl::Context *context, in clearBufferiv() function in rx::FramebufferNULL
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp157 angle::Result FramebufferD3D::clearBufferiv(const gl::Context *context, in clearBufferiv() function in rx::FramebufferD3D
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DFramebufferWgpu.cpp229 angle::Result FramebufferWgpu::clearBufferiv(const gl::Context *context, in clearBufferiv() function in rx::FramebufferWgpu
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DFramebufferGL.cpp641 angle::Result FramebufferGL::clearBufferiv(const gl::Context *context, in clearBufferiv() function in rx::FramebufferGL
H A DDispatchTableGL_autogen.h270 PFNGLCLEARBUFFERIVPROC clearBufferiv = nullptr; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DFramebuffer.cpp1759 angle::Result Framebuffer::clearBufferiv(const Context *context, in clearBufferiv() function in gl::Framebuffer
H A DContext.cpp4884 void Context::clearBufferiv(GLenum buffer, GLint drawbuffer, const GLint *values) in clearBufferiv() function in gl::Context
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp455 void GLContext::clearBufferiv(uint32_t buffer, int drawbuffer, const int *value) in clearBufferiv() function in sglr::GLContext
H A DsglrReferenceContext.cpp3672 void ReferenceContext::clearBufferiv(uint32_t buffer, int drawbuffer, const int *value) in clearBufferiv() function in sglr::ReferenceContext
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp869 angle::Result FramebufferVk::clearBufferiv(const gl::Context *context, in clearBufferiv() function in rx::FramebufferVk
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl61 glClearBufferivFunc clearBufferiv; variable