/third_party/flutter/skia/tests/ |
D | SVGDeviceTest.cpp | 181 void SetImageShader(SkPaint* paint, int imageWidth, int imageHeight, SkTileMode xTile, in SetImageShader() 230 void ImageShaderTestSetup(SkDOM* dom, SkPaint* paint, int imageWidth, int imageHeight, in ImageShaderTestSetup() 243 int imageWidth = 3, imageHeight = 3; in DEF_TEST() local 268 int imageWidth = 3, imageHeight = 3; in DEF_TEST() local 328 int imageWidth = 3, imageHeight = 3; in DEF_TEST() local
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | TextureCopySplitter.cpp | 43 uint32_t imageHeight) { in ComputeTextureCopySplit()
|
/third_party/skia/tests/ |
D | SVGDeviceTest.cpp | 181 void SetImageShader(SkPaint* paint, int imageWidth, int imageHeight, SkTileMode xTile, in SetImageShader() 230 void ImageShaderTestSetup(SkDOM* dom, SkPaint* paint, int imageWidth, int imageHeight, in ImageShaderTestSetup() 243 int imageWidth = 3, imageHeight = 3; in DEF_TEST() local 268 int imageWidth = 3, imageHeight = 3; in DEF_TEST() local 328 int imageWidth = 3, imageHeight = 3; in DEF_TEST() local
|
/third_party/flutter/skia/src/core/ |
D | SkDeferredDisplayListRecorder.cpp | 48 int imageHeight, in makeYUVAPromiseTexture() 273 int imageHeight, in makeYUVAPromiseTexture()
|
/third_party/flutter/skia/gm/ |
D | encode_srgb.cpp | 33 static const int imageHeight = 128; variable
|
/third_party/skia/gm/ |
D | encode_srgb.cpp | 33 static const int imageHeight = 128; variable
|
D | encode_color_types.cpp | 22 static const int imageHeight = 128; variable
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureSpecificationTests.cpp | 409 int imageHeight, in TexImageCubeArrayBufferCase() 435 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_size; in createTexture() local 496 int imageHeight, in TexSubImageCubeArrayBufferCase() 550 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH; in createTexture() local 729 int imageHeight = m_size; in createTexture() local 875 int imageHeight; in init() member 964 int imageHeight; in init() member
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | CopyTexImageTest.cpp | 588 const GLsizei imageHeight, in initialize3DTexture() 604 const GLsizei imageHeight, in initialize2DTexture() 616 const GLsizei imageHeight, in initialize2DTextureUShort4444()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiIncrementalPresentTests.cpp | 240 deUint32 imageHeight) in getRenderFrameRect() 295 deUint32 imageHeight) in cmdRenderFrame() 341 deUint32 imageHeight) in createCommandBuffer() 709 const deUint32 imageHeight = scaling == SCALING_NONE in generateSwapchainConfigs() local 851 const deUint32 imageHeight = m_swapchainConfigs[m_swapchainConfigNdx].imageExtent.height; in initSwapchainResources() local
|
D | vktWsiSharedPresentableImageTests.cpp | 274 deUint32 imageHeight) in createCommandBuffer() 619 const deUint32 imageHeight = scaling == SCALING_NONE in generateSwapchainConfigs() local 763 const deUint32 imageHeight = m_swapchainConfigs[m_swapchainConfigNdx].imageExtent.height; in initSwapchainResources() local
|
D | vktWsiDisplayControlTests.cpp | 326 deUint32 imageHeight) in createCommandBuffer() 590 const deUint32 imageHeight = (properties.currentExtent.height != 0xFFFFFFFFu) in createSwapchainConfig() local 752 const deUint32 imageHeight = m_swapchainConfig.imageExtent.height; in initSwapchainResources() local
|
D | vktWsiDisplayTimingTests.cpp | 262 deUint32 imageHeight) in createCommandBuffer() 621 const deUint32 imageHeight = (properties.currentExtent.height != 0xFFFFFFFFu) in createSwapchainConfig() local 740 const deUint32 imageHeight = m_swapchainConfig.imageExtent.height; in initSwapchainResources() local
|
/third_party/mesa3d/src/glx/ |
D | pixel.c | 170 GLint imageHeight = state->storeUnpack.imageHeight; in __glFillImage() local 397 GLint imageHeight = state->storePack.imageHeight; in __glEmptyImage() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | CopyTexImageTest.cpp | 824 const GLsizei imageHeight, in initialize3DTexture() 840 const GLsizei imageHeight, in initialize2DTexture() 852 const GLsizei imageHeight, in initialize2DTextureUShort4444()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fTextureSpecificationTests.cpp | 1127 int imageHeight, in TexImage3DParamsCase() 1151 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_height; in createTexture() local 1776 int imageHeight, in TexSubImage3DParamsCase() 1827 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH; in createTexture() local 2447 int imageHeight, in TexImage2DArrayBufferCase() 2473 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_height; in createTexture() local 2529 int imageHeight, in TexImage3DBufferCase() 2555 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_height; in createTexture() local 2807 int imageHeight, in TexSubImage2DArrayBufferCase() 2861 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH; in createTexture() local [all …]
|
D | es3fASTCDecompressionCases.cpp | 424 const int imageHeight = numYBlocksPerImage * blockSize.y(); in iterate() local 558 const int imageHeight = (MAX_NUM_BLOCKS_Y-1)*blockSize.y() + curRemainderY; in iterate() local
|
D | es3fPrerequisiteTests.cpp | 183 int imageHeight = 0; in iterate() local
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fPrerequisiteTests.cpp | 183 int imageHeight = 0; in iterate() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/ |
D | fractal.cpp | 141 constexpr uint32_t imageHeight = 2048; variable
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 977 vk::VkBufferImageCopy makeBufferImageCopy (const deUint32 imageWidth, const deUint32 imageHeight, c… in makeBufferImageCopy() 1001 vk::VkBufferImageCopy makeBufferImageCopy (const deUint32 imageWidth, const deUint32 imageHeight, c… in makeBufferImageCopy()
|
/third_party/flutter/skia/third_party/externals/dawn/src/utils/ |
D | DawnHelpers.cpp | 236 uint32_t imageHeight) { in CreateBufferCopyView()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemStackTests.cpp | 63 deUint32 imageHeight; member
|
D | vktProtectedMemWorkgroupStorageTests.cpp | 62 deUint32 imageHeight; member
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 52 GLint imageHeight = 0; member
|