Home
last modified time | relevance | path

Searched refs:destHeight (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/image_util/
Dgeneratemip.inc35 size_t destWidth, size_t destHeight, size_t destDepth,
42 for (size_t y = 0; y < destHeight; y++)
55 size_t destWidth, size_t destHeight, size_t destDepth,
75 size_t destWidth, size_t destHeight, size_t destDepth,
95 size_t destWidth, size_t destHeight, size_t destDepth,
102 for (size_t y = 0; y < destHeight; y++)
124 size_t destWidth, size_t destHeight, size_t destDepth,
133 for (size_t y = 0; y < destHeight; y++)
153 size_t destWidth, size_t destHeight, size_t destDepth,
182 size_t destWidth, size_t destHeight, size_t destDepth,
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/image_util/
Dgeneratemip.inc35 size_t destWidth, size_t destHeight, size_t destDepth,
42 for (size_t y = 0; y < destHeight; y++)
55 size_t destWidth, size_t destHeight, size_t destDepth,
75 size_t destWidth, size_t destHeight, size_t destDepth,
95 size_t destWidth, size_t destHeight, size_t destDepth,
102 for (size_t y = 0; y < destHeight; y++)
124 size_t destWidth, size_t destHeight, size_t destDepth,
133 for (size_t y = 0; y < destHeight; y++)
153 size_t destWidth, size_t destHeight, size_t destDepth,
182 size_t destWidth, size_t destHeight, size_t destDepth,
[all …]
/third_party/wayland-ivi-extension/ivi-layermanagement-api/test/
Dilm_control_notification_test.cpp185 LayerProperties.destHeight = layerProperties->destHeight; in LayerCallbackFunction()
223 SurfaceProperties.destHeight = surfaceProperties->destHeight; in SurfaceCallbackFunction()
290 EXPECT_EQ(99u,LayerProperties.destHeight); in TEST_F()
393 EXPECT_EQ(99u,LayerProperties.destHeight); in TEST_F()
424 EXPECT_EQ(199u,LayerProperties.destHeight); in TEST_F()
516 EXPECT_EQ(99u,SurfaceProperties.destHeight); in TEST_F()
619 EXPECT_EQ(99u,SurfaceProperties.destHeight); in TEST_F()
651 EXPECT_EQ(199u,SurfaceProperties.destHeight); in TEST_F()
Dilm_control_test.cpp478 ASSERT_EQ(9u, surfaceProperties.destHeight); in TEST_F()
498 ASSERT_EQ(4316u, surfaceProperties2.destHeight); in TEST_F()
523 ASSERT_EQ(9u, layerProperties1.destHeight); in TEST_F()
542 ASSERT_EQ(4316u, layerProperties2.destHeight); in TEST_F()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
Danalyze.cpp189 if (targetSurfaceProperties.destHeight <= minDimension) in analyzeSurfaceDimensions()
192 …escription, "Surface %i has [destHeight=%i]", targetSurfaceId, targetSurfaceProperties.destHeight); in analyzeSurfaceDimensions()
269 if (targetLayerProperties.destHeight <= minDimension) in analyzeLayerDimensions()
272 …description, "Layer %i has [destHeight=%i]", targetSurfaceLayer, targetLayerProperties.destHeight); in analyzeLayerDimensions()
315 targetLayerProperties.destY + targetLayerProperties.destHeight); in analyzeSurfaceCheckInsideLayer()
Dcommon.cpp57 1.0 * targetLayerProperties.destHeight / targetLayerProperties.sourceHeight : 0; in getSurfaceScreenCoordinates()
61 t_ilm_float targetY2 = targetY1 + verticalScale * targetSurfaceProperties.destHeight; in getSurfaceScreenCoordinates()
93 surfaceCoordinates.w = surfaceProperties.destX + surfaceProperties.destHeight; in getSurfaceScreenCoordinates()
Dcontrol.cpp70 << ", height:" << properties->destHeight in layerNotificationCallback()
179 << ", height:" << properties->destHeight in surfaceNotificationCallback()
Dprint.cpp131 << p.destY << ", w=" << p.destWidth << ", h=" << p.destHeight in printLayerProperties()
226 << ", w=" << p.destWidth << ", h=" << p.destHeight << "\n"; in printSurfaceProperties()
Dsceneio.cpp47 pSurface->set("destHeight", props.destHeight); in captureSceneDataHelper()
66 pLayer->set("destHeight", props.destHeight); in captureSceneDataHelper()
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmCommon/include/
Dilm_types.h197 t_ilm_uint destHeight; /*!< destination height value of the surface */ member
218 t_ilm_uint destHeight; /*!< destination height value of the layer */ member
/third_party/skia/third_party/externals/swiftshader/src/Device/
DASTC_Decoder.cpp104 int destWidth, int destHeight, int destDepth, in Decode() argument
127 …write_imageblock(dest, ib.get(), destWidth, destHeight, destDepth, bytes, destPitchB, destSliceB, … in Decode()
DASTC_Decoder.hpp18 int destWidth, int destHeight, int destDepth,
/third_party/skia/third_party/externals/swiftshader/src/Main/
DFrameBufferGDI.cpp90 int destHeight = destRect ? destRect->y1 - destRect->y0 : bounds.bottom - bounds.top; 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/
Drenderer_utils.cpp309 int destHeight = params.area.height; in PackPixels() local
343 destHeight = params.area.width; in PackPixels()
365 destHeight = params.area.width; in PackPixels()
390 for (int y = 0; y < destHeight; ++y) in PackPixels()
417 for (int y = 0; y < destHeight; ++y) in PackPixels()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/include/
DSceneStore.h569 PROPERTY(t_ilm_uint, destHeight)
591 PROPERTY(t_ilm_uint, destHeight)
/third_party/skia/third_party/externals/angle2/extensions/
DCHROMIUM_copy_texture.txt175 or (<yoffset> + <height>) > destHeight.
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DCHROMIUM_copy_texture.txt175 or (<yoffset> + <height>) > destHeight.
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/
Dilm_control_wayland_platform.c301 (ctx_layer->prop.destHeight == (t_ilm_uint)height))) in wm_listener_layer_destination_rectangle()
307 ctx_layer->prop.destHeight = (t_ilm_uint)height; in wm_listener_layer_destination_rectangle()
530 (ctx_surf->prop.destHeight == (t_ilm_uint)height))) in wm_listener_surface_destination_rectangle()
536 ctx_surf->prop.destHeight = (t_ilm_uint)height; in wm_listener_surface_destination_rectangle()
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/GL/
Dglxew.h956 int destHeight; member
/third_party/skia/third_party/externals/opengl-registry/api/GL/
Dglxext.h774 int destXOrigin, destYOrigin, destWidth, destHeight; member
/third_party/mesa3d/include/GL/
Dglxext.h790 int destXOrigin, destYOrigin, destWidth, destHeight; member
/third_party/skia/third_party/externals/swiftshader/include/GL/
Dglxext.h774 int destXOrigin, destYOrigin, destWidth, destHeight; member
/third_party/openGLES/api/GL/
Dglxext.h775 int destXOrigin, destYOrigin, destWidth, destHeight; member
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DGLX_SGIX_hyperpipe.txt142 int destHeight;
/third_party/openGLES/extensions/SGIX/
DGLX_SGIX_hyperpipe.txt142 int destHeight;