Searched refs:GetFramebufferAttachmentParameteriv (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/gpu/ganesh/gl/ |
D | GrGLAssembleGLInterfaceAutogen.cpp | 305 GET_PROC(GetFramebufferAttachmentParameteriv); in GrGLMakeAssembledGLInterface() 319 GET_PROC(GetFramebufferAttachmentParameteriv); in GrGLMakeAssembledGLInterface() 333 GET_PROC_SUFFIX(GetFramebufferAttachmentParameteriv, EXT); in GrGLMakeAssembledGLInterface()
|
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 206 GET_PROC(GetFramebufferAttachmentParameteriv); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 305 GET_PROC(GetFramebufferAttachmentParameteriv); in GrGLMakeAssembledGLESInterface()
|
D | GrGLUtil.h | 272 GR_GL_CALL(gl, GetFramebufferAttachmentParameteriv(t, a, pname, p)); \
|
/external/angle/extensions/ |
D | ANGLE_framebuffer_blit.txt | 66 GetFramebufferAttachmentParameteriv: 296 GetFramebufferAttachmentParameteriv as follows: 350 GetFramebufferAttachmentParameteriv is called and <target> is
|
/external/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 367 "GetFramebufferAttachmentParameteriv", "GetRenderbufferParameteriv",
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1427 { "glGetFramebufferAttachmentParameteriv", _O(GetFramebufferAttachmentParameteriv) },
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.cpp | 1904 ANGLE_CAPTURE_GL(GetFramebufferAttachmentParameteriv, isCallValid, context, target, in GL_GetFramebufferAttachmentParameteriv()
|
/external/rust/android-crates-io/crates/gl/out/ |
D | bindings.rs | 2025 …GetFramebufferAttachmentParameteriv(target: types::GLenum, attachment: types::GLenum, pname: types… in GetFramebufferAttachmentParameteriv() function 4106 pub static mut GetFramebufferAttachmentParameteriv: FnPtr = FnPtr { constant 10544 pub mod GetFramebufferAttachmentParameteriv { module 10552 unsafe { storage::GetFramebufferAttachmentParameteriv.is_loaded } in is_loaded() 10558 …storage::GetFramebufferAttachmentParameteriv = FnPtr::new(metaloadfn(&mut loadfn, "glGetFramebuffe… in load_with() 20853 GetFramebufferAttachmentParameteriv::load_with(&mut *loadfn); in load_with()
|