Home
last modified time | relevance | path

Searched refs:BindFramebuffer (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/gpu/ganesh/gl/
DGrGLAssembleGLInterfaceAutogen.cpp295 GET_PROC(BindFramebuffer); in GrGLMakeAssembledGLInterface()
309 GET_PROC(BindFramebuffer); in GrGLMakeAssembledGLInterface()
323 GET_PROC_SUFFIX(BindFramebuffer, EXT); in GrGLMakeAssembledGLInterface()
DGrGLAssembleWebGLInterfaceAutogen.cpp196 GET_PROC(BindFramebuffer); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp295 GET_PROC(BindFramebuffer); in GrGLMakeAssembledGLESInterface()
DGrGLGpu.cpp3210 GL_CALL(BindFramebuffer(target, fboid)); in bindFramebuffer()
/external/angle/extensions/
DANGLE_framebuffer_blit.txt63 Accepted by the <target> parameter of BindFramebuffer,
205 void BindFramebuffer(enum target, uint framebuffer);
215 BindFramebuffer may also be used to bind an existing
225 BindFramebuffer with <target> set to FRAMEBUFFER binds the
253 though BindFramebuffer had been executed with the corresponding
347 The error INVALID_ENUM is generated if BindFramebuffer,
DCHROMIUM_bind_generates_resource.txt76 If BIND_GENERATES_RESOURCE_CHROMIUM is false, BindFramebuffer fails and an
DANGLE_shader_pixel_local_storage.txt449 e.g., BindFramebuffer, DrawBuffers, FramebufferTexture*,
/external/deqp/doc/testspecs/GLES3/
Dfunctional.lifetime.txt89 BindBuffer, BindFramebuffer, BindRenderbuffer and BindTexture functions
/external/skia/tools/gpu/gl/interface/
Dinterface.json5364 "BindFramebuffer", "BindRenderbuffer", "CheckFramebufferStatus",
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1415 { "glBindFramebuffer", _O(BindFramebuffer) },
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp161 ANGLE_CAPTURE_GL(BindFramebuffer, isCallValid, context, target, framebufferPacked); in GL_BindFramebuffer()
/external/rust/android-crates-io/crates/gl/out/
Dbindings.rs1526BindFramebuffer(target: types::GLenum, framebuffer: types::GLuint) -> () { __gl_imports::mem::tran… in BindFramebuffer() function
3306 pub static mut BindFramebuffer: FnPtr = FnPtr { constant
6344 pub mod BindFramebuffer { module
6352 unsafe { storage::BindFramebuffer.is_loaded } in is_loaded()
6358 … storage::BindFramebuffer = FnPtr::new(metaloadfn(&mut loadfn, "glBindFramebuffer", &[])) in load_with()
20653 BindFramebuffer::load_with(&mut *loadfn); in load_with()