HomeSort by relevance Sort by last modified time
    Searched refs:zScale (Results 1 - 7 of 7) sorted by null

  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/
vec3.js 481 var zScale = Math.sqrt(1.0-z*z) * scale;
483 out[0] = Math.cos(r) * zScale;
484 out[1] = Math.sin(r) * zScale;
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
demo.c 782 static void drawModels(float zScale)
790 Matrix4x4_Scale(sModelView, 1.f, 1.f, zScale);
792 glScalef(1.f, 1.f, zScale);
    [all...]
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 560 static void drawModels(float zScale)
567 glScalex(1 << 16, 1 << 16, (GLfixed)(zScale * 65536));
  /frameworks/native/opengl/tests/angeles/
demo.c 560 static void drawModels(float zScale)
567 glScalex(1 << 16, 1 << 16, (GLfixed)(zScale * 65536));
  /external/mesa3d/src/mesa/swrast/
s_span.c 626 const GLfloat zScale = 1.0F / ctx->DrawBuffer->_DepthMaxF;
645 wpos[i][2] = (GLfloat) span->array->z[i] * zScale;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fPrimitiveBoundingBoxTests.cpp     [all...]
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/dist/
gl-matrix.js     [all...]

Completed in 804 milliseconds