Searched refs:zScale (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | demo.c | 782 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/ |
D | s_span.c | 629 const GLfloat zScale = 1.0F / ctx->DrawBuffer->_DepthMaxF; in interpolate_wpos() local 648 wpos[i][2] = (GLfloat) span->array->z[i] * zScale; in interpolate_wpos()
|
/external/deqp/modules/gles31/functional/ |
D | es31fPrimitiveBoundingBoxTests.cpp | 3709 float zScale; member 3819 m_layers[layerNdx].zScale = (2.0f / (float)m_numLayers); in init() 3876 gl.uniform1f(depthScaleLocation, m_layers[layerNdx].zScale); in iterate() 3886 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.c | 10072 Fixed zScale; in Qt_Media3DScaleNamedObjectTo() local 10080 PyMac_GetFixed, &zScale)) in Qt_Media3DScaleNamedObjectTo() 10086 zScale); in Qt_Media3DScaleNamedObjectTo()
|