/third_party/skia/third_party/externals/angle2/src/image_util/ |
D | generatemip.inc | 35 size_t destWidth, size_t destHeight, size_t destDepth, 55 size_t destWidth, size_t destHeight, size_t destDepth, 62 for (size_t x = 0; x < destWidth; x++) 75 size_t destWidth, size_t destHeight, size_t destDepth, 95 size_t destWidth, size_t destHeight, size_t destDepth, 104 for (size_t x = 0; x < destWidth; x++) 124 size_t destWidth, size_t destHeight, size_t destDepth, 153 size_t destWidth, size_t destHeight, size_t destDepth, 162 for (size_t x = 0; x < destWidth; x++) 182 size_t destWidth, size_t destHeight, size_t destDepth, [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/image_util/ |
D | generatemip.inc | 35 size_t destWidth, size_t destHeight, size_t destDepth, 55 size_t destWidth, size_t destHeight, size_t destDepth, 62 for (size_t x = 0; x < destWidth; x++) 75 size_t destWidth, size_t destHeight, size_t destDepth, 95 size_t destWidth, size_t destHeight, size_t destDepth, 104 for (size_t x = 0; x < destWidth; x++) 124 size_t destWidth, size_t destHeight, size_t destDepth, 153 size_t destWidth, size_t destHeight, size_t destDepth, 162 for (size_t x = 0; x < destWidth; x++) 182 size_t destWidth, size_t destHeight, size_t destDepth, [all …]
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/test/ |
D | ilm_control_notification_test.cpp | 184 LayerProperties.destWidth = layerProperties->destWidth; in LayerCallbackFunction() 222 SurfaceProperties.destWidth = surfaceProperties->destWidth; in SurfaceCallbackFunction() 289 EXPECT_EQ(55u,LayerProperties.destWidth); in TEST_F() 392 EXPECT_EQ(55u,LayerProperties.destWidth); in TEST_F() 423 EXPECT_EQ(155u,LayerProperties.destWidth); in TEST_F() 515 EXPECT_EQ(55u,SurfaceProperties.destWidth); in TEST_F() 618 EXPECT_EQ(55u,SurfaceProperties.destWidth); in TEST_F() 650 EXPECT_EQ(155u,SurfaceProperties.destWidth); in TEST_F()
|
D | ilm_control_test.cpp | 477 ASSERT_EQ(947u, surfaceProperties.destWidth); in TEST_F() 497 ASSERT_EQ(3u, surfaceProperties2.destWidth); in TEST_F() 522 ASSERT_EQ(947u, layerProperties1.destWidth); in TEST_F() 541 ASSERT_EQ(3u, layerProperties2.destWidth); in TEST_F()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/ |
D | analyze.cpp | 147 if (targetSurfaceProperties.destWidth <= minDimension) in analyzeSurfaceDimensions() 150 …(description, "Surface %i has [destWidth=%i]", targetSurfaceId, targetSurfaceProperties.destWidth); in analyzeSurfaceDimensions() 241 if (targetLayerProperties.destWidth <= minDimension) in analyzeLayerDimensions() 244 …f(description, "Layer %i has [destWidth=%i]", targetSurfaceLayer, targetLayerProperties.destWidth); in analyzeLayerDimensions() 314 targetLayerProperties.destX + targetLayerProperties.destWidth, in analyzeSurfaceCheckInsideLayer()
|
D | common.cpp | 50 1.0 * targetLayerProperties.destWidth / targetLayerProperties.sourceWidth : 0; in getSurfaceScreenCoordinates() 54 t_ilm_float targetX2 = targetX1 + horizontalScale * targetSurfaceProperties.destWidth; in getSurfaceScreenCoordinates() 92 surfaceCoordinates.z = surfaceProperties.destX + surfaceProperties.destWidth; in getSurfaceScreenCoordinates()
|
D | control.cpp | 69 << ", width:" << properties->destWidth in layerNotificationCallback() 178 << ", width:" << properties->destWidth in surfaceNotificationCallback()
|
D | print.cpp | 131 << p.destY << ", w=" << p.destWidth << ", h=" << p.destHeight in printLayerProperties() 226 << ", w=" << p.destWidth << ", h=" << p.destHeight << "\n"; in printSurfaceProperties()
|
D | sceneio.cpp | 48 pSurface->set("destWidth", props.destWidth); in captureSceneDataHelper() 67 pLayer->set("destWidth", props.destWidth); in captureSceneDataHelper()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmCommon/include/ |
D | ilm_types.h | 196 t_ilm_uint destWidth; /*!< destination width value of the surface */ member 217 t_ilm_uint destWidth; /*!< destination width value of the layer */ member
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | ASTC_Decoder.cpp | 104 int destWidth, int destHeight, int destDepth, in Decode() argument 127 …write_imageblock(dest, ib.get(), destWidth, destHeight, destDepth, bytes, destPitchB, destSliceB, … in Decode()
|
D | ASTC_Decoder.hpp | 18 int destWidth, int destHeight, int destDepth,
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
D | FrameBufferGDI.cpp | 89 int destWidth = destRect ? destRect->x1 - destRect->x0 : bounds.right - bounds.left; in blit() local 92 …StretchBlt(windowContext, destLeft, destTop, destWidth, destHeight, bitmapContext, sourceLeft, sou… in blit()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | renderer_utils.cpp | 308 int destWidth = params.area.width; in PackPixels() local 342 destWidth = params.area.height; in PackPixels() 364 destWidth = params.area.height; in PackPixels() 392 for (int x = 0; x < destWidth; ++x) in PackPixels() 419 for (int x = 0; x < destWidth; ++x) in PackPixels()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/include/ |
D | SceneStore.h | 568 PROPERTY(t_ilm_uint, destWidth) 590 PROPERTY(t_ilm_uint, destWidth)
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | CHROMIUM_copy_texture.txt | 174 INVALID_VALUE is generated if (<xoffset> + <width>) > destWidth,
|
/third_party/flutter/skia/third_party/externals/angle2/extensions/ |
D | CHROMIUM_copy_texture.txt | 174 INVALID_VALUE is generated if (<xoffset> + <width>) > destWidth,
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/ |
D | ilm_control_wayland_platform.c | 300 (ctx_layer->prop.destWidth == (t_ilm_uint)width && in wm_listener_layer_destination_rectangle() 306 ctx_layer->prop.destWidth = (t_ilm_uint)width; in wm_listener_layer_destination_rectangle() 529 (ctx_surf->prop.destWidth == (t_ilm_uint)width && in wm_listener_surface_destination_rectangle() 535 ctx_surf->prop.destWidth = (t_ilm_uint)width; in wm_listener_surface_destination_rectangle()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | RobustResourceInitTest.cpp | 28 int destWidth, in UncompressDXTBlock() argument 144 int dstOff = ((destY + yy) * destWidth + destX + xx); in UncompressDXTBlock()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | RobustResourceInitTest.cpp | 29 int destWidth, in UncompressDXTBlock() argument 145 int dstOff = ((destY + yy) * destWidth + destX + xx); in UncompressDXTBlock()
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/GL/ |
D | glxew.h | 955 int destWidth; member
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
D | glxext.h | 774 int destXOrigin, destYOrigin, destWidth, destHeight; member
|
/third_party/mesa3d/include/GL/ |
D | glxext.h | 790 int destXOrigin, destYOrigin, destWidth, destHeight; member
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
D | glxext.h | 774 int destXOrigin, destYOrigin, destWidth, destHeight; member
|
/third_party/openGLES/api/GL/ |
D | glxext.h | 775 int destXOrigin, destYOrigin, destWidth, destHeight; member
|