Searched refs:BindFramebuffer (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/gpu/ganesh/gl/ |
D | GrGLAssembleGLInterfaceAutogen.cpp | 295 GET_PROC(BindFramebuffer); in GrGLMakeAssembledGLInterface() 309 GET_PROC(BindFramebuffer); in GrGLMakeAssembledGLInterface() 323 GET_PROC_SUFFIX(BindFramebuffer, EXT); in GrGLMakeAssembledGLInterface()
|
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 196 GET_PROC(BindFramebuffer); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 295 GET_PROC(BindFramebuffer); in GrGLMakeAssembledGLESInterface()
|
D | GrGLGpu.cpp | 3210 GL_CALL(BindFramebuffer(target, fboid)); in bindFramebuffer()
|
/external/angle/extensions/ |
D | ANGLE_framebuffer_blit.txt | 63 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,
|
D | CHROMIUM_bind_generates_resource.txt | 76 If BIND_GENERATES_RESOURCE_CHROMIUM is false, BindFramebuffer fails and an
|
D | ANGLE_shader_pixel_local_storage.txt | 449 e.g., BindFramebuffer, DrawBuffers, FramebufferTexture*,
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.lifetime.txt | 89 BindBuffer, BindFramebuffer, BindRenderbuffer and BindTexture functions
|
/external/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 364 "BindFramebuffer", "BindRenderbuffer", "CheckFramebufferStatus",
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1415 { "glBindFramebuffer", _O(BindFramebuffer) },
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.cpp | 161 ANGLE_CAPTURE_GL(BindFramebuffer, isCallValid, context, target, framebufferPacked); in GL_BindFramebuffer()
|
/external/rust/android-crates-io/crates/gl/out/ |
D | bindings.rs | 1526 …BindFramebuffer(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()
|