Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLES32.java551 public static native void glGetnUniformfv( in glGetnUniformfv() method in GLES32
561 public static native void glGetnUniformfv( in glGetnUniformfv() method in GLES32
/frameworks/native/opengl/tools/glgen/specs/gles11/
Dchecks.spec79 glGetnUniformfv check params bufSize
DGLES32.spec29 void glGetnUniformfv ( GLuint program, GLint location, GLsizei bufSize, GLfloat *params )
/frameworks/native/opengl/libs/
DlibGLESv3.map.txt228 glGetnUniformfv; # introduced=24
Dentries.in487 GL_ENTRY(void, glGetnUniformfv, GLuint program, GLint location, GLsizei bufSize, GLfloat *params)
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc426 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetnUniformfv);
1274 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetnUniformfv); in init_stub_library()
Dstubs_arm64.cc426 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetnUniformfv);
1274 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetnUniformfv); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc426 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetnUniformfv);
1274 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetnUniformfv); in init_stub_library()
Dstubs_arm.cc426 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetnUniformfv);
1274 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetnUniformfv); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h469 #define glGetnUniformfv wrap_glGetnUniformfv macro
Dgles_undefine.h468 #undef glGetnUniformfv
Dgles_stubs.in1027 void API_ENTRY(glGetnUniformfv)(GLuint program, GLint location, GLsizei bufSize, GLfloat *params) {
1028 CALL_GL_API(glGetnUniformfv, program, location, bufSize, params);
Dgles_decls.in343 GL_ENTRY(void, glGetnUniformfv, GLuint program, GLint location, GLsizei bufSize, GLfloat *params)
/frameworks/base/core/jni/
Dandroid_opengl_GLES32.cpp1092 glGetnUniformfv( in android_glGetnUniformfv__III_3FI()
1138 glGetnUniformfv( in android_glGetnUniformfv__IIILjava_nio_FloatBuffer_2()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in1027 void API_ENTRY(glGetnUniformfv)(GLuint program, GLint location, GLsizei bufSize, GLfloat *params) {
1028 CALL_GL_API(glGetnUniformfv, program, location, bufSize, params);
/frameworks/native/opengl/include/GLES3/
Dgl32.h1806 GL_APICALL void GL_APIENTRY glGetnUniformfv (GLuint program, GLint location, GLsizei bufSize, GLflo…
/frameworks/base/non-updatable-api/
Dcurrent.txt33887 method public static void glGetnUniformfv(int, int, int, float[], int);
33888 method public static void glGetnUniformfv(int, int, int, java.nio.FloatBuffer);
/frameworks/base/api/
Dcurrent.txt34031 method public static void glGetnUniformfv(int, int, int, float[], int);
34032 method public static void glGetnUniformfv(int, int, int, java.nio.FloatBuffer);