HomeSort by relevance Sort by last modified time
    Searched refs:glUniform4fv (Results 51 - 75 of 207) sorted by null

1 23 4 5 6 7 8 9

  /external/libgdx/gdx/jni/android/
AndroidGL20.cpp     [all...]
  /external/libgdx/gdx/jni/iosgl/
iosgl20.cpp     [all...]
  /development/ndk/platforms/android-21/include/GLES2/
gl2.h 501 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 598 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat* v);
  /device/generic/goldfish-opengl/system/include/GLES2/
gl2.h 501 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 176 void glUniform4fv (int location, int count, const float* v);
  /external/deqp/modules/glshared/
glsRandomShaderCase.cpp 384 case 4: glUniform4fv(location, 1, (float*)value.value().getValuePtr()); break;
  /external/mesa3d/include/GLES2/
gl2.h 598 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat* v);
  /frameworks/base/libs/hwui/debug/
unwrap_gles.h 855 #undef glUniform4fv
wrap_gles.h     [all...]
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 786 glUniform4fv(var, n, values);
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 517 GLES20.glUniform4fv(mDrawParameters[INDEX_COLOR].handle, 1, colorArray, 0);
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ImageShader.java 379 GLES20.glUniform4fv(uniform.getLocation(), len / 4, values, 0);
  /frameworks/rs/driver/
rsdShader.cpp 378 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/current/platforms/android-12/arch-arm/usr/include/GLES2/
gl2.h 598 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat* v);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/GLES2/
gl2.h 598 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat* v);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/GLES2/
gl2.h 598 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat* v);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/GLES2/
gl2.h 598 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat* v);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/GLES2/
gl2.h 598 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat* v);
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/GLES2/
gl2.h 598 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat* v);
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/GLES2/
gl2.h 598 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat* v);
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/GLES2/
gl2.h 598 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat* v);
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/GLES2/
gl2.h 598 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat* v);
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/GLES2/
gl2.h 598 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat* v);

Completed in 1442 milliseconds

1 23 4 5 6 7 8 9