Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/graphics_SanAngeles/src/
Ddemo.c782 static void drawModels(float zScale) in drawModels() argument
790 Matrix4x4_Scale(sModelView, 1.f, 1.f, zScale); in drawModels()
792 glScalef(1.f, 1.f, zScale); in drawModels()
/external/mesa3d/src/mesa/swrast/
Ds_span.c627 const GLfloat zScale = 1.0F / ctx->DrawBuffer->_DepthMaxF; in interpolate_wpos() local
646 wpos[i][2] = (GLfloat) span->array->z[i] * zScale; in interpolate_wpos()
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp3671 float zScale; member
3780 m_layers[layerNdx].zScale = (2.0f / (float)m_numLayers); in init()
3837 gl.uniform1f(depthScaleLocation, m_layers[layerNdx].zScale); in iterate()
3847 1.0f, 1.0f, (m_layers[layerNdx].zOffset + m_layers[layerNdx].zScale + posPadding), 1.0f); in iterate()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c10072 Fixed zScale; in Qt_Media3DScaleNamedObjectTo() local
10080 PyMac_GetFixed, &zScale)) in Qt_Media3DScaleNamedObjectTo()
10086 zScale); in Qt_Media3DScaleNamedObjectTo()