Home
last modified time | relevance | path

Searched refs:glFramebufferTexture2DMultisampleEXT (Results 1 – 16 of 16) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt82 glFramebufferTexture2DMultisampleEXT; # introduced=28
DlibGLESv3.map.txt130 glFramebufferTexture2DMultisampleEXT; # introduced=28
Dentries_gles1.in104 GL_ENTRY(void, glFramebufferTexture2DMultisampleEXT, GLenum target, GLenum attachment, GLenum texta…
Dentries.in288 GL_ENTRY(void, glFramebufferTexture2DMultisampleEXT, GLenum target, GLenum attachment, GLenum texta…
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in343 void API_ENTRY(glFramebufferTexture2DMultisampleEXT)(GLenum target, GLenum attachment, GLenum texta…
344 …CALL_GL_API(glFramebufferTexture2DMultisampleEXT, target, attachment, textarget, texture, level, s…
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc258 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTexture2DMultisampleEXT);
1106 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTexture2DMultisampleEXT); in init_stub_library()
Dstubs_arm64.cc258 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTexture2DMultisampleEXT);
1106 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTexture2DMultisampleEXT); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc258 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTexture2DMultisampleEXT);
1106 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTexture2DMultisampleEXT); in init_stub_library()
Dstubs_arm.cc258 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTexture2DMultisampleEXT);
1106 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTexture2DMultisampleEXT); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h282 #define glFramebufferTexture2DMultisampleEXT wrap_glFramebufferTexture2DMultisampleEXT macro
Dgles_undefine.h281 #undef glFramebufferTexture2DMultisampleEXT
Dgles_stubs.in1411 void API_ENTRY(glFramebufferTexture2DMultisampleEXT)(GLenum target, GLenum attachment, GLenum texta…
1412 …CALL_GL_API(glFramebufferTexture2DMultisampleEXT, target, attachment, textarget, texture, level, s…
Dgles_decls.in471 GL_ENTRY(void, glFramebufferTexture2DMultisampleEXT, GLenum target, GLenum attachment, GLenum texta…
/frameworks/native/opengl/include/GLES/
Dglext.h651 GL_API void GL_APIENTRY glFramebufferTexture2DMultisampleEXT (GLenum target, GLenum attachment, GLe…
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in532 void API_ENTRY(glFramebufferTexture2DMultisampleEXT)(GLenum target, GLenum attachment, GLenum texta…
533 …CALL_GL_API(glFramebufferTexture2DMultisampleEXT, target, attachment, textarget, texture, level, s…
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h1579 GL_APICALL void GL_APIENTRY glFramebufferTexture2DMultisampleEXT (GLenum target, GLenum attachment,…