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

1 2 3

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 130 {"glUniform3f", (void*)glUniform3f},
gl2_client_context.h 130 glUniform3f_client_proc_t glUniform3f;
    [all...]
gl2_entry.cpp 128 void glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z);
948 void glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z)
951 ctx->glUniform3f(ctx, location, x, y, z);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
OpenGLShims.h 195 FUNCTION_TABLE_ENTRY(glUniform3f);
293 #define glUniform3f LOOKUP_GL_FUNCTION(glUniform3f)
OpenGLShims.cpp 161 ASSIGN_FUNCTION_TABLE_ENTRY(glUniform3f, success);
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 102 interface->fUniform3f = glUniform3f;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 98 interface->fUniform3f = glUniform3f;
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 150 interface->fUniform3f = glUniform3f;
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 376 glUniform3f = 350;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 121 void glUniform3f ( GLint location, GLfloat x, GLfloat y, GLfloat z )
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 258 void (GL_APIENTRY *GLDispatch::glUniform3f)(GLint,GLfloat,GLfloat,GLfloat) = NULL;
496 LOAD_GL_FUNC(glUniform3f);
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 593 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 593 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
  /frameworks/base/opengl/java/android/opengl/
GLES20.java     [all...]
  /frameworks/native/opengl/include/GLES2/
gl2.h 592 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 592 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 592 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 592 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES2/
gl2.h 592 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
  /prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 592 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
  /prebuilts/ndk/6/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 592 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
  /prebuilts/ndk/6/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 592 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/GLES2/
gl2.h 593 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/GLES2/
gl2.h 593 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
  /prebuilts/ndk/7/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);

Completed in 325 milliseconds

1 2 3