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

1 2 3 4

  /cts/tests/openglperf2/jni/reference/scene/glowing/
BlurMeshNode.cpp 40 glUniform2f(scaleUniformHandle, 1.0f / mWidth, 0);
50 glUniform2f(scaleUniformHandle, 0, 1.0f / mHeight);
  /cts/tests/openglperf2/jni/primitive/shaderperf/
ShaderPerfRenderer.cpp 160 glUniform2f(mSeedUniformHandle, GOLDEN_RATIO - 2.0f, GOLDEN_RATIO - 1.0f);
  /external/deqp/framework/egl/
egluStaticES20Library.inl 121 { "glUniform2f", (deFunctionPtr)glUniform2f },
egluStaticES30Library.inl 204 { "glUniform2f", (deFunctionPtr)glUniform2f },
  /external/mesa3d/src/mapi/es2api/
ABI-check 212 glUniform2f
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
SurfaceTextureHelper.java 268 GLES20.glUniform2f(xUnitLoc,
280 GLES20.glUniform2f(xUnitLoc,
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 121 gl->uniform2f = &glUniform2f;
glwInitES30Direct.inl 204 gl->uniform2f = &glUniform2f;
glwInitES31Direct.inl 266 gl->uniform2f = &glUniform2f;
glwInitES32Direct.inl 310 gl->uniform2f = &glUniform2f;
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_ftable.h 126 {"glUniform2f", (void*)glUniform2f},
gl2_client_context.h 128 glUniform2f_client_proc_t glUniform2f;
gl2_client_context.cpp 128 glUniform2f = (glUniform2f_client_proc_t) getProc("glUniform2f", userData);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fNegativeShaderApiTests.cpp 488 glUniform2f(-1, 0.0f, 0.0f);
514 glUniform2f(vUnif, 0.0f, 0.0f);
545 glUniform2f(-2, 0.0f, 0.0f);
555 glUniform2f(-1, 0.0f, 0.0f);
    [all...]
  /external/skia/src/gpu/gl/android/
GrGLMakeNativeInterface_android.cpp 159 } else if (0 == strcmp("glUniform2f", name)) {
160 return (GrGLFuncPtr) glUniform2f;
  /external/skqp/src/gpu/gl/android/
GrGLMakeNativeInterface_android.cpp 159 } else if (0 == strcmp("glUniform2f", name)) {
160 return (GrGLFuncPtr) glUniform2f;
  /frameworks/native/opengl/tests/gl_perf/
fill_common.cpp 215 glUniform2f(loc, ((float)ct) / passCount, ((float)ct) / 2.f / passCount);
  /hardware/qcom/display/msm8909/gpu_tonemapper/
glengine.cpp 134 GL(glUniform2f(location, data[0], data[1]));
  /hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
glengine.cpp 134 GL(glUniform2f(location, data[0], data[1]));
  /hardware/qcom/display/msm8998/gpu_tonemapper/
glengine.cpp 155 GL(glUniform2f(location, data[0], data[1]));
  /frameworks/base/libs/hwui/
SkiaShader.cpp 194 glUniform2f(caches.program().getUniform("screenSize"), 1.0f / width, 1.0f / height);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 117 void glUniform2f ( GLint location, GLfloat x, GLfloat y )
  /external/deqp/modules/gles3/functional/
es3fNegativeShaderApiTests.cpp 761 glUniform2f(-1, 0.0f, 0.0f);
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES2/
gl2.h 492 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 167 void glUniform2f (int location, float x, float y);

Completed in 623 milliseconds

1 2 3 4