/external/deqp/modules/egl/ |
D | teglMemoryStressTests.cpp | 72 …isplay, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, i… 105 …isplay, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, i… in MemoryAllocator() argument 115 , m_minHeight (minHeight) in MemoryAllocator() 321 int minHeight; member 401 …Ctx, m_display, m_config, m_seed, m_spec.types, m_spec.minWidth, m_spec.minHeight, m_spec.maxWidth… 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 = 64; in init() [all …]
|
D | teglResizeTests.cpp | 280 const int minHeight = de::min(oldHeight, newHeight); in compareCorners() local 289 const int oldY = yCorner == 0 ? 0 : oldHeight - minHeight; in compareCorners() 290 const int newY = yCorner == 0 ? 0 : newHeight - minHeight; in compareCorners() 292 getSubregion(oldSurface.getAccess(), oldX, oldY, minWidth, minHeight); in compareCorners() 294 getSubregion(newSurface.getAccess(), newX, newY, minWidth, minHeight); in compareCorners()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowViewTest.java | 795 private int minHeight; field in ShadowViewTest.TestView2 797 public TestView2(Context context, int minWidth, int minHeight) { in TestView2() argument 800 this.minHeight = minHeight; in TestView2() 809 setMeasuredDimension(minWidth, minHeight); in onMeasure()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-math-table.hh | 91 …return font->em_scale_y (minHeight[constant - HB_OT_MATH_CONSTANT_DELIMITED_SUB_FORMULA_MIN_HEIGHT… in get_value() 158 HBUINT16 minHeight[2]; member
|
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
D | PeerConnectionClient.java | 543 int minHeight = 0; in isHDVideo() local 553 minHeight = Integer.parseInt(keyValuePair.getValue()); in isHDVideo() 559 if (minWidth * minHeight >= 1280 * 720) { in isHDVideo()
|
/external/mesa3d/src/mesa/main/ |
D | fbobject.c | 969 GLuint minWidth = ~0, minHeight = ~0, maxWidth = 0, maxHeight = 0; in _mesa_test_framebuffer_completeness() local 1052 minHeight = MIN2(minHeight, texImg->Height); in _mesa_test_framebuffer_completeness() 1086 minHeight = MIN2(minHeight, att->Renderbuffer->Height); in _mesa_test_framebuffer_completeness() 1087 maxHeight = MAX2(minHeight, att->Renderbuffer->Height); in _mesa_test_framebuffer_completeness() 1141 if (minWidth != maxWidth || minHeight != maxHeight) { in _mesa_test_framebuffer_completeness() 1301 fb->Height = minHeight; in _mesa_test_framebuffer_completeness()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureMipmapTests.cpp | 498 const int minHeight = 8; in randomPartition() local 502 bool partitionY = partition && height > minHeight && !partitionX; in randomPartition()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aTextureMipmapTests.cpp | 485 const int minHeight = 8; in randomPartition() local 489 bool partitionY = partition && height > minHeight && !partitionX; in randomPartition()
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | docs.js | 1441 var minHeight = $stacks[0].height(); 1446 if (height < minHeight - 45) { 1447 minHeight = height; 1858 var minHeight = 0; 1885 if ($(this).height() > minHeight) minHeight = $(this).height(); 1896 $widget.height(height < minHeight ? minHeight :
|
D | android_3p-bundle.js | 2646 …v"));c.offsetHeight,a.extend(c.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0}),a.… property 2670 …minHeight:10,minWidth:10,zIndex:1e3},_create:function(){var b=this,c=this.options;this.element.add… property 2694 …minHeight:!0,minWidth:!0,width:!0},e={maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0};a.widget(… property
|
/external/tinyxml2/docs/ |
D | jquery.js | 32 …v"));f.offsetHeight;a.extend(f.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0});a.… property 53 …minHeight:10,minWidth:10,zIndex:1000},_create:function(){var f=this,k=this.options;this.element.ad… property
|
/external/epid-sdk/doc/html/ |
D | jquery.js | 60 …v"));f.offsetHeight;a.extend(f.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0});a.… property 81 …minHeight:10,minWidth:10,zIndex:1000},_create:function(){var f=this,k=this.options;this.element.ad… property
|
/external/deqp/modules/gles3/functional/ |
D | es3fPolygonOffsetTests.cpp | 196 void checkCanvasSize (int width, int height, int minWidth, int minHeight) in checkCanvasSize() argument 198 if (width < minWidth || height < minHeight) in checkCanvasSize()
|
D | es3fTextureMipmapTests.cpp | 593 const int minHeight = 8; in randomPartition() local 597 bool partitionY = partition && height > minHeight && !partitionX; in randomPartition()
|
/external/deqp/modules/gles2/functional/ |
D | es2fPolygonOffsetTests.cpp | 193 void checkCanvasSize (int width, int height, int minWidth, int minHeight) in checkCanvasSize() argument 195 if (width < minWidth || height < minHeight) in checkCanvasSize()
|
D | es2fTextureMipmapTests.cpp | 554 const int minHeight = 8; in randomPartition() local 558 bool partitionY = partition && height > minHeight && !partitionX; in randomPartition()
|
/external/doclava/res/assets/templates/assets/ |
D | jquery-resizable.min.js | 40 …minHeight&&(h.minHeight>k.height);if(g){k.width=h.minWidth}if(r){k.height=h.minHeight}if(s){k.widt… property
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureMipmapTests.cpp | 474 const int minHeight = 8; in randomPartition() local 478 const bool partitionY = partition && height > minHeight && !partitionX; in randomPartition()
|