Home
last modified time | relevance | path

Searched refs:InvalidateFramebuffer (Results 1 – 19 of 19) sorted by relevance

/third_party/openGLES/extensions/EXT/
DEXT_multisampled_render_to_texture2.txt82 calling InvalidateFramebuffer for this attachment."
98 equivalent to InvalidateFramebuffer for those attachments.
109 to InvalidateFramebuffer
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_multisampled_render_to_texture2.txt82 calling InvalidateFramebuffer for this attachment."
98 equivalent to InvalidateFramebuffer for those attachments.
109 to InvalidateFramebuffer
/third_party/openGLES/extensions/ARB/
DARB_invalidate_subdata.txt113 void InvalidateFramebuffer(enum target,
235 framebuffer object is not complete, InvalidateFramebuffer may be ignored.
254 void InvalidateFramebuffer(enum target,
292 InvalidateFramebuffer. COLOR_EXT, DEPTH_EXT, and STENCIL_EXT are defined
345 InvalidateFramebuffer(READ_FRAMEBUFFER, 1, [COLOR_ATTACHMENTi]);
400 (7) Do we need Sub/non-Sub versions of InvalidateFramebuffer?
DARB_direct_state_access.txt2724 (Modify the introduction of InvalidateFramebuffer with the following,
2729 void InvalidateFramebuffer(enum target, sizei numAttachments,
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_invalidate_subdata.txt103 void InvalidateFramebuffer(enum target,
225 framebuffer object is not complete, InvalidateFramebuffer may be ignored.
244 void InvalidateFramebuffer(enum target,
282 InvalidateFramebuffer. COLOR_EXT, DEPTH_EXT, and STENCIL_EXT are defined
335 InvalidateFramebuffer(READ_FRAMEBUFFER, 1, [COLOR_ATTACHMENTi]);
390 (7) Do we need Sub/non-Sub versions of InvalidateFramebuffer?
DARB_direct_state_access.txt2693 (Modify the introduction of InvalidateFramebuffer with the following,
2698 void InvalidateFramebuffer(enum target, sizei numAttachments,
/third_party/skia/src/gpu/gl/
DGrGLAssembleGLInterfaceAutogen.cpp475 GET_PROC(InvalidateFramebuffer); in GrGLMakeAssembledGLInterface()
478 GET_PROC(InvalidateFramebuffer); in GrGLMakeAssembledGLInterface()
DGrGLAssembleWebGLInterfaceAutogen.cpp247 GET_PROC(InvalidateFramebuffer); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp453 GET_PROC(InvalidateFramebuffer); in GrGLMakeAssembledGLESInterface()
DGrGLGpu.cpp2066 GL_CALL(InvalidateFramebuffer(GR_GL_FRAMEBUFFER, discardAttachments.count(), in endCommandBuffer()
2409 GL_CALL(InvalidateFramebuffer(GR_GL_READ_FRAMEBUFFER, 1, &colorDiscardAttachment)); in resolveRenderFBOs()
/third_party/skia/tools/gpu/gl/interface/
Dinterface.json5678 "InvalidateFramebuffer", "InvalidateSubFramebuffer",
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h327 …void GL_APIENTRY InvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attach…
Dentry_points.cpp1512 return gl::InvalidateFramebuffer(target, numAttachments, attachments); in glInvalidateFramebuffer()
DlibGLESv3.cpp3611 void GL_APIENTRY InvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachm… in InvalidateFramebuffer() function
DlibGLESv2.cpp6447 FUNCTION(InvalidateFramebuffer), in es2GetProcAddress()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp1741 ANGLE_CAPTURE(InvalidateFramebuffer, isCallValid, context, target, numAttachments, in GL_InvalidateFramebuffer()
/third_party/mesa3d/docs/relnotes/
D19.0.0.rst865 - mesa: Skip partial InvalidateFramebuffer of packed depth/stencil.
2164 - mesa: wire up InvalidateFramebuffer
D19.1.0.rst1363 - mesa: Skip partial InvalidateFramebuffer of packed depth/stencil.
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_autogen.cpp5104 ANGLE_CAPTURE(InvalidateFramebuffer, isCallValid, context, target, numAttachments, in GL_InvalidateFramebuffer()