Searched refs:glGetnUniformfv (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
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
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | checks.spec | 79 glGetnUniformfv check params bufSize
|
D | GLES32.spec | 29 void glGetnUniformfv ( GLuint program, GLint location, GLsizei bufSize, GLfloat *params )
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 471 #define glGetnUniformfv wrap_glGetnUniformfv macro
|
D | unwrap_gles.h | 471 #undef glGetnUniformfv
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES32.cpp | 1090 glGetnUniformfv( in android_glGetnUniformfv__III_3FI() 1130 glGetnUniformfv( in android_glGetnUniformfv__IIILjava_nio_FloatBuffer_2()
|
/frameworks/native/opengl/libs/GLES2/ |
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);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl32.h | 1806 GL_APICALL void GL_APIENTRY glGetnUniformfv (GLuint program, GLint location, GLsizei bufSize, GLflo…
|
/frameworks/native/opengl/libs/ |
D | entries.in | 452 GL_ENTRY(void, glGetnUniformfv, GLuint program, GLint location, GLsizei bufSize, GLfloat *params)
|
/frameworks/base/api/ |
D | current.txt | 27720 method public static void glGetnUniformfv(int, int, int, float[], int); 27721 method public static void glGetnUniformfv(int, int, int, java.nio.FloatBuffer);
|
D | system-current.txt | 30160 method public static void glGetnUniformfv(int, int, int, float[], int); 30161 method public static void glGetnUniformfv(int, int, int, java.nio.FloatBuffer);
|
D | test-current.txt | 27789 method public static void glGetnUniformfv(int, int, int, float[], int); 27790 method public static void glGetnUniformfv(int, int, int, java.nio.FloatBuffer);
|