/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | FramebufferImpl.h | 58 virtual angle::Result clearBufferiv(const gl::Context *context,
|
H A D | FramebufferImpl_mock.h | 34 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 D | FramebufferNULL.h | 44 angle::Result clearBufferiv(const gl::Context *context,
|
H A D | FramebufferNULL.cpp | 68 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 D | FramebufferGL.h | 51 angle::Result clearBufferiv(const gl::Context *context,
|
H A D | ClearMultiviewGL.cpp | 102 mFunctions->clearBufferiv(buffer, drawbuffer, reinterpret_cast<const GLint *>(values)); in genericClear()
|
H A D | FramebufferGL.cpp | 587 angle::Result FramebufferGL::clearBufferiv(const gl::Context *context, in clearBufferiv() function in rx::FramebufferGL 601 functions->clearBufferiv(buffer, drawbuffer, values); in clearBufferiv()
|
H A D | DispatchTableGL_autogen.cpp | 1433 ASSIGN("glClearBufferiv", clearBufferiv); in initProcsDesktopGL() 2423 ASSIGN("glClearBufferiv", clearBufferiv); in initProcsGLES() 4220 clearBufferiv = &glClearBufferivNULL; in initProcsDesktopGLNULL() 5209 clearBufferiv = &glClearBufferivNULL; in initProcsGLESNULL()
|
H A D | DispatchTableGL_autogen.h | 270 PFNGLCLEARBUFFERIVPROC clearBufferiv = nullptr; member in rx::DispatchTableGL
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | FramebufferD3D.h | 71 angle::Result clearBufferiv(const gl::Context *context,
|
H A D | FramebufferD3D.cpp | 157 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 D | esextcDrawBuffersIndexedColorMasks.cpp | 156 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 D | glsScissorTests.cpp | 634 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 D | FrameBufferMtl.h | 57 angle::Result clearBufferiv(const gl::Context *context,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | FramebufferVk.h | 84 angle::Result clearBufferiv(const gl::Context *context,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_3_0_autogen.h | 26 void clearBufferiv(GLenum buffer, GLint drawbuffer, const GLint *value); \
|
H A D | Framebuffer.h | 349 angle::Result clearBufferiv(const Context *context,
|
H A D | Framebuffer.cpp | 1625 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 D | sglrContext.hpp | 104 virtual void clearBufferiv (deUint32 buffer, int drawbuffer, const int* value) = DE_NULL;
|
H A D | sglrContextWrapper.cpp | 271 m_curCtx->clearBufferiv(buffer, drawbuffer, value); in glClearBufferiv()
|
H A D | sglrGLContext.hpp | 116 virtual void clearBufferiv (deUint32 buffer, int drawbuffer, const int* value);
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcSampleVariablesTests.cpp | 316 gl.clearBufferiv(GL_COLOR, 0, color); in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cES31CompatibilitySampleVariablesTests.cpp | 314 gl.clearBufferiv(GL_COLOR, 0, color); in iterate()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fFboTestUtil.cpp | 437 ctx.clearBufferiv(GL_COLOR, 0, value.asInt().getPtr()); in clearColorBuffer()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderLayeredFramebuffer.cpp | 675 gl.clearBufferiv(GL_COLOR, 0 /* draw buffer index */, clear_color_int); in iterate()
|