Home
last modified time | relevance | path

Searched defs:invalidateFramebuffer (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp623 void GLContext::invalidateFramebuffer(uint32_t target, int numAttachments, const uint32_t *attachme… in invalidateFramebuffer() function in sglr::GLContext
H A DsglrReferenceContext.cpp3588 void ReferenceContext::invalidateFramebuffer(uint32_t target, int numAttachments, const uint32_t *a… in invalidateFramebuffer() function in sglr::ReferenceContext
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h585 PFNGLINVALIDATEFRAMEBUFFERPROC invalidateFramebuffer = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl418 glInvalidateFramebufferFunc invalidateFramebuffer; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp5362 void Context::invalidateFramebuffer(GLenum target, in invalidateFramebuffer() function in gl::Context