Searched defs:minHeight (Results 1 - 25 of 25) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dframebuffer.c332 GLuint minWidth = ~0, minHeight = ~0; local
343 minHeight = MIN2(minHeight, rb->Height);
349 fb->Height = minHeight;
H A Dfbobject.c957 GLuint minWidth = ~0, minHeight = ~0, maxWidth = 0, maxHeight = 0; local
1040 minHeight = MIN2(minHeight, texImg->Height);
1074 minHeight = MIN2(minHeight, att->Renderbuffer->Height);
1075 maxHeight = MAX2(minHeight, att->Renderbuffer->Height);
1129 if (minWidth != maxWidth || minHeight != maxHeight) {
1289 fb->Height = minHeight;
/external/skqp/src/gpu/ccpr/
H A DGrCCAtlas.cpp79 GrCCAtlas::GrCCAtlas(const GrCaps& caps, int minWidth, int minHeight) argument
82 SkASSERT(SkTMax(minWidth, minHeight) <= fMaxAtlasSize);
83 int initialSize = GrNextPow2(SkTMax(minWidth, minHeight));
/external/deqp/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) argument
115 , m_minHeight (minHeight)
321 int minHeight; member in struct:deqp::egl::MemoryStressCase::Spec
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);
480 spec.minHeight = 256;
494 spec.minHeight = 256;
508 spec.minHeight = 1024;
522 spec.minHeight = 1024;
536 spec.minHeight
[all...]
H A DteglResizeTests.cpp280 const int minHeight = de::min(oldHeight, newHeight); local
289 const int oldY = yCorner == 0 ? 0 : oldHeight - minHeight;
290 const int newY = yCorner == 0 ? 0 : newHeight - minHeight;
292 getSubregion(oldSurface.getAccess(), oldX, oldY, minWidth, minHeight);
294 getSubregion(newSurface.getAccess(), newX, newY, minWidth, minHeight);
/external/deqp/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp193 void checkCanvasSize (int width, int height, int minWidth, int minHeight) argument
195 if (width < minWidth || height < minHeight)
H A Des2fTextureMipmapTests.cpp554 const int minHeight = 8; local
558 bool partitionY = partition && height > minHeight && !partitionX;
/external/deqp/modules/gles3/functional/
H A Des3fPolygonOffsetTests.cpp196 void checkCanvasSize (int width, int height, int minWidth, int minHeight) argument
198 if (width < minWidth || height < minHeight)
H A Des3fTextureMipmapTests.cpp593 const int minHeight = 8; local
597 bool partitionY = partition && height > minHeight && !partitionX;
/external/harfbuzz_ng/src/
H A Dhb-ot-math-table.hh91 return font->em_scale_y (minHeight[constant - HB_OT_MATH_CONSTANT_DELIMITED_SUB_FORMULA_MIN_HEIGHT]);
158 UINT16 minHeight[2]; member in struct:OT::MathConstants
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowViewTest.java768 private int minHeight; field in class:ShadowViewTest.TestView2
770 public TestView2(Context context, int minWidth, int minHeight) { argument
773 this.minHeight = minHeight;
782 setMeasuredDimension(minWidth, minHeight);
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp498 const int minHeight = 8; local
502 bool partitionY = partition && height > minHeight && !partitionX;
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp485 const int minHeight = 8; local
489 bool partitionY = partition && height > minHeight && !partitionX;
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureMipmapTests.cpp474 const int minHeight = 8; local
478 const bool partitionY = partition && height > minHeight && !partitionX;
/external/robolectric/v1/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/annotation-tools/asmx/test/lib/
H A Dlog4j-1.2.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/guice/extensions/persist/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 3117 milliseconds