HomeSort by relevance Sort by last modified time
    Searched refs:glUniform1fv (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/chromium/webkit/glue/
gl_bindings_skia_cmd_buffer.cc 87 glUniform1fv,
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 123 {"glUniform1fv", (void*)glUniform1fv},
gl2_client_context.h 123 glUniform1fv_client_proc_t glUniform1fv;
332 virtual glUniform1fv_client_proc_t set_glUniform1fv(glUniform1fv_client_proc_t f) { glUniform1fv_client_proc_t retval = glUniform1fv; glUniform1fv = f; ret (…)
    [all...]
gl2_entry.cpp 121 void glUniform1fv(GLint location, GLsizei count, const GLfloat* v);
906 void glUniform1fv(GLint location, GLsizei count, const GLfloat* v)
909 ctx->glUniform1fv(ctx, location, count, v);
    [all...]
  /external/chromium_org/webkit/common/gpu/
gl_bindings_skia_cmd_buffer.cc 87 interface->fUniform1fv = glUniform1fv;
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 109 interface->fUniform1fv = glUniform1fv;
  /external/chromium_org/third_party/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 97 interface->fUniform1fv = glUniform1fv;
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 109 interface->fUniform1fv = glUniform1fv;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 97 interface->fUniform1fv = glUniform1fv;
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 129 #define glUniform1fv GLES2_GET_FUN(Uniform1fv)
  /frameworks/base/opengl/java/android/opengl/
GLES20.java     [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 369 glUniform1fv = 343;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 114 void glUniform1fv ( GLint location, GLsizei count, const GLfloat *v )
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 602 #define glUniform1fv GLES2_GET_FUN(Uniform1fv)
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 251 void (GL_APIENTRY *GLDispatch::glUniform1fv)(GLint,GLsizei,const GLfloat*) = NULL;
489 LOAD_GL_FUNC(glUniform1fv);
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 586 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat* v);
  /external/chromium_org/third_party/angle_dx11/include/GLES2/
gl2.h 586 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat* v);
  /external/chromium_org/third_party/khronos/GLES2/
gl2.h 586 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat* v);
  /external/chromium_org/third_party/mesa/src/include/GLES2/
gl2.h 586 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat* v);
  /external/chromium_org/ui/gl/
gl_bindings_skia_in_process.cc 461 glUniform1fv(location, count, v);
  /external/mesa3d/include/GLES2/
gl2.h 586 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat* v);
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 781 glUniform1fv(var, n, values);
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ImageShader.java 367 GLES20.glUniform1fv(uniform.getLocation(), len, values, 0);
  /frameworks/native/opengl/include/GLES2/
gl2.h 585 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat* v);
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_fixup.cpp 782 case GLMessage::glUniform1fv:
783 /* void glUniform1fv(GLint location, GLsizei count, const GLfloat *value); */
    [all...]

Completed in 938 milliseconds

1 2 3 4