/frameworks/base/opengl/libagl2/src/ |
D | api.cpp | 207 void API_ENTRY(glUniform1fv)(GLint location, GLsizei count, const GLfloat* v) in API_ENTRY() argument 209 CALL_GL_API(glUniform1fv, location, count, v); in API_ENTRY()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 1532 public static native void glUniform1fv( in glUniform1fv() method in GLES20 1541 public static native void glUniform1fv( in glUniform1fv() method in GLES20
|
/frameworks/base/opengl/libs/GLES2/ |
D | gl2_api.in | 337 void API_ENTRY(glUniform1fv)(GLint location, GLsizei count, const GLfloat* v) { 338 CALL_GL_API(glUniform1fv, location, count, v);
|
/frameworks/base/opengl/libs/GLES2_dbg/ |
D | gl2_api_annotated.in | 337 void API_ENTRY(glUniform1fv)(GLint location, GLsizei count, const GLfloat:1*count:in v) { 338 CALL_GL_API(glUniform1fv, location, count, v);
|
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
D | GLES20.spec | 114 void glUniform1fv ( GLint location, GLsizei count, const GLfloat *v )
|
/frameworks/base/libs/rs/driver/ |
D | rsdShader.cpp | 308 RSD_CALL_GL(glUniform1fv, slot, arraySize, fd); in setUniform()
|
/frameworks/base/opengl/include/GLES2/ |
D | gl2.h | 586 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat* v);
|
/frameworks/base/opengl/libs/GLES2_dbg/src/ |
D | debugger_message.pb.h | 425 static const Function glUniform1fv = Message_Function_glUniform1fv; variable
|
D | debugger_message.pb.cpp | 351 const Message_Function Message::glUniform1fv; member in com::android::glesv2debugger::Message
|
D | caller.cpp | 605 dbg->hooks->gl.glUniform1fv( in GenerateCall()
|
D | api.cpp | 2750 _c->glUniform1fv(location, count, v); in Debug_glUniform1fv()
|
/frameworks/base/opengl/libs/ |
D | glesv2dbg_functions.h | 346 GL_ENTRY(void, glUniform1fv, GLint location, GLsizei count, const GLfloat* v)
|
D | entries.in | 344 GL_ENTRY(void, glUniform1fv, GLint location, GLsizei count, const GLfloat* v)
|
D | trace.in | 344 TRACE_GL_VOID(glUniform1fv, (GLint location, GLsizei count, const GLfloat* v), (location, count, v)…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES20.cpp | 3899 glUniform1fv( in android_glUniform1fv__II_3FI() 3921 glUniform1fv( in android_glUniform1fv__IILjava_nio_FloatBuffer_2()
|
/frameworks/base/api/ |
D | current.txt | 13788 method public static void glUniform1fv(int, int, float[], int); 13789 method public static void glUniform1fv(int, int, java.nio.FloatBuffer);
|
D | 14.txt | 13788 method public static void glUniform1fv(int, int, float[], int); 13789 method public static void glUniform1fv(int, int, java.nio.FloatBuffer);
|