Searched refs:zScale (Results 1 - 4 of 4) sorted by relevance

/external/autotest/client/site_tests/graphics_SanAngeles/src/
H A Ddemo.c782 static void drawModels(float zScale) argument
790 Matrix4x4_Scale(sModelView, 1.f, 1.f, zScale);
792 glScalef(1.f, 1.f, zScale);
/external/mesa3d/src/mesa/swrast/
H A Ds_span.c627 const GLfloat zScale = 1.0F / ctx->DrawBuffer->_DepthMaxF; local
646 wpos[i][2] = (GLfloat) span->array->z[i] * zScale;
/external/deqp/modules/gles31/functional/
H A Des31fPrimitiveBoundingBoxTests.cpp3709 float zScale;
3819 m_layers[layerNdx].zScale = (2.0f / (float)m_numLayers);
3876 gl.uniform1f(depthScaleLocation, m_layers[layerNdx].zScale);
3886 1.0f, 1.0f, (m_layers[layerNdx].zOffset + m_layers[layerNdx].zScale + posPadding), 1.0f);
/external/python/cpython2/Mac/Modules/qt/
H A D_Qtmodule.c10072 Fixed zScale; local
10080 PyMac_GetFixed, &zScale))
10086 zScale);
26513 PyDoc_STR("(MediaHandler mh, Fixed xScale, Fixed yScale, Fixed zScale) -> (ComponentResult _rv, char objectName)")},

Completed in 292 milliseconds