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

1 2 3

  /external/webkit/Source/WebCore/platform/graphics/cairo/
OpenGLShims.h 187 FUNCTION_TABLE_ENTRY(glUniform1f);
285 #define glUniform1f LOOKUP_GL_FUNCTION(glUniform1f)
OpenGLShims.cpp 153 ASSIGN_FUNCTION_TABLE_ENTRY(glUniform1f, success);
  /external/skia/src/gpu/android/
GrGLCreateNativeInterface_android.cpp 85 interface->fUniform1f = glUniform1f;
  /external/skia/src/gpu/ios/
GrGLDefaultInterface_iOS.cpp 88 interface->fUniform1f = glUniform1f;
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 368 glUniform1f = 342;
  /external/webkit/Source/WebCore/platform/graphics/opengl/
TextureMapperGL.cpp 44 void glUniform1f(GLint, GLfloat);
412 GL_CMD(glUniform1f(programInfo.vars[TextureMapperGLData::ShaderInfo::OpacityVariable], opacity))
635 GL_CMD(glUniform1f(programInfo.vars[TextureMapperGLData::ShaderInfo::OpacityVariable], opacity))
  /external/skia/src/gpu/mac/
GrGLCreateNativeInterface_mac.cpp 135 interface->fUniform1f = glUniform1f;
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp     [all...]
  /frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
GL2CameraEye.java 226 GLES20.glUniform1f(muCRatioHandle, mCameraRatio);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
ShaderProgram.cpp 707 glUniform1f(m_handleArray[type].alphaHandle, opacity);
711 glUniform1f(contrastHandle, m_contrast);
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 113 void glUniform1f ( GLint location, GLfloat x )
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DebuggerMessage.java 142 glUniform1f(111, 111),
341 case 111: return glUniform1f;
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 250 void (GL_APIENTRY *GLDispatch::glUniform1f)(GLint,GLfloat) = NULL;
488 LOAD_GL_FUNC(glUniform1f);
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java 697 GLES20.glUniform1f(muCRatioHandle, mCameraRatio);
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 585 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat x);
  /external/mesa3d/include/GLES2/
gl2.h 585 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat x);
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 585 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat x);
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 696 glUniform1f(var, value);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES20.java     [all...]
  /frameworks/native/opengl/include/GLES2/
gl2.h 585 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat x);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/GLES2/
gl2.h 585 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat x);
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/GLES2/
gl2.h 585 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat x);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 584 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat x);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 584 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat x);
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 584 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat x);

Completed in 270 milliseconds

1 2 3