Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrRectanizer_pow2.h72 void initRow(Row* row, int rowHeight) { in initRow() argument
74 row->fRowHeight = rowHeight; in initRow()
75 fNextStripY += rowHeight; in initRow()
/external/skia/samplecode/
DSampleShaderText.cpp170 static const int rowHeight = 60; in onDrawContent() local
177 SkIntToScalar((i % testsPerCol) * rowHeight)); in onDrawContent()
184 SkIntToScalar((i % testsPerCol) * rowHeight)); in onDrawContent()
/external/skia/gm/
Dshadertext.cpp163 constexpr int rowHeight = 60; in onDraw() local
170 SkIntToScalar((i % testsPerCol) * rowHeight)); in onDraw()
177 SkIntToScalar((i % testsPerCol) * rowHeight)); in onDraw()
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp838 const float rowHeight = 2.0f / (float)m_patternLength; in shadePrimitives() local
850 …output.EmitVertex(vertex->position + tcu::Vec4(2 * (float)ndx * colWidth, rowHeight, 0.0, 0.0), ve… in shadePrimitives()