Searched refs:glFramebufferTexture2DMultisampleEXT (Results 1 – 16 of 16) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 82 glFramebufferTexture2DMultisampleEXT; # introduced=28
|
D | libGLESv3.map.txt | 130 glFramebufferTexture2DMultisampleEXT; # introduced=28
|
D | entries_gles1.in | 104 GL_ENTRY(void, glFramebufferTexture2DMultisampleEXT, GLenum target, GLenum attachment, GLenum texta…
|
D | entries.in | 288 GL_ENTRY(void, glFramebufferTexture2DMultisampleEXT, GLenum target, GLenum attachment, GLenum texta…
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 343 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/ |
D | stubs_arm.cc | 258 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTexture2DMultisampleEXT); 1106 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTexture2DMultisampleEXT); in init_stub_library()
|
D | stubs_arm64.cc | 258 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTexture2DMultisampleEXT); 1106 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTexture2DMultisampleEXT); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 258 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTexture2DMultisampleEXT); 1106 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTexture2DMultisampleEXT); in init_stub_library()
|
D | stubs_arm.cc | 258 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTexture2DMultisampleEXT); 1106 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTexture2DMultisampleEXT); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 282 #define glFramebufferTexture2DMultisampleEXT wrap_glFramebufferTexture2DMultisampleEXT macro
|
D | gles_undefine.h | 281 #undef glFramebufferTexture2DMultisampleEXT
|
D | gles_stubs.in | 1411 void API_ENTRY(glFramebufferTexture2DMultisampleEXT)(GLenum target, GLenum attachment, GLenum texta… 1412 …CALL_GL_API(glFramebufferTexture2DMultisampleEXT, target, attachment, textarget, texture, level, s…
|
D | gles_decls.in | 471 GL_ENTRY(void, glFramebufferTexture2DMultisampleEXT, GLenum target, GLenum attachment, GLenum texta…
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 651 GL_API void GL_APIENTRY glFramebufferTexture2DMultisampleEXT (GLenum target, GLenum attachment, GLe…
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 532 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/ |
D | gl2ext.h | 1579 GL_APICALL void GL_APIENTRY glFramebufferTexture2DMultisampleEXT (GLenum target, GLenum attachment,…
|