/external/deqp/modules/gles3/functional/ |
H A D | es3fPrerequisiteTests.cpp | 183 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 D | es3fASTCDecompressionCases.cpp | 424 const int imageHeight = numYBlocksPerImage * blockSize.y(); local 430 tcu::CompressedTexture compressed (m_format, imageWidth, imageHeight); 435 << imageWidth << "x" << imageHeight 449 Surface renderedFrame (imageWidth, imageHeight); 450 Surface referenceFrame (imageWidth, imageHeight); 555 const int imageHeight = (MAX_NUM_BLOCKS_Y-1)*blockSize.y() + curRemainderY; 557 const int numBlocksY = deDivRoundUp32(imageHeight, blockSize.y()); 561 tcu::CompressedTexture compressed (m_format, imageWidth, imageHeight); 568 Surface renderedFrame (imageWidth, imageHeight); 569 Surface referenceFrame (imageWidth, imageHeight); [all...] |
H A D | es3fTextureSpecificationTests.cpp | 1128 int imageHeight, 1136 , m_imageHeight (imageHeight) 1152 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_height; local 1153 int slicePitch = imageHeight*rowPitch; 1777 int imageHeight, 1791 , m_imageHeight (imageHeight) 1828 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH; local 1829 int slicePitch = imageHeight*rowPitch; 2448 int imageHeight, 2457 , m_imageHeight (imageHeight) 1121 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 1764 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 2441 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 2474 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_height; local 2523 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 2556 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_height; local 2795 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 2862 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH; local 2906 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 2973 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH; local 3017 TexImage2DDepthCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight) argument 3063 TexImage2DArrayDepthCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight, int numLayers) argument 3110 TexSubImage2DDepthCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight) argument 3179 TexSubImage2DArrayDepthCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight, int numLayers) argument 3251 TexImage2DDepthBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight) argument 3311 TexImage2DArrayDepthBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageWidth, int imageHeight, int numLayers) argument 3333 int imageHeight = m_height; local 3990 int imageHeight; member in struct:deqp::gles3::Functional::__anon4426 4041 int imageHeight; member in struct:deqp::gles3::Functional::__anon4427 4164 int imageHeight; member in struct:deqp::gles3::Functional::__anon4428 4226 int imageHeight; member in struct:deqp::gles3::Functional::__anon4429 [all...] |
/external/skia/src/gpu/batches/ |
H A D | GrNinePatch.cpp | 42 int imageHeight, const SkIRect& center, const SkRect &dst) 51 fImageHeight = imageHeight; 179 GrDrawBatch* CreateNonAA(GrColor color, const SkMatrix& viewMatrix, int imageWidth, int imageHeight, argument 181 return new GrNonAANinePatchBatch(color, viewMatrix, imageWidth, imageHeight, center, dst); 41 GrNonAANinePatchBatch(GrColor color, const SkMatrix& viewMatrix, int imageWidth, int imageHeight, const SkIRect& center, const SkRect &dst) argument
|
/external/deqp/modules/gles2/functional/ |
H A D | es2fPrerequisiteTests.cpp | 183 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 D | pixel.c | 170 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 D | glxclient.h | 173 GLuint imageHeight; member in struct:__GLXpixelStoreModeRec
|
/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 D | FingerPrintGraph.java | 86 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 D | cvoptflowhs.cpp | 108 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 D | cvoptflowlk.cpp | 111 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 D | SkDistanceFieldGen.cpp | 68 int imageWidth, int imageHeight, 74 for (int j = 0; j < imageHeight; ++j) { 91 if (j == imageHeight-1) { 66 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 D | texobj.c | 1449 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/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 1202 deUint32 imageHeight = region.bufferImageCopy.bufferImageHeight; local 1203 if (!imageHeight) 1204 imageHeight = region.bufferImageCopy.imageExtent.height; 1215 int texelIndex = texelOffset + (z * imageHeight + y) * rowLength; 1411 deUint32 imageHeight = region.bufferImageCopy.bufferImageHeight; local 1412 if (!imageHeight) 1413 imageHeight = region.bufferImageCopy.imageExtent.height; 1424 int texelIndex = texelOffset + (z * imageHeight + y) * rowLength;
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fTextureSpecificationTests.cpp | 405 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::__anon4742 960 int imageHeight; member in struct:deqp::gles31::Functional::__anon4743 [all...] |
/external/skia/src/gpu/ |
H A D | GrDrawContext.cpp | 565 int imageHeight, 576 imageWidth, imageHeight, 561 drawImageNine(const GrClip& clip, const GrPaint& paint, const SkMatrix& viewMatrix, int imageWidth, int imageHeight, const SkIRect& center, const SkRect& dst) argument
|
/external/ImageMagick/MagickCore/ |
H A D | accelerate.c | 1631 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/dng_sdk/source/ |
H A D | dng_lossless_jpeg.cpp | 315 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
H A D | performanceui.jar | META-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 D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |