Home
last modified time | relevance | path

Searched refs:glSamplerParameterIiv (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES32.java689 public static native void glSamplerParameterIiv( in glSamplerParameterIiv() method in GLES32
698 public static native void glSamplerParameterIiv( in glSamplerParameterIiv() method in GLES32
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES32.spec38 void glSamplerParameterIiv ( GLuint sampler, GLenum pname, const GLint *param )
/frameworks/native/opengl/libs/
DlibGLESv3.map.txt319 glSamplerParameterIiv; # introduced=24
Dentries.in799 GL_ENTRY(void, glSamplerParameterIiv, GLuint sampler, GLenum pname, const GLint *param)
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc672 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glSamplerParameterIiv);
1520 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glSamplerParameterIiv); in init_stub_library()
Dstubs_riscv64.cc672 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glSamplerParameterIiv);
1520 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glSamplerParameterIiv); in init_stub_library()
Dstubs_arm64.cc672 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glSamplerParameterIiv);
1520 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glSamplerParameterIiv); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc672 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glSamplerParameterIiv);
1520 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glSamplerParameterIiv); in init_stub_library()
Dstubs_arm64.cc672 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glSamplerParameterIiv);
1520 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glSamplerParameterIiv); in init_stub_library()
Dstubs_riscv64.cc672 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glSamplerParameterIiv);
1520 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glSamplerParameterIiv); in init_stub_library()
/frameworks/base/core/jni/
Dandroid_opengl_GLES32.cpp1723 glSamplerParameterIiv( in android_glSamplerParameterIiv__II_3II()
1762 glSamplerParameterIiv( in android_glSamplerParameterIiv__IILjava_nio_IntBuffer_2()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in1054 void API_ENTRY(glSamplerParameterIiv)(GLuint sampler, GLenum pname, const GLint *param) {
1055 CALL_GL_API(glSamplerParameterIiv, sampler, pname, param);
/frameworks/native/opengl/include/GLES3/
Dgl32.h1815 GL_APICALL void GL_APIENTRY glSamplerParameterIiv (GLuint sampler, GLenum pname, const GLint *param…
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt32156 method public static void glSamplerParameterIiv(int, int, int[], int);
32157 method public static void glSamplerParameterIiv(int, int, java.nio.IntBuffer);