Home
last modified time | relevance | path

Searched refs:InvalidateSubFramebuffer (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/ganesh/gl/
DGrGLAssembleGLInterfaceAutogen.cpp483 GET_PROC(InvalidateSubFramebuffer); in GrGLMakeAssembledGLInterface()
486 GET_PROC(InvalidateSubFramebuffer); in GrGLMakeAssembledGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp474 GET_PROC(InvalidateSubFramebuffer); in GrGLMakeAssembledGLESInterface()
477 GET_PROC(InvalidateSubFramebuffer); in GrGLMakeAssembledGLESInterface()
DGrGLAssembleWebGLInterfaceAutogen.cpp288 GET_PROC(InvalidateSubFramebuffer); in GrGLMakeAssembledWebGLInterface()
/external/skia/tools/gpu/gl/interface/
Dinterface.json5675 "InvalidateFramebuffer", "InvalidateSubFramebuffer",
/external/angle/extensions/
DANGLE_shader_pixel_local_storage.txt474 InvalidateFramebuffer, InvalidateSubFramebuffer
/external/angle/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp1927 ANGLE_CAPTURE_GL(InvalidateSubFramebuffer, isCallValid, context, target, numAttachments, in GL_InvalidateSubFramebuffer()
/external/rust/android-crates-io/crates/gl/out/
Dbindings.rs2294InvalidateSubFramebuffer(target: types::GLenum, numAttachments: types::GLsizei, attachments: *cons… in InvalidateSubFramebuffer() function
4574 pub static mut InvalidateSubFramebuffer: FnPtr = FnPtr { constant
13001 pub mod InvalidateSubFramebuffer { module
13009 unsafe { storage::InvalidateSubFramebuffer.is_loaded } in is_loaded()
13015 …storage::InvalidateSubFramebuffer = FnPtr::new(metaloadfn(&mut loadfn, "glInvalidateSubFramebuffer… in load_with()
20970 InvalidateSubFramebuffer::load_with(&mut *loadfn); in load_with()