Home
last modified time | relevance | path

Searched refs:minHeight (Results 1 - 15 of 15) sorted by relevance

/third_party/vk-gl-cts/modules/egl/
H A DteglMemoryStressTests.cpp72 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 DteglResizeTests.cpp282 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 Dhb-ot-math-table.hh84 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 Des2aTextureMipmapTests.cpp498 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 Des3aTextureMipmapTests.cpp485 const int minHeight = 8; in randomPartition() local
489 bool partitionY = partition && height > minHeight && !partitionX; in randomPartition()
/third_party/mesa3d/src/mesa/main/
H A Dfbobject.c1266 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 Des3fPolygonOffsetTests.cpp194 void checkCanvasSize (int width, int height, int minWidth, int minHeight) in checkCanvasSize() argument
196 if (width < minWidth || height < minHeight) in checkCanvasSize()
H A Des3fTextureMipmapTests.cpp593 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 Des2fPolygonOffsetTests.cpp191 void checkCanvasSize (int width, int height, int minWidth, int minHeight) in checkCanvasSize() argument
193 if (width < minWidth || height < minHeight) in checkCanvasSize()
H A Des2fTextureMipmapTests.cpp554 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 DvktTextureMipmapTests.cpp491 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 DvktTextureMipmapTests.cpp491 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 Dvulkan_core.h18177 uint32_t minHeight; member
H A Dvulkan_hash.hpp10113 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceOpticalFlowPropertiesNV.minHeight );
H A Dvulkan_structs.hpp[all...]

Completed in 151 milliseconds