Home
last modified time | relevance | path

Searched refs:clearBufferiv (Results 1 - 25 of 43) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFramebufferImpl.h58 virtual angle::Result clearBufferiv(const gl::Context *context,
H A DFramebufferImpl_mock.h34 MOCK_METHOD4(clearBufferiv, angle::Result(const gl::Context *, GLenum, GLint, const GLint *));
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DFramebufferNULL.h44 angle::Result clearBufferiv(const gl::Context *context,
H A DFramebufferNULL.cpp68 angle::Result FramebufferNULL::clearBufferiv(const gl::Context *context, in clearBufferiv() function in rx::FramebufferNULL
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFramebufferGL.h51 angle::Result clearBufferiv(const gl::Context *context,
H A DClearMultiviewGL.cpp102 mFunctions->clearBufferiv(buffer, drawbuffer, reinterpret_cast<const GLint *>(values)); in genericClear()
H A DFramebufferGL.cpp587 angle::Result FramebufferGL::clearBufferiv(const gl::Context *context, in clearBufferiv() function in rx::FramebufferGL
601 functions->clearBufferiv(buffer, drawbuffer, values); in clearBufferiv()
H A DDispatchTableGL_autogen.cpp1433 ASSIGN("glClearBufferiv", clearBufferiv); in initProcsDesktopGL()
2423 ASSIGN("glClearBufferiv", clearBufferiv); in initProcsGLES()
4220 clearBufferiv = &glClearBufferivNULL; in initProcsDesktopGLNULL()
5209 clearBufferiv = &glClearBufferivNULL; in initProcsGLESNULL()
H A DDispatchTableGL_autogen.h270 PFNGLCLEARBUFFERIVPROC clearBufferiv = nullptr; member in rx::DispatchTableGL
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.h71 angle::Result clearBufferiv(const gl::Context *context,
H A DFramebufferD3D.cpp157 angle::Result FramebufferD3D::clearBufferiv(const gl::Context *context, in clearBufferiv() function in rx::FramebufferD3D
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedColorMasks.cpp156 gl.clearBufferiv(GL_COLOR, i, &c0[0]); in iterate()
199 gl.clearBufferiv(GL_COLOR, i, &c1[0]); in iterate()
/third_party/vk-gl-cts/modules/glshared/
H A DglsScissorTests.cpp634 case Color::INT: gl.clearBufferiv (GL_COLOR, 0, color.i); break; in clearBuffers()
641 gl.clearBufferiv(GL_STENCIL, 0, &stencil); in clearBuffers()
842 case CLEAR_COLOR_INT: gl.clearBufferiv (GL_COLOR, 0, clearColor.i); break; in render()
845 case CLEAR_STENCIL: gl.clearBufferiv (GL_STENCIL, 0, &clearStencil); break; in render()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DFrameBufferMtl.h57 angle::Result clearBufferiv(const gl::Context *context,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.h84 angle::Result clearBufferiv(const gl::Context *context,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_3_0_autogen.h26 void clearBufferiv(GLenum buffer, GLint drawbuffer, const GLint *value); \
H A DFramebuffer.h349 angle::Result clearBufferiv(const Context *context,
H A DFramebuffer.cpp1625 angle::Result Framebuffer::clearBufferiv(const Context *context, in clearBufferiv() function in gl::Framebuffer
1630 return mImpl->clearBufferiv(context, buffer, drawbuffer, values); in clearBufferiv()
1655 ANGLE_TRY(mImpl->clearBufferiv(context, GL_STENCIL, drawbuffer, &stencil)); in clearBufferfi()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContext.hpp104 virtual void clearBufferiv (deUint32 buffer, int drawbuffer, const int* value) = DE_NULL;
H A DsglrContextWrapper.cpp271 m_curCtx->clearBufferiv(buffer, drawbuffer, value); in glClearBufferiv()
H A DsglrGLContext.hpp116 virtual void clearBufferiv (deUint32 buffer, int drawbuffer, const int* value);
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcSampleVariablesTests.cpp316 gl.clearBufferiv(GL_COLOR, 0, color); in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cES31CompatibilitySampleVariablesTests.cpp314 gl.clearBufferiv(GL_COLOR, 0, color); in iterate()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestUtil.cpp437 ctx.clearBufferiv(GL_COLOR, 0, value.asInt().getPtr()); in clearColorBuffer()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredFramebuffer.cpp675 gl.clearBufferiv(GL_COLOR, 0 /* draw buffer index */, clear_color_int); in iterate()

Completed in 29 milliseconds

12