Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31Ext.spec14 void glTexStorage3DMultisampleOES ( GLenum target, GLsizei samples, GLenum internalformat, GLsizei …
/frameworks/base/opengl/java/android/opengl/
DGLES31Ext.java401 public static native void glTexStorage3DMultisampleOES( in glTexStorage3DMultisampleOES() method in GLES31Ext
/frameworks/native/opengl/libs/
DlibGLESv3.map.txt355 glTexStorage3DMultisampleOES; # introduced=21
Dentries.in891 GL_ENTRY(void, glTexStorage3DMultisampleOES, GLenum target, GLsizei samples, GLenum internalformat,…
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc741 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexStorage3DMultisampleOES);
1589 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glTexStorage3DMultisampleOES); in init_stub_library()
Dstubs_riscv64.cc741 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexStorage3DMultisampleOES);
1589 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glTexStorage3DMultisampleOES); in init_stub_library()
Dstubs_arm64.cc741 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexStorage3DMultisampleOES);
1589 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glTexStorage3DMultisampleOES); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc741 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexStorage3DMultisampleOES);
1589 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glTexStorage3DMultisampleOES); in init_stub_library()
Dstubs_arm64.cc741 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexStorage3DMultisampleOES);
1589 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glTexStorage3DMultisampleOES); in init_stub_library()
Dstubs_riscv64.cc741 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexStorage3DMultisampleOES);
1589 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glTexStorage3DMultisampleOES); in init_stub_library()
/frameworks/base/core/jni/
Dandroid_opengl_GLES31Ext.cpp701 glTexStorage3DMultisampleOES( in android_glTexStorage3DMultisampleOES__IIIIIIZ()
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in175 void API_ENTRY(glTexStorage3DMultisampleOES)(GLenum target, GLsizei samples, GLenum internalformat,…
176 …CALL_GL_API(glTexStorage3DMultisampleOES, target, samples, internalformat, width, height, depth, f…
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h721 GL_APICALL void GL_APIENTRY glTexStorage3DMultisampleOES (GLenum target, GLsizei samples, GLenum in…
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20962 method public static void glTexStorage3DMultisampleOES(int, int, int, int, int, int, boolean);
/frameworks/base/core/api/
Dcurrent.txt31899 method public static void glTexStorage3DMultisampleOES(int, int, int, int, int, int, boolean);