Home
last modified time | relevance | path

Searched refs:glGetTexLevelParameteriv (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES31.java1028 public static native void glGetTexLevelParameteriv( in glGetTexLevelParameteriv() method in GLES31
1038 public static native void glGetTexLevelParameteriv( in glGetTexLevelParameteriv() method in GLES31
/frameworks/native/opengl/libs/
DlibGLESv3.map.txt209 glGetTexLevelParameteriv; # introduced=21
Dentries.in455 GL_ENTRY(void, glGetTexLevelParameteriv, GLenum target, GLint level, GLenum pname, GLint *params)
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31.spec62 void glGetTexLevelParameteriv ( GLenum target, GLint level, GLenum pname, GLint *params )
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc396 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetTexLevelParameteriv);
1244 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetTexLevelParameteriv); in init_stub_library()
Dstubs_riscv64.cc396 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetTexLevelParameteriv);
1244 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetTexLevelParameteriv); in init_stub_library()
Dstubs_arm64.cc396 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetTexLevelParameteriv);
1244 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetTexLevelParameteriv); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc396 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetTexLevelParameteriv);
1244 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetTexLevelParameteriv); in init_stub_library()
Dstubs_arm64.cc396 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetTexLevelParameteriv);
1244 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetTexLevelParameteriv); in init_stub_library()
Dstubs_riscv64.cc396 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetTexLevelParameteriv);
1244 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetTexLevelParameteriv); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in922 void API_ENTRY(glGetTexLevelParameteriv)(GLenum target, GLint level, GLenum pname, GLint *params) {
923 CALL_GL_API(glGetTexLevelParameteriv, target, level, pname, params);
/frameworks/base/core/jni/
Dandroid_opengl_GLES31.cpp3455 glGetTexLevelParameteriv( in android_glGetTexLevelParameteriv__III_3II()
3495 glGetTexLevelParameteriv( in android_glGetTexLevelParameteriv__IIILjava_nio_IntBuffer_2()
/frameworks/native/opengl/include/GLES3/
Dgl31.h1514 GL_APICALL void GL_APIENTRY glGetTexLevelParameteriv (GLenum target, GLint level, GLenum pname, GLi…
Dgl32.h1514 GL_APICALL void GL_APIENTRY glGetTexLevelParameteriv (GLenum target, GLint level, GLenum pname, GLi…
/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.txt20676 method public static void glGetTexLevelParameteriv(int, int, int, int[], int);
20677 method public static void glGetTexLevelParameteriv(int, int, int, java.nio.IntBuffer);
/frameworks/base/core/api/
Dcurrent.txt31609 method public static void glGetTexLevelParameteriv(int, int, int, int[], int);
31610 method public static void glGetTexLevelParameteriv(int, int, int, java.nio.IntBuffer);