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

12

/external/deqp/modules/gles3/functional/
H A Des3fPrerequisiteTests.cpp183 int imageHeight = 0; local
195 imageHeight = targetHeight;
202 imageHeight = targetHeight / 2;
209 imageHeight = targetHeight - y;
215 imageHeight = 1 + (deRandom_getUint32(&rnd) % (targetHeight - y - 1));
219 Surface resImage(imageWidth, imageHeight);
220 Surface refImage(imageWidth, imageHeight);
221 Surface diffImage(imageWidth, imageHeight);
239 for (int j = 0; j < imageHeight; j++)
H A Des3fASTCDecompressionCases.cpp424 const int imageHeight = numYBlocksPerImage * blockSize.y(); local
430 tcu::CompressedTexture compressed (m_format, imageWidth, imageHeight);
435 << imageWidth << "x" << imageHeight
452 Surface renderedFrame (imageWidth, imageHeight);
453 Surface referenceFrame (imageWidth, imageHeight);
558 const int imageHeight = (MAX_NUM_BLOCKS_Y-1)*blockSize.y() + curRemainderY;
560 const int numBlocksY = deDivRoundUp32(imageHeight, blockSize.y());
564 tcu::CompressedTexture compressed (m_format, imageWidth, imageHeight);
574 Surface renderedFrame (imageWidth, imageHeight);
575 Surface referenceFrame (imageWidth, imageHeight);
[all...]
H A Des3fTextureSpecificationTests.cpp1127 int imageHeight,
1135 , m_imageHeight (imageHeight)
1151 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_height; local
1152 int slicePitch = imageHeight*rowPitch;
1776 int imageHeight,
1790 , m_imageHeight (imageHeight)
1827 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH; local
1828 int slicePitch = imageHeight*rowPitch;
2447 int imageHeight,
2456 , m_imageHeight (imageHeight)
1120 TexImage3DParamsCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment) argument
1763 TexSubImage3DParamsCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, 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) argument
2440 TexImage2DArrayBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) argument
2473 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_height; local
2522 TexImage3DBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int imageHeight, int rowLength, int skipImages, int skipRows, int skipPixels, int alignment, int offset) argument
2555 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_height; local
2794 TexSubImage2DArrayBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, 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) argument
2861 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH; local
2905 TexSubImage3DBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, 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) argument
2972 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH; local
3016 TexImage2DDepthCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight) argument
3062 TexImage2DArrayDepthCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight, int numLayers) argument
3109 TexSubImage2DDepthCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight) argument
3178 TexSubImage2DArrayDepthCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight, int numLayers) argument
3250 TexImage2DDepthBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight) argument
3310 TexImage2DArrayDepthBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight, int numLayers) argument
3332 int imageHeight = m_height; local
3989 int imageHeight; member in struct:deqp::gles3::Functional::__anon4536
4040 int imageHeight; member in struct:deqp::gles3::Functional::__anon4537
4163 int imageHeight; member in struct:deqp::gles3::Functional::__anon4538
4225 int imageHeight; member in struct:deqp::gles3::Functional::__anon4539
[all...]
/external/skia/gm/
H A Dencode-srgb.cpp22 static const int imageHeight = 128; member in namespace:skiagm
71 SkImageInfo info = SkImageInfo::Make(imageWidth, imageHeight, kIndex_8_SkColorType,
74 for (int y = 0; y < imageHeight; y++) {
77 (y / div_round_up(imageHeight, 3));
167 return SkISize::Make(imageWidth * 2, imageHeight * 15);
193 canvas->translate(0.0f, (float) imageHeight);
/external/skia/src/gpu/ops/
H A DGrLatticeOp.cpp31 NonAALatticeOp(GrColor color, const SkMatrix& viewMatrix, int imageWidth, int imageHeight, argument
41 fImageHeight = imageHeight;
170 int imageHeight, std::unique_ptr<SkLatticeIter> iter,
173 new NonAALatticeOp(color, viewMatrix, imageWidth, imageHeight, std::move(iter), dst));
169 MakeNonAA(GrColor color, const SkMatrix& viewMatrix, int imageWidth, int imageHeight, std::unique_ptr<SkLatticeIter> iter, const SkRect& dst) argument
/external/deqp/modules/gles2/functional/
H A Des2fPrerequisiteTests.cpp183 int imageHeight = 0; local
195 imageHeight = targetHeight;
202 imageHeight = targetHeight / 2;
209 imageHeight = targetHeight - y;
215 imageHeight = 1 + (deRandom_getUint32(&rnd) % (targetHeight - y - 1));
219 Surface resImage(imageWidth, imageHeight);
220 Surface refImage(imageWidth, imageHeight);
221 Surface diffImage(imageWidth, imageHeight);
239 for (int j = 0; j < imageHeight; j++)
/external/mesa3d/src/glx/
H A Dpixel.c170 GLint imageHeight = state->storeUnpack.imageHeight; local
192 if (imageHeight > 0) {
193 rowsPerImage = imageHeight;
397 GLint imageHeight = state->storePack.imageHeight; local
418 if (imageHeight > 0) {
419 rowsPerImage = imageHeight;
H A Dglxclient.h173 GLuint imageHeight; member in struct:__GLXpixelStoreModeRec
/external/swiftshader/src/OpenGL/common/
H A DImage.hpp153 UnpackInfo() : alignment(4), rowLength(0), imageHeight(0), skipPixels(0), skipRows(0), skipImages(0) {}
157 GLint imageHeight; member in struct:egl::Image::UnpackInfo
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DFingerPrintGraph.java86 int imageHeight; field in class:FingerPrintGraph
555 this.imageHeight = this.graphHeight + GAP + 16 + MARGIN;
556 this.image = new Image(DEFAULT_DISPLAY, this.imageWidth, this.imageHeight);
561 this.gc.fillRectangle(0, 0, this.imageWidth, this.imageHeight);
/external/opencv/cv/src/
H A Dcvoptflowhs.cpp108 int imageHeight = imgSize.height; local
177 BufferSize = imageHeight * imageWidth;
215 for( i = 1; i < imageHeight - 1; i++ )
226 MemX[0][imageHeight - 1] =
227 MemX[1][imageHeight - 1] = CONV( imgA[pixNumber - imgStep],
238 LastLine = imgStep * (imageHeight - 1);
239 while( ConvLine < imageHeight )
326 for( i = 0; i < imageHeight; i++ )
340 LastLine = velStep * (imageHeight - 1);
351 for( i = 0; i < imageHeight;
[all...]
H A Dcvoptflowlk.cpp111 int imageHeight = imgSize.height; local
156 if( imageHeight < winHeight )
252 for( i = 1; i < imageHeight - 1; i++ )
263 MemX[0][imageHeight - 1] =
264 MemX[1][imageHeight - 1] = CONV( imgA[pixNumber - imgStep],
276 while( PixelLine < imageHeight )
278 if( ConvLine < imageHeight )
292 if( L3 >= imageHeight )
293 L3 = imageHeight - 1;
464 if( PixelLine >= imageHeight
[all...]
/external/skia/src/core/
H A DSkDistanceFieldGen.cpp70 int imageWidth, int imageHeight,
76 for (int j = 0; j < imageHeight; ++j) {
93 if (j == imageHeight-1) {
68 init_glyph_data(DFData* data, unsigned char* edges, const unsigned char* image, int dataWidth, int dataHeight, int imageWidth, int imageHeight, int pad) argument
/external/mesa3d/src/mesa/main/
H A Dtexobj.c1449 int imageHeight; local
1466 imageHeight = 1;
1474 imageHeight = 1;
1482 imageHeight = image->Height;
1493 imageHeight = image->Height;
1502 imageHeight = image->Height;
1510 imageHeight = image->Height;
1519 imageHeight = 0;
1540 if (yoffset + height > imageHeight + yBorder) {
/external/deqp/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp405 int imageHeight,
414 , m_imageHeight (imageHeight)
431 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_size; local
432 int slicePitch = imageHeight*rowPitch;
492 int imageHeight,
507 , m_imageHeight (imageHeight)
546 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH; local
547 int slicePitch = imageHeight*rowPitch;
725 int imageHeight = m_size; local
726 int slicePitch = imageHeight*rowPitc
399 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) argument
480 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) argument
871 int imageHeight; member in struct:deqp::gles31::Functional::__anon4809
960 int imageHeight; member in struct:deqp::gles31::Functional::__anon4810
[all...]
/external/ImageMagick/MagickCore/
H A Daccelerate.c1631 imageHeight, local
1773 imageHeight = (unsigned int) image->rows;
1775 clStatus|=clEnv->library->clSetKernelArg(clkernel,i++,sizeof(unsigned int),(void *)&imageHeight);
1820 imageHeight = (unsigned int) image->rows;
1822 clStatus|=clEnv->library->clSetKernelArg(clkernel,i++,sizeof(unsigned int),(void *)&imageHeight);
1989 imageHeight, local
2089 imageHeight = (unsigned int) image->rows;
2090 clStatus |=clEnv->library->clSetKernelArg(hullPass1,3,sizeof(unsigned int),(void *)&imageHeight);
2103 imageHeight = (unsigned int) image->rows;
2104 clStatus |=clEnv->library->clSetKernelArg(hullPass2,3,sizeof(unsigned int),(void *)&imageHeight);
3688 imageHeight, local
[all...]
/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayTimingTests.cpp329 deUint32 imageHeight)
363 { imageWidth, imageHeight }
908 const deUint32 imageHeight = (properties.currentExtent.height != 0xFFFFFFFFu) local
911 const vk::VkExtent2D imageSize = { imageWidth, imageHeight };
1027 const deUint32 imageHeight = m_swapchainConfig.imageExtent.height; local
1034 m_pipeline = createPipeline(m_vkd, *m_device, *m_renderPass, *m_pipelineLayout, *m_vertexShaderModule, *m_fragmentShaderModule, imageWidth, imageHeight);
1051 initFramebuffers(m_vkd, *m_device, *m_renderPass, m_swapchainImageViews, imageWidth, imageHeight, m_framebuffers);
319 createCommandBuffer(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkCommandPool commandPool, vk::VkPipelineLayout pipelineLayout, vk::VkRenderPass renderPass, vk::VkFramebuffer framebuffer, vk::VkPipeline pipeline, size_t frameNdx, deUint32 quadCount, deUint32 imageWidth, deUint32 imageHeight) argument
H A DvktWsiIncrementalPresentTests.cpp295 deUint32 imageHeight)
302 : de::min(((deUint32)frameNdx) % imageHeight, imageHeight - 1u);
307 ? imageHeight
308 : 1 + de::min((deUint32)(frameNdx) % de::min<deUint32>(100, imageHeight / 3), imageHeight - y);
350 deUint32 imageHeight)
359 { imageWidth, imageHeight }
380 const vk::VkRect2D scissor = getRenderFrameRect(frameNdx, imageWidth, imageHeight);
399 deUint32 imageHeight)
293 getRenderFrameRect(size_t frameNdx, deUint32 imageWidth, deUint32 imageHeight) argument
344 cmdRenderFrame(const vk::DeviceInterface& vkd, vk::VkCommandBuffer commandBuffer, vk::VkPipelineLayout pipelineLayout, vk::VkPipeline pipeline, size_t frameNdx, deUint32 imageWidth, deUint32 imageHeight) argument
389 createCommandBuffer(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkCommandPool commandPool, vk::VkPipelineLayout pipelineLayout, vk::VkRenderPass renderPass, vk::VkFramebuffer framebuffer, vk::VkPipeline pipeline, size_t imageNextFrame, size_t currentFrame, deUint32 imageWidth, deUint32 imageHeight) argument
982 const deUint32 imageHeight = scaling == SCALING_NONE local
1105 const deUint32 imageHeight = m_swapchainConfigs[m_swapchainConfigNdx].imageExtent.height; local
[all...]
H A DvktWsiSharedPresentableImageTests.cpp326 deUint32 imageHeight)
360 { imageWidth, imageHeight }
854 const deUint32 imageHeight = scaling == SCALING_NONE local
861 const vk::VkExtent2D imageSize = { imageWidth, imageHeight };
1006 const deUint32 imageHeight = m_swapchainConfigs[m_swapchainConfigNdx].imageExtent.height; local
1013 m_pipeline = createPipeline(m_vkd, *m_device, *m_renderPass, *m_pipelineLayout, *m_vertexShaderModule, *m_fragmentShaderModule, imageWidth, imageHeight);
1016 m_framebuffer = createFramebuffer(m_vkd, *m_device, *m_renderPass, *m_swapchainImageView, imageWidth, imageHeight);
316 createCommandBuffer(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkCommandPool commandPool, vk::VkPipelineLayout pipelineLayout, vk::VkRenderPass renderPass, vk::VkFramebuffer framebuffer, vk::VkPipeline pipeline, size_t frameNdx, deUint32 quadCount, deUint32 imageWidth, deUint32 imageHeight) argument
/external/dng_sdk/source/
H A Ddng_lossless_jpeg.cpp315 int32 imageHeight; member in struct:DecompressInfo
413 uint32 &imageHeight,
724 info.imageHeight = Get2bytes ();
732 if ((info.imageHeight <= 0) ||
1183 ((info.imageHeight & 1) == 0);
1858 int32 numROW = info.imageHeight;
2543 uint32 &imageHeight,
2553 imageHeight = info.imageHeight;
2581 uint32 imageHeight; local
2542 StartRead(uint32 &imageWidth, uint32 &imageHeight, uint32 &imageChannels) argument
[all...]
/external/skia/src/gpu/
H A DGrRenderTargetContext.cpp1314 int imageHeight,
1325 paint.getColor(), viewMatrix, imageWidth, imageHeight, std::move(iter), dst);
1310 drawImageLattice(const GrClip& clip, GrPaint&& paint, const SkMatrix& viewMatrix, int imageWidth, int imageHeight, std::unique_ptr<SkLatticeIter> iter, const SkRect& dst) argument
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp1374 deUint32 imageHeight = region.bufferImageCopy.bufferImageHeight; local
1375 if (!imageHeight)
1376 imageHeight = region.bufferImageCopy.imageExtent.height;
1387 int texelIndex = texelOffset + (z * imageHeight + y) * rowLength;
1565 deUint32 imageHeight = region.bufferImageCopy.bufferImageHeight; local
1566 if (!imageHeight)
1567 imageHeight = region.bufferImageCopy.imageExtent.height;
1578 int texelIndex = texelOffset + (z * imageHeight + y) * rowLength;
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp165 mState.unpackInfo.imageHeight = 0;
855 void Context::setPackImageHeight(GLint imageHeight) argument
857 mState.packImageHeight = imageHeight;
880 void Context::setUnpackImageHeight(GLint imageHeight) argument
882 mState.unpackInfo.imageHeight = imageHeight;
2294 *params = mState.unpackInfo.imageHeight;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 641 milliseconds

12