/aosp12/frameworks/native/opengl/libs/ |
H A D | libGLESv3.map.txt | 280 glProgramUniform2f; # introduced=21
|
H A D | entries.in | 696 GL_ENTRY(void, glProgramUniform2f, GLuint program, GLint location, GLfloat v0, GLfloat v1)
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/ |
H A D | GLES31.spec | 29 void glProgramUniform2f ( GLuint program, GLint location, GLfloat v0, GLfloat v1 )
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES31.java | 493 public static native void glProgramUniform2f( in glProgramUniform2f() method in GLES31
|
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/ |
H A D | stubs_arm.cc | 577 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramUniform2f); 1425 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glProgramUniform2f); in init_stub_library()
|
H A D | stubs_arm64.cc | 577 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramUniform2f); 1425 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glProgramUniform2f); in init_stub_library()
|
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/ |
H A D | stubs_arm.cc | 577 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramUniform2f); 1425 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glProgramUniform2f); in init_stub_library()
|
H A D | stubs_arm64.cc | 577 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramUniform2f); 1425 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glProgramUniform2f); in init_stub_library()
|
/aosp12/frameworks/native/opengl/libs/GLES2/ |
H A D | gl2_api.in | 823 void API_ENTRY(glProgramUniform2f)(GLuint program, GLint location, GLfloat v0, GLfloat v1) { 824 CALL_GL_API(glProgramUniform2f, program, location, v0, v1);
|
/aosp12/frameworks/native/opengl/include/GLES3/ |
H A D | gl31.h | 1481 GL_APICALL void GL_APIENTRY glProgramUniform2f (GLuint program, GLint location, GLfloat v0, GLfloat…
|
H A D | gl32.h | 1481 GL_APICALL void GL_APIENTRY glProgramUniform2f (GLuint program, GLint location, GLfloat v0, GLfloat…
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES31.cpp | 1360 glProgramUniform2f( in android_glProgramUniform2f__IIFF()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 29744 method public static void glProgramUniform2f(int, int, float, float);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 20690 method public static void glProgramUniform2f(int, int, float, float);
|