/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES32.java | 551 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 D | checks.spec | 79 glGetnUniformfv check params bufSize
|
H A D | GLES32.spec | 29 void glGetnUniformfv ( GLuint program, GLint location, GLsizei bufSize, GLfloat *params )
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | libGLESv3.map.txt | 228 glGetnUniformfv; # introduced=24
|
H A D | entries.in | 487 GL_ENTRY(void, glGetnUniformfv, GLuint program, GLint location, GLsizei bufSize, GLfloat *params)
|
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/ |
H A D | stubs_arm.cc | 426 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetnUniformfv); 1274 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetnUniformfv); in init_stub_library()
|
H A D | stubs_arm64.cc | 426 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 D | stubs_arm.cc | 426 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetnUniformfv); 1274 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetnUniformfv); in init_stub_library()
|
H A D | stubs_arm64.cc | 426 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetnUniformfv); 1274 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetnUniformfv); in init_stub_library()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES32.cpp | 1093 glGetnUniformfv( in android_glGetnUniformfv__III_3FI() 1139 glGetnUniformfv( in android_glGetnUniformfv__IIILjava_nio_FloatBuffer_2()
|
/aosp12/frameworks/native/opengl/libs/GLES2/ |
H A D | gl2_api.in | 1027 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 D | gl32.h | 1806 GL_APICALL void GL_APIENTRY glGetnUniformfv (GLuint program, GLint location, GLsizei bufSize, GLflo…
|
/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 | 30262 method public static void glGetnUniformfv(int, int, int, float[], int); 30263 method public static void glGetnUniformfv(int, int, int, java.nio.FloatBuffer);
|