/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/ |
D | gl32-master.txt | 218 KHR-GL32.packed_pixels.rectangle.initial_values 219 KHR-GL32.packed_pixels.rectangle.depth_component 220 KHR-GL32.packed_pixels.rectangle.depth_stencil 221 KHR-GL32.packed_pixels.rectangle.red 222 KHR-GL32.packed_pixels.rectangle.rg 223 KHR-GL32.packed_pixels.rectangle.r8 224 KHR-GL32.packed_pixels.rectangle.r8_snorm 225 KHR-GL32.packed_pixels.rectangle.r16 226 KHR-GL32.packed_pixels.rectangle.r16_snorm 227 KHR-GL32.packed_pixels.rectangle.rg8 [all …]
|
D | gl33-master.txt | 218 KHR-GL33.packed_pixels.rectangle.initial_values 219 KHR-GL33.packed_pixels.rectangle.depth_component 220 KHR-GL33.packed_pixels.rectangle.depth_stencil 221 KHR-GL33.packed_pixels.rectangle.red 222 KHR-GL33.packed_pixels.rectangle.rg 223 KHR-GL33.packed_pixels.rectangle.r8 224 KHR-GL33.packed_pixels.rectangle.r8_snorm 225 KHR-GL33.packed_pixels.rectangle.r16 226 KHR-GL33.packed_pixels.rectangle.r16_snorm 227 KHR-GL33.packed_pixels.rectangle.rg8 [all …]
|
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.1.x/ |
D | gl32-master.txt | 220 KHR-GL32.packed_pixels.rectangle.initial_values 221 KHR-GL32.packed_pixels.rectangle.depth_component 222 KHR-GL32.packed_pixels.rectangle.depth_stencil 223 KHR-GL32.packed_pixels.rectangle.red 224 KHR-GL32.packed_pixels.rectangle.rg 225 KHR-GL32.packed_pixels.rectangle.r8 226 KHR-GL32.packed_pixels.rectangle.r8_snorm 227 KHR-GL32.packed_pixels.rectangle.r16 228 KHR-GL32.packed_pixels.rectangle.r16_snorm 229 KHR-GL32.packed_pixels.rectangle.rg8 [all …]
|
D | gl33-master.txt | 220 KHR-GL33.packed_pixels.rectangle.initial_values 221 KHR-GL33.packed_pixels.rectangle.depth_component 222 KHR-GL33.packed_pixels.rectangle.depth_stencil 223 KHR-GL33.packed_pixels.rectangle.red 224 KHR-GL33.packed_pixels.rectangle.rg 225 KHR-GL33.packed_pixels.rectangle.r8 226 KHR-GL33.packed_pixels.rectangle.r8_snorm 227 KHR-GL33.packed_pixels.rectangle.r16 228 KHR-GL33.packed_pixels.rectangle.r16_snorm 229 KHR-GL33.packed_pixels.rectangle.rg8 [all …]
|
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/src/ |
D | gl32-master.txt | 218 KHR-GL32.packed_pixels.rectangle.initial_values 219 KHR-GL32.packed_pixels.rectangle.depth_component 220 KHR-GL32.packed_pixels.rectangle.depth_stencil 221 KHR-GL32.packed_pixels.rectangle.red 222 KHR-GL32.packed_pixels.rectangle.rg 223 KHR-GL32.packed_pixels.rectangle.r8 224 KHR-GL32.packed_pixels.rectangle.r8_snorm 225 KHR-GL32.packed_pixels.rectangle.r16 226 KHR-GL32.packed_pixels.rectangle.r16_snorm 227 KHR-GL32.packed_pixels.rectangle.rg8 [all …]
|
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/ |
D | RouteGuideUtil.cs | 78 public static bool Contains(this Rectangle rectangle, Point point) in Contains() argument 80 int left = Math.Min(rectangle.Lo.Longitude, rectangle.Hi.Longitude); in Contains() 81 int right = Math.Max(rectangle.Lo.Longitude, rectangle.Hi.Longitude); in Contains() 82 int top = Math.Max(rectangle.Lo.Latitude, rectangle.Hi.Latitude); in Contains() 83 int bottom = Math.Min(rectangle.Lo.Latitude, rectangle.Hi.Latitude); in Contains()
|
/external/swiftshader/src/D3D8/ |
D | Direct3DSwapChain8.cpp | 158 RECT rectangle; in reset() local 159 GetClientRect(windowHandle, &rectangle); in reset() 161 width = rectangle.right - rectangle.left; in reset() 162 height = rectangle.bottom - rectangle.top; in reset()
|
/external/ImageMagick/www/source/ |
D | piechart.mvg | 9 rectangle 1,1 2199,1299 39 rectangle 1330,100 1370,140 63 rectangle 1330,180 1370,220 87 rectangle 1330,260 1370,300 111 rectangle 1330,340 1370,380 135 rectangle 1330,420 1370,460
|
/external/skia/site/user/api/ |
D | index.md | 18 * [SkIRect](/user/api/SkIRect_Reference) - integer rectangle 25 * [SkRRect](/user/api/SkRRect_Reference) - floating point rounded rectangle 26 * [SkRect](/user/api/SkRect_Reference) - floating point rectangle 49 The paint holds much of the state describing how the rectangle (in 56 transform the coordinates of the rectangle (translation, rotation, 58 on the canvas the rectangle will be drawn, but all other stylistic
|
/external/skqp/site/user/api/ |
D | index.md | 18 * [SkIRect](/user/api/SkIRect_Reference) - integer rectangle 25 * [SkRRect](/user/api/SkRRect_Reference) - floating point rounded rectangle 26 * [SkRect](/user/api/SkRect_Reference) - floating point rectangle 51 The paint holds much of the state describing how the rectangle (in 58 transform the coordinates of the rectangle (translation, rotation, 60 on the canvas the rectangle will be drawn, but all other stylistic
|
/external/grpc-grpc/examples/php/route_guide/ |
D | route_guide_client.php | 88 $rectangle = new Routeguide\Rectangle(); 89 $rectangle->setLo($lo_point); 90 $rectangle->setHi($hi_point); 93 $call = $client->ListFeatures($rectangle);
|
/external/swiftshader/src/D3D9/ |
D | Direct3DSwapChain9.cpp | 338 RECT rectangle; in reset() local 339 GetClientRect(windowHandle, &rectangle); in reset() 341 presentParameters->BackBufferWidth = rectangle.right - rectangle.left; in reset() 342 presentParameters->BackBufferHeight = rectangle.bottom - rectangle.top; in reset()
|
/external/grpc-grpc/examples/objective-c/route_guide/ |
D | ViewControllers.m | 126 * Run the listFeatures demo. Calls listFeatures with a rectangle containing all of the features in 140 RTGRectangle *rectangle = [RTGRectangle message]; 141 rectangle.lo.latitude = 405E6; 142 rectangle.lo.longitude = -750E6; 143 rectangle.hi.latitude = 410E6; 144 rectangle.hi.longitude = -745E6; 146 NSLog(@"Looking for features between %@ and %@", rectangle.lo, rectangle.hi); 147 [_service listFeaturesWithRequest:rectangle
|
/external/autotest/client/cros/ui/ |
D | ui_test_base.py | 180 def draw_image_mask(self, filepath, rectangle, fill='white'): argument 194 draw.rectangle(rectangle, fill=fill)
|
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_bitblt.c | 47 static void rectangle(efi_uintn_t x, efi_uintn_t y, in rectangle() function 145 rectangle(x, y, 35, 73, 100, 77, BLACK, &pix); in setup() 152 rectangle(x, y, 135, 10, 160, 50, DARK_BLUE, &pix); in setup() 167 rectangle(x, y, 110, 30, 150, 50, BLACK, &pix); in setup() 168 rectangle(x, y, 110, 31, 150, 50, GREEN, &pix); in setup()
|
/external/libxml2/result/ |
D | dia1.sax | 41 SAX.startElement(dia:rectangle, val='1.9,6.8;11,8.55') 42 SAX.endElement(dia:rectangle) 141 SAX.startElement(dia:rectangle, val='2.579,3.96359;7.021,4.96359') 142 SAX.endElement(dia:rectangle) 239 SAX.startElement(dia:rectangle, val='10.9,7.45;13.05,9.55') 240 SAX.endElement(dia:rectangle)
|
D | dia2.sax | 41 SAX.startElement(dia:rectangle, val='1.9,6.8;11,8.55') 42 SAX.endElement(dia:rectangle) 141 SAX.startElement(dia:rectangle, val='2.579,3.96359;7.021,4.96359') 142 SAX.endElement(dia:rectangle) 239 SAX.startElement(dia:rectangle, val='10.9,7.45;13.05,9.55') 240 SAX.endElement(dia:rectangle)
|
D | dia2.rdr | 37 4 1 dia:rectangle 1 0 127 4 1 dia:rectangle 1 0 217 4 1 dia:rectangle 1 0
|
D | dia1.rde | 37 4 1 dia:rectangle 1 0 127 4 1 dia:rectangle 1 0 217 4 1 dia:rectangle 1 0
|
D | dia1.rdr | 37 4 1 dia:rectangle 1 0 127 4 1 dia:rectangle 1 0 217 4 1 dia:rectangle 1 0
|
D | dia2.rde | 37 4 1 dia:rectangle 1 0 127 4 1 dia:rectangle 1 0 217 4 1 dia:rectangle 1 0
|
/external/grpc-grpc/examples/protos/ |
D | route_guide.proto | 38 // repeated field), as the rectangle may cover a large area and contain a 64 // A latitude-longitude rectangle, represented as two diagonally opposite 67 // One corner of the rectangle. 70 // The other corner of the rectangle.
|
/external/minigbm/ |
D | drv.h | 93 struct rectangle { struct 102 struct rectangle rect; argument 129 void *drv_bo_map(struct bo *bo, const struct rectangle *rect, uint32_t map_flags,
|
/external/grpc-grpc-java/examples/src/main/proto/ |
D | route_guide.proto | 37 // repeated field), as the rectangle may cover a large area and contain a 63 // A latitude-longitude rectangle, represented as two diagonally opposite 66 // One corner of the rectangle. 69 // The other corner of the rectangle.
|
/external/grpc-grpc-java/examples/android/routeguide/app/src/main/proto/ |
D | route_guide.proto | 37 // repeated field), as the rectangle may cover a large area and contain a 63 // A latitude-longitude rectangle, represented as two diagonally opposite 66 // One corner of the rectangle. 69 // The other corner of the rectangle.
|