Home
last modified time | relevance | path

Searched refs:glUniform1fv (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/opengl/libagl2/src/
Dapi.cpp207 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/
DGLES20.java1532 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/
Dgl2_api.in337 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/
Dgl2_api_annotated.in337 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/
DGLES20.spec114 void glUniform1fv ( GLint location, GLsizei count, const GLfloat *v )
/frameworks/base/libs/rs/driver/
DrsdShader.cpp308 RSD_CALL_GL(glUniform1fv, slot, arraySize, fd); in setUniform()
/frameworks/base/opengl/include/GLES2/
Dgl2.h586 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat* v);
/frameworks/base/opengl/libs/GLES2_dbg/src/
Ddebugger_message.pb.h425 static const Function glUniform1fv = Message_Function_glUniform1fv; variable
Ddebugger_message.pb.cpp351 const Message_Function Message::glUniform1fv; member in com::android::glesv2debugger::Message
Dcaller.cpp605 dbg->hooks->gl.glUniform1fv( in GenerateCall()
Dapi.cpp2750 _c->glUniform1fv(location, count, v); in Debug_glUniform1fv()
/frameworks/base/opengl/libs/
Dglesv2dbg_functions.h346 GL_ENTRY(void, glUniform1fv, GLint location, GLsizei count, const GLfloat* v)
Dentries.in344 GL_ENTRY(void, glUniform1fv, GLint location, GLsizei count, const GLfloat* v)
Dtrace.in344 TRACE_GL_VOID(glUniform1fv, (GLint location, GLsizei count, const GLfloat* v), (location, count, v)…
/frameworks/base/core/jni/
Dandroid_opengl_GLES20.cpp3899 glUniform1fv( in android_glUniform1fv__II_3FI()
3921 glUniform1fv( in android_glUniform1fv__IILjava_nio_FloatBuffer_2()
/frameworks/base/api/
Dcurrent.txt13788 method public static void glUniform1fv(int, int, float[], int);
13789 method public static void glUniform1fv(int, int, java.nio.FloatBuffer);
D14.txt13788 method public static void glUniform1fv(int, int, float[], int);
13789 method public static void glUniform1fv(int, int, java.nio.FloatBuffer);