/third_party/vk-gl-cts/modules/egl/ |
H A D | teglMemoryStressTests.cpp | 72 MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use); 105 MemoryAllocator::MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use) in MemoryAllocator() argument 115 , m_minHeight (minHeight) in MemoryAllocator() 321 int minHeight; member 401 m_allocator = new MemoryAllocator(m_eglTestCtx, m_display, m_config, m_seed, m_spec.types, m_spec.minWidth, m_spec.minHeight, m_spec.maxWidth, m_spec.maxHeight, m_spec.use); in iterate() 480 spec.minHeight = 256; in init() 494 spec.minHeight = 256; in init() 508 spec.minHeight = 1024; in init() 522 spec.minHeight = 1024; in init() 536 spec.minHeight in init() [all...] |
H A D | teglResizeTests.cpp | 282 const int minHeight = de::min(oldHeight, newHeight); in compareCorners() local 291 const int oldY = yCorner == 0 ? 0 : oldHeight - minHeight; in compareCorners() 292 const int newY = yCorner == 0 ? 0 : newHeight - minHeight; in compareCorners() 294 getSubregion(oldSurface.getAccess(), oldX, oldY, minWidth, minHeight); in compareCorners() 296 getSubregion(newSurface.getAccess(), newX, newY, minWidth, minHeight); in compareCorners()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-math-table.hh | 84 memcpy (m, minHeight, HBUINT16::static_size * 2); in copy() 124 return font->em_scale_y (minHeight[constant - HB_OT_MATH_CONSTANT_DELIMITED_SUB_FORMULA_MIN_HEIGHT]); in get_value() 191 HBUINT16 minHeight[2]; member
|
/third_party/vk-gl-cts/modules/gles2/accuracy/ |
H A D | es2aTextureMipmapTests.cpp | 498 const int minHeight = 8; in randomPartition() local 502 bool partitionY = partition && height > minHeight && !partitionX; in randomPartition()
|
/third_party/vk-gl-cts/modules/gles3/accuracy/ |
H A D | es3aTextureMipmapTests.cpp | 485 const int minHeight = 8; in randomPartition() local 489 bool partitionY = partition && height > minHeight && !partitionX; in randomPartition()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | fbobject.c | 1266 GLuint minWidth = ~0, minHeight = ~0, maxWidth = 0, maxHeight = 0; in _mesa_test_framebuffer_completeness() local 1366 minHeight = MIN2(minHeight, texImg->Height); in _mesa_test_framebuffer_completeness() 1399 minHeight = MIN2(minHeight, att->Renderbuffer->Height); in _mesa_test_framebuffer_completeness() 1482 if (minWidth != maxWidth || minHeight != maxHeight) { in _mesa_test_framebuffer_completeness() 1709 fb->Height = minHeight; in _mesa_test_framebuffer_completeness()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fPolygonOffsetTests.cpp | 194 void checkCanvasSize (int width, int height, int minWidth, int minHeight) in checkCanvasSize() argument 196 if (width < minWidth || height < minHeight) in checkCanvasSize()
|
H A D | es3fTextureMipmapTests.cpp | 593 const int minHeight = 8; in randomPartition() local 597 bool partitionY = partition && height > minHeight && !partitionX; in randomPartition()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fPolygonOffsetTests.cpp | 191 void checkCanvasSize (int width, int height, int minWidth, int minHeight) in checkCanvasSize() argument 193 if (width < minWidth || height < minHeight) in checkCanvasSize()
|
H A D | es2fTextureMipmapTests.cpp | 554 const int minHeight = 8; in randomPartition() local 558 bool partitionY = partition && height > minHeight && !partitionX; in randomPartition()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureMipmapTests.cpp | 491 const int minHeight = 8; in randomPartition() local 495 const bool partitionY = partition && height > minHeight && !partitionX; in randomPartition()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureMipmapTests.cpp | 491 const int minHeight = 8; in randomPartition() local 495 const bool partitionY = partition && height > minHeight && !partitionX; in randomPartition()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 18177 uint32_t minHeight; member
|
H A D | vulkan_hash.hpp | 10113 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceOpticalFlowPropertiesNV.minHeight );
|
H A D | vulkan_structs.hpp | [all...] |