Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLUtil.h127 GR_GL_CALL(gl, GetFramebufferAttachmentParameteriv(t, a, pname, p)); \
DGrGLAssembleInterface.cpp282 GET_PROC(GetFramebufferAttachmentParameteriv); in GrGLMakeAssembledGLInterface()
298 GET_PROC_SUFFIX(GetFramebufferAttachmentParameteriv, EXT); in GrGLMakeAssembledGLInterface()
687 GET_PROC(GetFramebufferAttachmentParameteriv); in GrGLMakeAssembledGLESInterface()
/external/skqp/src/gpu/gl/
DGrGLUtil.h127 GR_GL_CALL(gl, GetFramebufferAttachmentParameteriv(t, a, pname, p)); \
DGrGLAssembleInterface.cpp285 GET_PROC(GetFramebufferAttachmentParameteriv); in GrGLMakeAssembledGLInterface()
301 GET_PROC_SUFFIX(GetFramebufferAttachmentParameteriv, EXT); in GrGLMakeAssembledGLInterface()
694 GET_PROC(GetFramebufferAttachmentParameteriv); in GrGLMakeAssembledGLESInterface()
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp457 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()
Dentry_points.h102 …void GetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname, GLint* pa…
DlibGLESv2.cpp2580 void GetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname, GLint* par… in GetFramebufferAttachmentParameteriv() function
6216 GetFramebufferAttachmentParameteriv(target, attachment, pname, params); in GetFramebufferAttachmentParameterivOES()
6444 FUNCTION(GetFramebufferAttachmentParameteriv), in es2GetProcAddress()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1429 { "glGetFramebufferAttachmentParameteriv", _O(GetFramebufferAttachmentParameteriv) },
/external/mesa3d/include/GL/
Dgl_mangle.h776 #define glGetFramebufferAttachmentParameteriv MANGLE(GetFramebufferAttachmentParameteriv)