/applications/sample/camera/gallery/src/ |
H A D | picture_ability_slice.cpp | 89 int16_t imageHeight = picture_->GetHeight(); in InitPicture() local
|
/third_party/skia/gm/ |
H A D | encode_color_types.cpp | 22 static const int imageHeight = 128; member
|
H A D | encode_srgb.cpp | 33 static const int imageHeight = 128; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/ |
H A D | fractal.cpp | 141 constexpr uint32_t imageHeight = 2048; variable
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fPrerequisiteTests.cpp | 183 int imageHeight = 0; in iterate() local
|
H A D | es3fASTCDecompressionCases.cpp | 424 const int imageHeight = numYBlocksPerImage * blockSize.y(); in iterate() local [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fPrerequisiteTests.cpp | 183 int imageHeight = 0; in iterate() local
|
/third_party/mesa3d/src/glx/ |
H A D | pixel.c | 170 GLint imageHeight = state->storeUnpack.imageHeight; in __glFillImage() local 397 GLint imageHeight = state->storePack.imageHeight; in __glEmptyImage() local
|
H A D | glxclient.h | 191 GLuint imageHeight; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageTransfer.cpp | 211 deUint32 imageHeight = ((height + blockHeight - 1) / blockHeight) * blockHeight; in iterate() local
|
H A D | vktImageTestsUtil.cpp | 940 vk::VkBufferImageCopy makeBufferImageCopy (const deUint32 imageWidth, const deUint32 imageHeight, const deUint32 mipLevel, const deUint32 layer) in makeBufferImageCopy() argument 964 vk::VkBufferImageCopy makeBufferImageCopy (const deUint32 imageWidth, const deUint32 imageHeight, const deUint32 mipLevel, const deUint32 layer, const deUint32 bufferRowLength, const deUint32 bufferImageHeight) in makeBufferImageCopy() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemStackTests.cpp | 63 deUint32 imageHeight; member [all...] |
H A D | vktProtectedMemWorkgroupStorageTests.cpp | 62 deUint32 imageHeight; member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageTransfer.cpp | 205 deUint32 imageHeight = ((height + blockHeight - 1) / blockHeight) * blockHeight; in iterate() local
|
H A D | vktImageTestsUtil.cpp | 940 vk::VkBufferImageCopy makeBufferImageCopy (const deUint32 imageWidth, const deUint32 imageHeight, const deUint32 mipLevel, const deUint32 layer) in makeBufferImageCopy() argument 964 vk::VkBufferImageCopy makeBufferImageCopy (const deUint32 imageWidth, const deUint32 imageHeight, const deUint32 mipLevel, const deUint32 layer, const deUint32 bufferRowLength, const deUint32 bufferImageHeight) in makeBufferImageCopy() argument
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A D | Image.hpp | 52 GLint imageHeight = 0; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemStackTests.cpp | 63 deUint32 imageHeight; member [all...] |
H A D | vktProtectedMemWorkgroupStorageTests.cpp | 62 deUint32 imageHeight; member [all...] |
/applications/sample/camera/cameraApp/cameraApp/src/main/cpp/ |
H A D | camera_ability_slice.cpp | 105 int16_t imageHeight = backgroundView_->GetHeight(); in BackViewSetImage() local 329 int16_t imageHeight in BackViewSetImage() local [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | CopyTexImageTest.cpp | 822 initialize3DTexture(GLTexture &texture, const GLsizei imageWidth, const GLsizei imageHeight, const GLsizei imageDepth, const GLColor *textureData) initialize3DTexture() argument 838 initialize2DTexture(GLTexture &texture, const GLsizei imageWidth, const GLsizei imageHeight, const GLColor *textureData) initialize2DTexture() argument 850 initialize2DTextureUShort4444(GLTexture &texture, const GLsizei imageWidth, const GLsizei imageHeight, const GLColor *textureData) initialize2DTextureUShort4444() argument
|
/third_party/skia/src/core/ |
H A D | SkDistanceFieldGen.cpp | 73 init_glyph_data(DFData* data, unsigned char* edges, const unsigned char* image, int dataWidth, int dataHeight, int imageWidth, int imageHeight, int pad) init_glyph_data() argument
|
/third_party/skia/tests/ |
H A D | SVGDeviceTest.cpp | 181 void SetImageShader(SkPaint* paint, int imageWidth, int imageHeight, SkTileMode xTile, in SetImageShader() argument 230 void ImageShaderTestSetup(SkDOM* dom, SkPaint* paint, int imageWidth, int imageHeight, in ImageShaderTestSetup() argument 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; DEF_TEST() local [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | texobj.c | 2169 int imageHeight; in _mesa_InvalidateTexSubImage() local
|
H A D | texgetimage.c | 923 GLuint imageWidth = 0, imageHeight = 0, imageDepth = 0; in dimensions_error_check() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureSpecificationTests.cpp | 435 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_size; in createTexture() local 550 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH; in createTexture() local 729 int imageHeight = m_size; in createTexture() local 403 TexImageCubeArrayBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int size, int depth, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) TexImageCubeArrayBufferCase() argument 484 TexSubImageCubeArrayBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int size, int depth, int subX, int subY, int subZ, int subW, int subH, int subD, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) TexSubImageCubeArrayBufferCase() argument 875 int imageHeight; init() member 964 int imageHeight; init() member [all...] |