Home
last modified time | relevance | path

Searched defs:imageWidth (Results 1 – 25 of 42) sorted by relevance

12

/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/
DBoundingBoxUtil.java192 float[] values, CoordinateType coordinateType, int imageHeight, int imageWidth) { in convertFromBoundaries()
201 float[] values, CoordinateType coordinateType, int imageHeight, int imageWidth) { in convertFromUpperLeft()
210 float[] values, CoordinateType coordinateType, int imageHeight, int imageWidth) { in convertFromCenter()
229 int imageWidth, in getRectF()
/external/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
/external/OpenCL-CTS/test_conformance/gles/
Dtest_images_2D.cpp41size_t imageWidth, size_t imageHeight, cl_image_format *outFormat, ExplicitType *outType, void **o… in test_cl_image_read()
122size_t imageWidth, size_t imageHeight, cl_image_format *outFormat, ExplicitType *outType, void **o… in test_image_read()
376size_t imageWidth, size_t imageHeight, cl_image_format *outFormat, ExplicitType *outType, void **o… in test_cl_image_write()
468size_t imageWidth, size_t imageHeight, cl_image_format *outFormat, ExplicitType *outType, void **o… in test_image_write()
Dtest_renderbuffer.cpp30size_t imageWidth, size_t imageHeight, cl_image_format *outFormat, ExplicitType *outType, void **o… in test_attach_renderbuffer_read_image()
203size_t imageWidth, size_t imageHeight, cl_image_format *outFormat, ExplicitType *outType, MTdata d… in test_attach_renderbuffer_write_to_image()
Dtest_images_3D_info.cpp20size_t imageWidth, size_t imageHeight, size_t imageDepth, cl_image_format *outFormat, ExplicitType… in test_image_read()
Dtest_images_3D.cpp34 size_t imageWidth, size_t imageHeight, size_t imageDepth, in test_image_read()
Dtest_images_2D_info.cpp21 size_t imageWidth, size_t imageHeight, cl_image_format *outFormat, in test_image_read()
/external/skia/tests/graphite/
DComboTest.cpp18 sk_sp<SkShader> make_image_shader(int imageWidth, int imageHeight, in make_image_shader()
/external/skia/gm/
Dencode_srgb.cpp32 static const int imageWidth = 128; variable
Dencode_color_types.cpp21 static const int imageWidth = 128; variable
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiIncrementalPresentTests.cpp239 deUint32 imageWidth, in getRenderFrameRect()
294 deUint32 imageWidth, in cmdRenderFrame()
340 deUint32 imageWidth, in createCommandBuffer()
704 const deUint32 imageWidth = scaling == SCALING_NONE in generateSwapchainConfigs() local
850 const deUint32 imageWidth = m_swapchainConfigs[m_swapchainConfigNdx].imageExtent.width; in initSwapchainResources() local
DvktWsiSharedPresentableImageTests.cpp273 deUint32 imageWidth, in createCommandBuffer()
616 const deUint32 imageWidth = scaling == SCALING_NONE in generateSwapchainConfigs() local
775 const deUint32 imageWidth = m_swapchainConfigs[m_swapchainConfigNdx].imageExtent.width; in initSwapchainResources() local
DvktWsiDisplayControlTests.cpp325 deUint32 imageWidth, in createCommandBuffer()
587 const deUint32 imageWidth = (properties.currentExtent.width != 0xFFFFFFFFu) in createSwapchainConfig() local
751 const deUint32 imageWidth = m_swapchainConfig.imageExtent.width; in initSwapchainResources() local
DvktWsiDisplayTimingTests.cpp261 deUint32 imageWidth, in createCommandBuffer()
618 const deUint32 imageWidth = (properties.currentExtent.width != 0xFFFFFFFFu) in createSwapchainConfig() local
739 const deUint32 imageWidth = m_swapchainConfig.imageExtent.width; in initSwapchainResources() local
/external/OpenCL-CTS/test_conformance/gl/
Dtest_renderbuffer.cpp68size_t imageWidth, size_t imageHeight, cl_image_format *outFormat, ExplicitType *outType, void **o… in test_attach_renderbuffer_read_image()
269size_t imageWidth, size_t imageHeight, cl_image_format *outFormat, ExplicitType *outType, MTdata d… in test_attach_renderbuffer_write_to_image()
Dtest_images_getinfo_common.cpp29 GLenum glTarget, GLuint glTexture, size_t imageWidth, size_t imageHeight, in test_image_info()
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_common.h66 size_t imageWidth = imageInfo->width, imageHeight = imageInfo->height, in determine_validation_error_offset() local
/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp423 const int imageWidth = numXBlocksPerImage * blockSize.x(); in iterate() local
557 const int imageWidth = (MAX_NUM_BLOCKS_X-1)*blockSize.x() + curRemainderX; in iterate() local
Des3fPrerequisiteTests.cpp182 int imageWidth = 0; in iterate() local
/external/angle/src/tests/gl_tests/
DCopyTexImageTest.cpp1011 const GLsizei imageWidth, in initialize3DTexture()
1027 const GLsizei imageWidth, in initialize2DTexture()
1039 const GLsizei imageWidth, in initialize2DTextureUShort4444()
/external/deqp/modules/gles2/functional/
Des2fPrerequisiteTests.cpp182 int imageWidth = 0; in iterate() local
/external/swiftshader/third_party/marl/examples/
Dfractal.cpp140 constexpr uint32_t imageWidth = 2048; variable
/external/deqp/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()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWorkgroupStorageTests.cpp61 deUint32 imageWidth; member
DvktProtectedMemStackTests.cpp62 deUint32 imageWidth; member

12