Searched refs:invalidateFramebuffer (Results 1 - 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_3_0_autogen.h | 96 void invalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments); \
|
H A D | Context.cpp | 4801 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 D | sglrContext.hpp | 140 virtual void invalidateFramebuffer (deUint32 target, int numAttachments, const deUint32* attachments) = DE_NULL;
|
H A D | sglrContextWrapper.cpp | 371 m_curCtx->invalidateFramebuffer(target, numAttachments, attachments); in glInvalidateFramebuffer()
|
H A D | sglrGLContext.hpp | 152 virtual void invalidateFramebuffer (deUint32 target, int numAttachments, const deUint32* attachments);
|
H A D | sglrGLContext.cpp | 632 void GLContext::invalidateFramebuffer (deUint32 target, int numAttachments, const deUint32* attachments) in invalidateFramebuffer() function in sglr::GLContext
|
H A D | sglrReferenceContext.hpp | 705 virtual void invalidateFramebuffer (deUint32 target, int numAttachments, const deUint32* attachments);
|
H A D | sglrReferenceContext.cpp | 3375 void ReferenceContext::invalidateFramebuffer (deUint32 target, int numAttachments, const deUint32* attachments)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | DispatchTableGL_autogen.cpp | 356 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 D | FramebufferGL.cpp | 458 if (functions->invalidateFramebuffer) in invalidate() 461 functions->invalidateFramebuffer(GL_FRAMEBUFFER, static_cast<GLsizei>(count), in invalidate()
|
H A D | DispatchTableGL_autogen.h | 585 PFNGLINVALIDATEFRAMEBUFFERPROC invalidateFramebuffer = nullptr; member in rx::DispatchTableGL
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_3_0_autogen.cpp | 1739 context->invalidateFramebuffer(target, numAttachments, attachments); in GL_InvalidateFramebuffer()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | frame_capture_replay_autogen.cpp | 1739 context->invalidateFramebuffer( in ReplayCall()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_4_autogen.cpp | 5102 context->invalidateFramebuffer(target, numAttachments, attachments); in GL_InvalidateFramebuffer()
|
Completed in 89 milliseconds