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

1 2 3

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 126 {"glUniform2f", (void*)glUniform2f},
gl2_client_context.h 126 glUniform2f_client_proc_t glUniform2f;
    [all...]
gl2_entry.cpp 124 void glUniform2f(GLint location, GLfloat x, GLfloat y);
924 void glUniform2f(GLint location, GLfloat x, GLfloat y)
927 ctx->glUniform2f(ctx, location, x, y);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
OpenGLShims.h 191 FUNCTION_TABLE_ENTRY(glUniform2f);
289 #define glUniform2f LOOKUP_GL_FUNCTION(glUniform2f)
OpenGLShims.cpp 157 ASSIGN_FUNCTION_TABLE_ENTRY(glUniform2f, success);
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 98 interface->fUniform2f = glUniform2f;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 94 interface->fUniform2f = glUniform2f;
  /frameworks/native/opengl/tests/gl_perf/
fill_common.cpp 215 glUniform2f(loc, ((float)ct) / passCount, ((float)ct) / 2.f / passCount);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 146 interface->fUniform2f = glUniform2f;
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 372 glUniform2f = 346;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 117 void glUniform2f ( GLint location, GLfloat x, GLfloat y )
  /frameworks/base/libs/hwui/
SkiaShader.cpp 163 glUniform2f(program->getUniform("textureDimension"), 1.0f / width, 1.0f / height);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 254 void (GL_APIENTRY *GLDispatch::glUniform2f)(GLint,GLfloat,GLfloat) = NULL;
492 LOAD_GL_FUNC(glUniform2f);
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
ShaderProgram.cpp 763 glUniform2f(m_handleArray[type].scaleHandle,
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES20.java     [all...]
  /frameworks/native/opengl/include/GLES2/
gl2.h 588 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 588 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 588 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 588 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES2/
gl2.h 588 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 588 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /prebuilts/ndk/6/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 588 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
  /prebuilts/ndk/6/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 588 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);

Completed in 138 milliseconds

1 2 3