Searched refs:GetFramebufferAttachmentParameteriv (Results 1 – 14 of 14) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLAssembleGLInterfaceAutogen.cpp | 298 GET_PROC(GetFramebufferAttachmentParameteriv); in GrGLMakeAssembledGLInterface() 312 GET_PROC(GetFramebufferAttachmentParameteriv); in GrGLMakeAssembledGLInterface() 326 GET_PROC_SUFFIX(GetFramebufferAttachmentParameteriv, EXT); in GrGLMakeAssembledGLInterface()
|
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 218 GET_PROC(GetFramebufferAttachmentParameteriv); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 293 GET_PROC(GetFramebufferAttachmentParameteriv); in GrGLMakeAssembledGLESInterface()
|
D | GrGLUtil.h | 181 GR_GL_CALL(gl, GetFramebufferAttachmentParameteriv(t, a, pname, p)); \
|
/external/skqp/src/gpu/gl/ |
D | GrGLUtil.h | 127 GR_GL_CALL(gl, GetFramebufferAttachmentParameteriv(t, a, pname, p)); \
|
D | GrGLAssembleInterface.cpp | 285 GET_PROC(GetFramebufferAttachmentParameteriv); in GrGLMakeAssembledGLInterface() 301 GET_PROC_SUFFIX(GetFramebufferAttachmentParameteriv, EXT); in GrGLMakeAssembledGLInterface() 694 GET_PROC(GetFramebufferAttachmentParameteriv); in GrGLMakeAssembledGLESInterface()
|
/external/angle/extensions/ |
D | ANGLE_framebuffer_blit.txt | 66 GetFramebufferAttachmentParameteriv: 296 GetFramebufferAttachmentParameteriv as follows: 350 GetFramebufferAttachmentParameteriv is called and <target> is
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.cpp | 457 return gl::GetFramebufferAttachmentParameteriv(target, attachment, pname, params); in glGetFramebufferAttachmentParameteriv() 462 return gl::GetFramebufferAttachmentParameteriv(target, attachment, pname, params); in glGetFramebufferAttachmentParameterivOES() 1621 this->glGetFramebufferAttachmentParameteriv = gl::GetFramebufferAttachmentParameteriv; in LibGLESv2exports()
|
D | entry_points.h | 102 …void GL_APIENTRY GetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pnam…
|
D | libGLESv2.cpp | 2573 void GL_APIENTRY GetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname… in GetFramebufferAttachmentParameteriv() function 6181 GetFramebufferAttachmentParameteriv(target, attachment, pname, params); in GetFramebufferAttachmentParameterivOES() 6409 FUNCTION(GetFramebufferAttachmentParameteriv), in es2GetProcAddress()
|
/external/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 365 "GetFramebufferAttachmentParameteriv", "GetRenderbufferParameteriv",
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1428 { "glGetFramebufferAttachmentParameteriv", _O(GetFramebufferAttachmentParameteriv) },
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.cpp | 1651 ANGLE_CAPTURE(GetFramebufferAttachmentParameteriv, isCallValid, context, target, attachment, in GL_GetFramebufferAttachmentParameteriv()
|
/external/angle/src/libGL/ |
D | entry_points_gl_3_autogen.cpp | 978 ANGLE_CAPTURE(GetFramebufferAttachmentParameteriv, isCallValid, context, target, attachment, in GL_GetFramebufferAttachmentParameteriv()
|