HomeSort by relevance Sort by last modified time
    Searched refs:glUniform2f (Results 26 - 50 of 178) sorted by null

12 3 4 5 6 7 8

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL20.java 599 public void glUniform2f (int location, float x, float y);
  /frameworks/base/libs/hwui/debug/
nullgles.cpp 241 void glUniform2f(GLint location, GLfloat v0, GLfloat v1) {}
unwrap_gles.h 842 #undef glUniform2f
wrap_gles.h     [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES32Direct.inl 310 gl->uniform2f = &glUniform2f;
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_entry.cpp 124 void glUniform2f(GLint location, GLfloat x, GLfloat y);
924 void glUniform2f(GLint location, GLfloat x, GLfloat y)
927 ctx->glUniform2f(ctx, location, x, y);
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/profiling/
GL30Profiler.java 960 public void glUniform2f (int location, float x, float y) {
962 gl30.glUniform2f(location, x, y);
    [all...]
  /development/ndk/platforms/android-21/include/GLES2/
gl2.h 492 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 167 void glUniform2f (int location, float x, float y);
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp     [all...]
  /external/mesa3d/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /frameworks/base/opengl/java/android/opengl/
GLES20.java     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);

Completed in 1657 milliseconds

12 3 4 5 6 7 8