Home
last modified time | relevance | path

Searched refs:glTexStorage3DMultisample (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES32.spec44 void glTexStorage3DMultisample ( GLenum target, GLsizei samples, GLenum internalformat, GLsizei wid…
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv3.map.txt354 glTexStorage3DMultisample; # introduced=24
H A Dentries.in890 GL_ENTRY(void, glTexStorage3DMultisample, GLenum target, GLsizei samples, GLenum internalformat, GL…
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES32.java775 public static native void glTexStorage3DMultisample( in glTexStorage3DMultisample() method in GLES32
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc740 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexStorage3DMultisample);
1588 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glTexStorage3DMultisample); in init_stub_library()
H A Dstubs_arm64.cc740 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexStorage3DMultisample);
1588 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glTexStorage3DMultisample); in init_stub_library()
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/
H A Dstubs_arm.cc740 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexStorage3DMultisample);
1588 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glTexStorage3DMultisample); in init_stub_library()
H A Dstubs_arm64.cc740 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glTexStorage3DMultisample);
1588 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glTexStorage3DMultisample); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A Dgl2_api.in1072 void API_ENTRY(glTexStorage3DMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GL…
1073 …CALL_GL_API(glTexStorage3DMultisample, target, samples, internalformat, width, height, depth, fixe…
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES32.cpp2050 glTexStorage3DMultisample( in android_glTexStorage3DMultisample__IIIIIIZ()
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl32.h1821 GL_APICALL void GL_APIENTRY glTexStorage3DMultisample (GLenum target, GLsizei samples, GLenum inter…
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt30287 method public static void glTexStorage3DMultisample(int, int, int, int, int, int, boolean);