Home
last modified time | relevance | path

Searched defs:imageHeight (Results 1 - 25 of 51) sorted by relevance

123

/applications/sample/camera/gallery/src/
H A Dpicture_ability_slice.cpp89 int16_t imageHeight = picture_->GetHeight(); in InitPicture() local
/third_party/skia/gm/
H A Dencode_color_types.cpp22 static const int imageHeight = 128; member
H A Dencode_srgb.cpp33 static const int imageHeight = 128; member
/third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/
H A Dfractal.cpp141 constexpr uint32_t imageHeight = 2048; variable
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fPrerequisiteTests.cpp183 int imageHeight = 0; in iterate() local
H A Des3fASTCDecompressionCases.cpp424 const int imageHeight = numYBlocksPerImage * blockSize.y(); in iterate() local
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fPrerequisiteTests.cpp183 int imageHeight = 0; in iterate() local
/third_party/mesa3d/src/glx/
H A Dpixel.c170 GLint imageHeight = state->storeUnpack.imageHeight; in __glFillImage() local
397 GLint imageHeight = state->storePack.imageHeight; in __glEmptyImage() local
H A Dglxclient.h191 GLuint imageHeight; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageTransfer.cpp211 deUint32 imageHeight = ((height + blockHeight - 1) / blockHeight) * blockHeight; in iterate() local
H A DvktImageTestsUtil.cpp940 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 DvktProtectedMemStackTests.cpp63 deUint32 imageHeight; member
[all...]
H A DvktProtectedMemWorkgroupStorageTests.cpp62 deUint32 imageHeight; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTransfer.cpp205 deUint32 imageHeight = ((height + blockHeight - 1) / blockHeight) * blockHeight; in iterate() local
H A DvktImageTestsUtil.cpp940 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 DImage.hpp52 GLint imageHeight = 0; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemStackTests.cpp63 deUint32 imageHeight; member
[all...]
H A DvktProtectedMemWorkgroupStorageTests.cpp62 deUint32 imageHeight; member
[all...]
/applications/sample/camera/cameraApp/cameraApp/src/main/cpp/
H A Dcamera_ability_slice.cpp105 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 DCopyTexImageTest.cpp822 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 DSkDistanceFieldGen.cpp73 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 DSVGDeviceTest.cpp181 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 Dtexobj.c2169 int imageHeight; in _mesa_InvalidateTexSubImage() local
H A Dtexgetimage.c923 GLuint imageWidth = 0, imageHeight = 0, imageDepth = 0; in dimensions_error_check() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp435 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...]

Completed in 26 milliseconds

123