Searched refs:InvalidateFramebuffer (Results 1 – 19 of 19) sorted by relevance
/third_party/openGLES/extensions/EXT/ |
D | EXT_multisampled_render_to_texture2.txt | 82 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/ |
D | EXT_multisampled_render_to_texture2.txt | 82 calling InvalidateFramebuffer for this attachment." 98 equivalent to InvalidateFramebuffer for those attachments. 109 to InvalidateFramebuffer
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_invalidate_subdata.txt | 113 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?
|
D | ARB_direct_state_access.txt | 2724 (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/ |
D | ARB_invalidate_subdata.txt | 103 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?
|
D | ARB_direct_state_access.txt | 2693 (Modify the introduction of InvalidateFramebuffer with the following, 2698 void InvalidateFramebuffer(enum target, sizei numAttachments,
|
/third_party/skia/src/gpu/gl/ |
D | GrGLAssembleGLInterfaceAutogen.cpp | 475 GET_PROC(InvalidateFramebuffer); in GrGLMakeAssembledGLInterface() 478 GET_PROC(InvalidateFramebuffer); in GrGLMakeAssembledGLInterface()
|
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 247 GET_PROC(InvalidateFramebuffer); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 453 GET_PROC(InvalidateFramebuffer); in GrGLMakeAssembledGLESInterface()
|
D | GrGLGpu.cpp | 2066 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/ |
D | interface.json5 | 678 "InvalidateFramebuffer", "InvalidateSubFramebuffer",
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.h | 327 …void GL_APIENTRY InvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attach…
|
D | entry_points.cpp | 1512 return gl::InvalidateFramebuffer(target, numAttachments, attachments); in glInvalidateFramebuffer()
|
D | libGLESv3.cpp | 3611 void GL_APIENTRY InvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachm… in InvalidateFramebuffer() function
|
D | libGLESv2.cpp | 6447 FUNCTION(InvalidateFramebuffer), in es2GetProcAddress()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_3_0_autogen.cpp | 1741 ANGLE_CAPTURE(InvalidateFramebuffer, isCallValid, context, target, numAttachments, in GL_InvalidateFramebuffer()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.0.0.rst | 865 - mesa: Skip partial InvalidateFramebuffer of packed depth/stencil. 2164 - mesa: wire up InvalidateFramebuffer
|
D | 19.1.0.rst | 1363 - mesa: Skip partial InvalidateFramebuffer of packed depth/stencil.
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 5104 ANGLE_CAPTURE(InvalidateFramebuffer, isCallValid, context, target, numAttachments, in GL_InvalidateFramebuffer()
|