Home
last modified time | relevance | path

Searched defs:imageHeight (Results 1 – 25 of 58) sorted by relevance

123

/third_party/flutter/skia/tests/
DSVGDeviceTest.cpp181 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/
DTextureCopySplitter.cpp43 uint32_t imageHeight) { in ComputeTextureCopySplit()
/third_party/skia/tests/
DSVGDeviceTest.cpp181 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/
DSkDeferredDisplayListRecorder.cpp48 int imageHeight, in makeYUVAPromiseTexture()
273 int imageHeight, in makeYUVAPromiseTexture()
/third_party/flutter/skia/gm/
Dencode_srgb.cpp33 static const int imageHeight = 128; variable
/third_party/skia/gm/
Dencode_srgb.cpp33 static const int imageHeight = 128; variable
Dencode_color_types.cpp22 static const int imageHeight = 128; variable
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp409 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/
DCopyTexImageTest.cpp588 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/
DvktWsiIncrementalPresentTests.cpp240 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
DvktWsiSharedPresentableImageTests.cpp274 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
DvktWsiDisplayControlTests.cpp326 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
DvktWsiDisplayTimingTests.cpp262 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/
Dpixel.c170 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/
DCopyTexImageTest.cpp824 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/
Des3fTextureSpecificationTests.cpp1127 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 …]
Des3fASTCDecompressionCases.cpp424 const int imageHeight = numYBlocksPerImage * blockSize.y(); in iterate() local
558 const int imageHeight = (MAX_NUM_BLOCKS_Y-1)*blockSize.y() + curRemainderY; in iterate() local
Des3fPrerequisiteTests.cpp183 int imageHeight = 0; in iterate() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fPrerequisiteTests.cpp183 int imageHeight = 0; in iterate() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/
Dfractal.cpp141 constexpr uint32_t imageHeight = 2048; variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp977 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/
DDawnHelpers.cpp236 uint32_t imageHeight) { in CreateBufferCopyView()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemStackTests.cpp63 deUint32 imageHeight; member
DvktProtectedMemWorkgroupStorageTests.cpp62 deUint32 imageHeight; member
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DImage.hpp52 GLint imageHeight = 0; member

123