Home
last modified time | relevance | path

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

/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java713 public static native void glProgramUniform3fv( in glProgramUniform3fv() method in GLES31
723 public static native void glProgramUniform3fv( in glProgramUniform3fv() method in GLES31
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv3.map.txt287 glProgramUniform3fv; # introduced=21
H A Dentries.in714 GL_ENTRY(void, glProgramUniform3fv, GLuint program, GLint location, GLsizei count, const GLfloat *v…
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31.spec42 void glProgramUniform3fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value )
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc595 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramUniform3fv);
1443 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glProgramUniform3fv); in init_stub_library()
H A Dstubs_arm64.cc595 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramUniform3fv);
1443 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glProgramUniform3fv); in init_stub_library()
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/
H A Dstubs_arm.cc595 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramUniform3fv);
1443 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glProgramUniform3fv); in init_stub_library()
H A Dstubs_arm64.cc595 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glProgramUniform3fv);
1443 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glProgramUniform3fv); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A Dgl2_api.in862 void API_ENTRY(glProgramUniform3fv)(GLuint program, GLint location, GLsizei count, const GLfloat *v…
863 CALL_GL_API(glProgramUniform3fv, program, location, count, value);
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp2263 glProgramUniform3fv( in android_glProgramUniform3fv__III_3FI()
2303 glProgramUniform3fv( in android_glProgramUniform3fv__IIILjava_nio_FloatBuffer_2()
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl31.h1494 GL_APICALL void GL_APIENTRY glProgramUniform3fv (GLuint program, GLint location, GLsizei count, con…
H A Dgl32.h1494 GL_APICALL void GL_APIENTRY glProgramUniform3fv (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.txt29754 method public static void glProgramUniform3fv(int, int, int, float[], int);
29755 method public static void glProgramUniform3fv(int, int, int, java.nio.FloatBuffer);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt20700 method public static void glProgramUniform3fv(int, int, int, float[], int);
20701 method public static void glProgramUniform3fv(int, int, int, java.nio.FloatBuffer);