/cts/suite/cts/deviceTests/opengl/jni/reference/scene/glowing/ |
BlurMeshNode.cpp | 40 glUniform2f(scaleUniformHandle, 1.0f / mWidth, 0); 50 glUniform2f(scaleUniformHandle, 0, 1.0f / mHeight);
|
/cts/suite/cts/deviceTests/opengl/jni/primitive/shaderperf/ |
ShaderPerfRenderer.cpp | 160 glUniform2f(mSeedUniformHandle, GOLDEN_RATIO - 2.0f, GOLDEN_RATIO - 1.0f);
|
/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/chromium_org/gpu/skia_bindings/ |
gl_bindings_skia_cmd_buffer.cc | 88 interface->fUniform2f = glUniform2f;
|
/external/chromium_org/gpu/command_buffer/tests/ |
gl_depth_texture_unittest.cc | 130 glUniform2f(resolution_loc, kResolution, kResolution);
|
/external/chromium_org/third_party/skia/src/gpu/gl/iOS/ |
GrGLCreateNativeInterface_iOS.cpp | 99 interface->fUniform2f = glUniform2f;
|
/external/skia/src/gpu/gl/iOS/ |
GrGLCreateNativeInterface_iOS.cpp | 99 interface->fUniform2f = glUniform2f;
|
/external/chromium_org/gpu/GLES2/ |
gl2chromium_autogen.h | 132 #define glUniform2f GLES2_GET_FUN(Uniform2f)
|
/frameworks/native/opengl/tests/gl_perf/ |
fill_common.cpp | 215 glUniform2f(loc, ((float)ct) / passCount, ((float)ct) / 2.f / passCount);
|
/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 )
|
/external/chromium_org/third_party/skia/src/gpu/gl/android/ |
GrGLCreateNativeInterface_android.cpp | 124 interface->fUniform2f = glUniform2f; 337 interface->fUniform2f = (GrGLUniform2fProc) eglGetProcAddress("glUniform2f");
|
/external/skia/src/gpu/gl/android/ |
GrGLCreateNativeInterface_android.cpp | 124 interface->fUniform2f = glUniform2f; 337 interface->fUniform2f = (GrGLUniform2fProc) eglGetProcAddress("glUniform2f");
|
/frameworks/base/libs/hwui/ |
SkiaShader.cpp | 167 glUniform2f(program->getUniform("textureDimension"), 1.0f / width, 1.0f / height);
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
gl2.h | 605 #define glUniform2f GLES2_GET_FUN(Uniform2f) [all...] |
/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/chromium_org/third_party/angle/include/GLES2/ |
gl2.h | 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
|
/external/chromium_org/third_party/khronos/GLES2/ |
gl2.h | 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
|
/external/chromium_org/third_party/mesa/src/include/GLES2/ |
gl2.h | 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
|
/external/mesa3d/include/GLES2/ |
gl2.h | 589 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
|
/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);
|