Home
last modified time | relevance | path

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

/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java732 public static native void glProgramUniform4fv( in glProgramUniform4fv() method in GLES31
742 public static native void glProgramUniform4fv( in glProgramUniform4fv() method in GLES31
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv3.map.txt293 glProgramUniform4fv; # introduced=21
H A Dentries.in730 GL_ENTRY(void, glProgramUniform4fv, GLuint program, GLint location, GLsizei count, const GLfloat *v…
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31.spec43 void glProgramUniform4fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value )
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc611 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramUniform4fv);
1459 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glProgramUniform4fv); in init_stub_library()
H A Dstubs_arm64.cc611 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramUniform4fv);
1459 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glProgramUniform4fv); in init_stub_library()
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/
H A Dstubs_arm.cc611 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramUniform4fv);
1459 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glProgramUniform4fv); in init_stub_library()
H A Dstubs_arm64.cc611 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramUniform4fv);
1459 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glProgramUniform4fv); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A Dgl2_api.in865 void API_ENTRY(glProgramUniform4fv)(GLuint program, GLint location, GLsizei count, const GLfloat *v…
866 CALL_GL_API(glProgramUniform4fv, program, location, count, value);
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp2347 glProgramUniform4fv( in android_glProgramUniform4fv__III_3FI()
2387 glProgramUniform4fv( in android_glProgramUniform4fv__IIILjava_nio_FloatBuffer_2()
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl31.h1495 GL_APICALL void GL_APIENTRY glProgramUniform4fv (GLuint program, GLint location, GLsizei count, con…
H A Dgl32.h1495 GL_APICALL void GL_APIENTRY glProgramUniform4fv (GLuint program, GLint location, GLsizei count, con…
/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.txt29763 method public static void glProgramUniform4fv(int, int, int, float[], int);
29764 method public static void glProgramUniform4fv(int, int, int, java.nio.FloatBuffer);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt20709 method public static void glProgramUniform4fv(int, int, int, float[], int);
20710 method public static void glProgramUniform4fv(int, int, int, java.nio.FloatBuffer);