Home
last modified time | relevance | path

Searched refs:GetFramebufferAttachmentParameteriv (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/ganesh/gl/
DGrGLAssembleGLInterfaceAutogen.cpp305 GET_PROC(GetFramebufferAttachmentParameteriv); in GrGLMakeAssembledGLInterface()
319 GET_PROC(GetFramebufferAttachmentParameteriv); in GrGLMakeAssembledGLInterface()
333 GET_PROC_SUFFIX(GetFramebufferAttachmentParameteriv, EXT); in GrGLMakeAssembledGLInterface()
DGrGLAssembleWebGLInterfaceAutogen.cpp206 GET_PROC(GetFramebufferAttachmentParameteriv); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp305 GET_PROC(GetFramebufferAttachmentParameteriv); in GrGLMakeAssembledGLESInterface()
DGrGLUtil.h272 GR_GL_CALL(gl, GetFramebufferAttachmentParameteriv(t, a, pname, p)); \
/external/angle/extensions/
DANGLE_framebuffer_blit.txt66 GetFramebufferAttachmentParameteriv:
296 GetFramebufferAttachmentParameteriv as follows:
350 GetFramebufferAttachmentParameteriv is called and <target> is
/external/skia/tools/gpu/gl/interface/
Dinterface.json5367 "GetFramebufferAttachmentParameteriv", "GetRenderbufferParameteriv",
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1427 { "glGetFramebufferAttachmentParameteriv", _O(GetFramebufferAttachmentParameteriv) },
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp1904 ANGLE_CAPTURE_GL(GetFramebufferAttachmentParameteriv, isCallValid, context, target, in GL_GetFramebufferAttachmentParameteriv()
/external/rust/android-crates-io/crates/gl/out/
Dbindings.rs2025GetFramebufferAttachmentParameteriv(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()