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

1 23 4

  /prebuilts/ndk/9/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/9/platforms/android-18/arch-arm/usr/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /sdk/emulator/opengl/host/libs/Translator/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 219 static void (GL_APIENTRY *glUniform2f)(GLint location, GLfloat x, GLfloat y);
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 618 void GL_APIENTRY glUniform2f(GLint location, GLfloat x, GLfloat y) {
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_c_lib_autogen.h     [all...]
  /frameworks/native/opengl/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java 154 case glUniform2f:
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 377 glUniform2f(346, 346),
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp     [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
OGLESShaderRenderer.java 825 logger.info("GLES20.glUniform2f set Vector2. " + uniform.getName());
828 GLES20.glUniform2f(loc, v2.getX(), v2.getY());
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java 824 glUniform2f(loc, v2.getX(), v2.getY());
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 987 const GLMessage_Function GLMessage::glUniform2f;
    [all...]
gltrace.pb.h     [all...]

Completed in 1253 milliseconds

1 23 4