Home
last modified time | relevance | path

Searched refs:invalidateFramebuffer (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_3_0_autogen.h96 void invalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments); \
H A DContext.cpp4801 invalidateFramebuffer(target, numAttachments, attachments); in discardFramebuffer()
4804 void Context::invalidateFramebuffer(GLenum target, in invalidateFramebuffer() function in gl::__anon19924::Context
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContext.hpp140 virtual void invalidateFramebuffer (deUint32 target, int numAttachments, const deUint32* attachments) = DE_NULL;
H A DsglrContextWrapper.cpp371 m_curCtx->invalidateFramebuffer(target, numAttachments, attachments); in glInvalidateFramebuffer()
H A DsglrGLContext.hpp152 virtual void invalidateFramebuffer (deUint32 target, int numAttachments, const deUint32* attachments);
H A DsglrGLContext.cpp632 void GLContext::invalidateFramebuffer (deUint32 target, int numAttachments, const deUint32* attachments) in invalidateFramebuffer() function in sglr::GLContext
H A DsglrReferenceContext.hpp705 virtual void invalidateFramebuffer (deUint32 target, int numAttachments, const deUint32* attachments);
H A DsglrReferenceContext.cpp3375 void ReferenceContext::invalidateFramebuffer (deUint32 target, int numAttachments, const deUint32* attachments)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.cpp356 ASSIGN("glInvalidateFramebuffer", invalidateFramebuffer); in initProcsDesktopGL()
1762 ASSIGN("glInvalidateFramebuffer", invalidateFramebuffer); in initProcsDesktopGL()
2471 ASSIGN("glInvalidateFramebuffer", invalidateFramebuffer); in initProcsGLES()
3144 invalidateFramebuffer = &glInvalidateFramebufferNULL; in initProcsDesktopGLNULL()
4549 invalidateFramebuffer = &glInvalidateFramebufferNULL; in initProcsDesktopGLNULL()
5257 invalidateFramebuffer = &glInvalidateFramebufferNULL; in initProcsGLESNULL()
H A DFramebufferGL.cpp458 if (functions->invalidateFramebuffer) in invalidate()
461 functions->invalidateFramebuffer(GL_FRAMEBUFFER, static_cast<GLsizei>(count), in invalidate()
H A DDispatchTableGL_autogen.h585 PFNGLINVALIDATEFRAMEBUFFERPROC invalidateFramebuffer = nullptr; member in rx::DispatchTableGL
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_0_autogen.cpp1739 context->invalidateFramebuffer(target, numAttachments, attachments); in GL_InvalidateFramebuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_replay_autogen.cpp1739 context->invalidateFramebuffer( in ReplayCall()
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_4_autogen.cpp5102 context->invalidateFramebuffer(target, numAttachments, attachments); in GL_InvalidateFramebuffer()

Completed in 89 milliseconds