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

1 2 3

  /frameworks/native/cmds/flatland/
Renderers.cpp 111 glUniform1f(mInvDitherKernelSizeUniformLoc, invDitherKernelSize);
112 glUniform1f(mInvDitherKernelSizeSqUniformLoc, invDitherKernelSizeSq);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 122 {"glUniform1f", (void*)glUniform1f},
gl2_client_context.h 122 glUniform1f_client_proc_t glUniform1f;
331 virtual glUniform1f_client_proc_t set_glUniform1f(glUniform1f_client_proc_t f) { glUniform1f_client_proc_t retval = glUniform1f; glUniform1f = f; return retval;}
    [all...]
gl2_entry.cpp 120 void glUniform1f(GLint location, GLfloat x);
900 void glUniform1f(GLint location, GLfloat x)
903 ctx->glUniform1f(ctx, location, x);
    [all...]
  /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/gl/android/
GrGLCreateNativeInterface_android.cpp 94 interface->fUniform1f = glUniform1f;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 90 interface->fUniform1f = glUniform1f;
  /frameworks/base/libs/hwui/
GammaFontRenderer.cpp 128 glUniform1f(program->getUniform("gamma"), description.gamma);
  /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/gl/mac/
GrGLCreateNativeInterface_mac.cpp 142 interface->fUniform1f = glUniform1f;
  /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 747 glUniform1f(m_handleArray[type].alphaHandle, opacity);
753 glUniform1f(contrastHandle, m_contrast);
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 368 glUniform1f = 342;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 113 void glUniform1f ( GLint location, GLfloat x )
  /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 699 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/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 584 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat x);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 711 GLES20.glUniform1f(params[INDEX_ALPHA].handle, getAlpha());
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 584 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat x);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 584 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat x);

Completed in 812 milliseconds

1 2 3