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

1 2 3

  /external/chromium/webkit/glue/
gl_bindings_skia_cmd_buffer.cc 89 glUniform4fv,
  /frameworks/native/cmds/flatland/
Renderers.cpp 113 glUniform4fv(mColor0UniformLoc, 1, color0);
114 glUniform4fv(mColor1UniformLoc, 1, color1);
Composers.cpp 81 glUniform4fv(mModColorUniformLoc, 1, modColor);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 135 {"glUniform4fv", (void*)glUniform4fv},
gl2_client_context.h 135 glUniform4fv_client_proc_t glUniform4fv;
    [all...]
gl2_entry.cpp 133 void glUniform4fv(GLint location, GLsizei count, const GLfloat* v);
    [all...]
  /frameworks/base/libs/hwui/
SkiaColorFilter.cpp 61 glUniform4fv(program->getUniform("colorMatrixVector"), 1, mVector);
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 104 interface->fUniform4fv = glUniform4fv;
106 interface->fUniform4fv = glUniform4fv;
  /external/webkit/Source/WebCore/platform/graphics/cairo/
OpenGLShims.h 200 FUNCTION_TABLE_ENTRY(glUniform4fv);
298 #define glUniform4fv LOOKUP_GL_FUNCTION(glUniform4fv)
OpenGLShims.cpp 166 ASSIGN_FUNCTION_TABLE_ENTRY(glUniform4fv, success);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 156 interface->fUniform4fv = glUniform4fv;
158 interface->fUniform4fv = glUniform4fv;
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 108 interface->fUniform4fv = glUniform4fv;
  /frameworks/base/opengl/java/android/opengl/
GLES20.java     [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 381 glUniform4fv = 355;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 126 void glUniform4fv ( GLint location, GLsizei count, const GLfloat *v )
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 263 void (GL_APIENTRY *GLDispatch::glUniform4fv)(GLint,GLsizei,const GLfloat*) = NULL;
501 LOAD_GL_FUNC(glUniform4fv);
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 598 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat* v);
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 598 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat* v);
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 793 glUniform4fv(var, n, values);
    [all...]
  /frameworks/native/opengl/include/GLES2/
gl2.h 597 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat* v);
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_fixup.cpp 794 case GLMessage::glUniform4fv:
795 /* void glUniform4fv(GLint location, GLsizei count, const GLfloat *value); */
    [all...]
  /frameworks/rs/driver/
rsdShader.cpp 376 RSD_CALL_GL(glUniform4fv, slot, arraySize, fd);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 517 GLES20.glUniform4fv(mDrawParameters[INDEX_COLOR].handle, 1, colorArray, 0);
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 597 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat* v);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 597 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat* v);

Completed in 134 milliseconds

1 2 3