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

12 3

  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 593 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 593 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 593 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/GLES2/
gl2.h 593 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/GLES2/
gl2.h 593 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/GLES2/
gl2.h 593 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
MessageParser.java 593 case glUniform3f:
    [all...]
CodeGen.java     [all...]
MessageFormatter.java     [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLES2/
gl2.h 593 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 223 static void (GL_APIENTRY *glUniform3f)(GLint location, GLfloat x, GLfloat y, GLfloat z);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 381 glUniform3f(350, 350),
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 998 ::glUniform3f(location, v0, v1, v2);
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 887 const GLMessage_Function GLMessage::glUniform3f;
    [all...]
gltrace.pb.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java 153 case glUniform3f:
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp     [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
OGLESShaderRenderer.java 832 logger.info("GLES20.glUniform3f set Vector3. " + uniform.getName());
835 GLES20.glUniform3f(loc, v3.getX(), v3.getY(), v3.getZ());
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java 828 glUniform3f(loc, v3.getX(), v3.getY(), v3.getZ());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 400 uniform3f = GET_PROC_ADDRESS(glUniform3f);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.cpp     [all...]
  /frameworks/base/core/jni/
android_opengl_GLES20.cpp     [all...]

Completed in 550 milliseconds

12 3