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

  /external/chromium-trace/trace-viewer/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;
  /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/trace-viewer/tracing/third_party/gl-matrix/dist/
gl-matrix.js     [all...]

Completed in 321 milliseconds