Home
last modified time | relevance | path

Searched refs:glGetnUniformfv (Results 1 – 12 of 12) 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/base/libs/hwui/debug/
Dwrap_gles.h471 #define glGetnUniformfv wrap_glGetnUniformfv macro
Dunwrap_gles.h471 #undef glGetnUniformfv
/frameworks/base/core/jni/
Dandroid_opengl_GLES32.cpp1090 glGetnUniformfv( in android_glGetnUniformfv__III_3FI()
1130 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/native/opengl/libs/
Dentries.in452 GL_ENTRY(void, glGetnUniformfv, GLuint program, GLint location, GLsizei bufSize, GLfloat *params)
/frameworks/base/api/
Dcurrent.txt27720 method public static void glGetnUniformfv(int, int, int, float[], int);
27721 method public static void glGetnUniformfv(int, int, int, java.nio.FloatBuffer);
Dsystem-current.txt30160 method public static void glGetnUniformfv(int, int, int, float[], int);
30161 method public static void glGetnUniformfv(int, int, int, java.nio.FloatBuffer);
Dtest-current.txt27789 method public static void glGetnUniformfv(int, int, int, float[], int);
27790 method public static void glGetnUniformfv(int, int, int, java.nio.FloatBuffer);