Home
last modified time | relevance | path

Searched refs:glGetnUniformfv (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES32.java551 public static native void glGetnUniformfv( in glGetnUniformfv() method in GLES32
561 public static native void glGetnUniformfv( in glGetnUniformfv() method in GLES32
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec79 glGetnUniformfv check params bufSize
H A DGLES32.spec29 void glGetnUniformfv ( GLuint program, GLint location, GLsizei bufSize, GLfloat *params )
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv3.map.txt228 glGetnUniformfv; # introduced=24
H A Dentries.in487 GL_ENTRY(void, glGetnUniformfv, GLuint program, GLint location, GLsizei bufSize, GLfloat *params)
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc426 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetnUniformfv);
1274 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetnUniformfv); in init_stub_library()
H A Dstubs_arm64.cc426 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetnUniformfv);
1274 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetnUniformfv); in init_stub_library()
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/
H A Dstubs_arm.cc426 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetnUniformfv);
1274 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetnUniformfv); in init_stub_library()
H A Dstubs_arm64.cc426 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetnUniformfv);
1274 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetnUniformfv); in init_stub_library()
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES32.cpp1093 glGetnUniformfv( in android_glGetnUniformfv__III_3FI()
1139 glGetnUniformfv( in android_glGetnUniformfv__IIILjava_nio_FloatBuffer_2()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A Dgl2_api.in1027 void API_ENTRY(glGetnUniformfv)(GLuint program, GLint location, GLsizei bufSize, GLfloat *params) {
1028 CALL_GL_API(glGetnUniformfv, program, location, bufSize, params);
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl32.h1806 GL_APICALL void GL_APIENTRY glGetnUniformfv (GLuint program, GLint location, GLsizei bufSize, GLflo…
/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.txt30262 method public static void glGetnUniformfv(int, int, int, float[], int);
30263 method public static void glGetnUniformfv(int, int, int, java.nio.FloatBuffer);