Home
last modified time | relevance | path

Searched defs:cellWidth (Results 1 – 8 of 8) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgProgramExecutor.cpp188 inline tcu::IVec4 computeVertexIndices (float cellWidth, float cellHeight, int gridVtxWidth, int gr… in computeVertexIndices()
196 inline tcu::Vec2 computeGridCellWeights (float cellWidth, float cellHeight, int x, int y) in computeGridCellWeights()
305 float cellWidth = (float)width / (float)m_gridWidth; in execute() local
/external/deqp/modules/gles3/functional/
Des3fStencilTests.cpp317 int cellWidth = width/gridSize; in iterate() local
Des3fTextureMipmapTests.cpp316 int cellWidth = viewport.width / gridWidth; in iterate() local
1265 const int cellWidth = viewport.width / gridWidth; in iterate() local
1515 const int cellWidth = viewport.width / gridWidth; in iterate() local
2138 const int cellWidth = viewport.width / gridWidth; in iterate() local
/external/deqp/modules/gles2/functional/
Des2fStencilTests.cpp314 int cellWidth = width/gridSize; in iterate() local
Des2fTextureMipmapTests.cpp272 int cellWidth = viewport.width / gridWidth; in iterate() local
/external/deqp/modules/gles3/accuracy/
Des3aTextureMipmapTests.cpp268 int cellWidth = viewport.width / gridWidth; in iterate() local
/external/deqp/modules/gles2/accuracy/
Des2aTextureMipmapTests.cpp275 int cellWidth = viewport.width / gridWidth; in iterate() local
/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp596 FX_FLOAT cellWidth = pElement->GetNumberAttr(LayoutWidth); in ProcessElement() local