Home
last modified time | relevance | path

Searched defs:cellHeight (Results 1 – 12 of 12) sorted by relevance

/third_party/vk-gl-cts/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()
306 float cellHeight = (float)height / (float)m_gridHeight; in execute() local
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
DCalendarPanel.java229 double cellHeight = (d.height - labelHeight - 1) / numWeeks; in paint() local
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayCalendarDemo.java617 double cellHeight = (d.height - labelHeight - 1) / numWeeks; in paint() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fStencilTests.cpp318 int cellHeight = height/gridSize; in iterate() local
Des3fTextureMipmapTests.cpp318 int cellHeight = viewport.height / gridHeight; in iterate() local
1263 const int cellHeight = viewport.height / gridHeight; in iterate() local
1513 const int cellHeight = viewport.height / gridHeight; in iterate() local
2136 const int cellHeight = viewport.height / gridHeight; in iterate() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fStencilTests.cpp315 int cellHeight = height/gridSize; in iterate() local
Des2fTextureMipmapTests.cpp274 int cellHeight = viewport.height / gridHeight; in iterate() local
/third_party/vk-gl-cts/modules/gles3/accuracy/
Des3aTextureMipmapTests.cpp270 int cellHeight = viewport.height / gridHeight; in iterate() local
/third_party/vk-gl-cts/modules/gles2/accuracy/
Des2aTextureMipmapTests.cpp278 int cellHeight = viewport.height / gridHeight; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureMipmapTests.cpp295 const int cellHeight = viewportHeight / gridHeight; in iterate() local
817 const int cellHeight = viewportHeight / gridHeight; in iterate() local
1036 const int cellHeight = viewportHeight / gridHeight; in iterate() local
1588 const int cellHeight = viewportHeight / gridHeight; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureMipmapTests.cpp295 const int cellHeight = viewportHeight / gridHeight; in iterate() local
817 const int cellHeight = viewportHeight / gridHeight; in iterate() local
1036 const int cellHeight = viewportHeight / gridHeight; in iterate() local
1588 const int cellHeight = viewportHeight / gridHeight; in iterate() local
/third_party/skia/gm/
Dwacky_yuv_formats.cpp902 float cellWidth = kTileWidthHeight, cellHeight = kTileWidthHeight; in onDraw() local