Searched defs:imageWidth (Results 1 - 18 of 18) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fPrerequisiteTests.cpp182 int imageWidth = 0; local
194 imageWidth = targetWidth;
201 imageWidth = targetWidth / 2;
208 imageWidth = targetWidth - x;
214 imageWidth = 1 + (deRandom_getUint32(&rnd) % (targetWidth - x - 1));
219 Surface resImage(imageWidth, imageHeight);
220 Surface refImage(imageWidth, imageHeight);
221 Surface diffImage(imageWidth, imageHeight);
241 for (int i = 0; i < imageWidth; i++)
H A Des3fASTCDecompressionCases.cpp423 const int imageWidth = numXBlocksPerImage * blockSize.x(); local
430 tcu::CompressedTexture compressed (m_format, imageWidth, imageHeight);
435 << imageWidth << "x" << imageHeight
449 Surface renderedFrame (imageWidth, imageHeight);
450 Surface referenceFrame (imageWidth, imageHeight);
554 const int imageWidth = (MAX_NUM_BLOCKS_X-1)*blockSize.x() + curRemainderX;
556 const int numBlocksX = deDivRoundUp32(imageWidth, blockSize.x());
561 tcu::CompressedTexture compressed (m_format, imageWidth, imageHeight);
568 Surface renderedFrame (imageWidth, imageHeight);
569 Surface referenceFrame (imageWidth, imageHeigh
[all...]
H A Des3fTextureSpecificationTests.cpp3021 int imageWidth,
3023 : Texture2DSpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), imageWidth, imageHeight, maxLevelCount(imageWidth, imageHeight))
3067 int imageWidth,
3070 : Texture2DArraySpecCase(context, name, desc, glu::mapGLInternalFormat(internalFormat), imageWidth, imageHeight, numLayers, maxLevelCount(imageWidth, imageHeight))
3114 int imageWidth,
3116 : Texture2DSpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), imageWidth, imageHeight, maxLevelCount(imageWidth, imageHeight))
3183 int imageWidth,
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
[all...]
/external/skia/src/gpu/batches/
H A DGrNinePatch.cpp41 GrNonAANinePatchBatch(GrColor color, const SkMatrix& viewMatrix, int imageWidth, argument
50 fImageWidth = imageWidth;
179 GrDrawBatch* CreateNonAA(GrColor color, const SkMatrix& viewMatrix, int imageWidth, int imageHeight, argument
181 return new GrNonAANinePatchBatch(color, viewMatrix, imageWidth, imageHeight, center, dst);
/external/deqp/modules/gles2/functional/
H A Des2fPrerequisiteTests.cpp182 int imageWidth = 0; local
194 imageWidth = targetWidth;
201 imageWidth = targetWidth / 2;
208 imageWidth = targetWidth - x;
214 imageWidth = 1 + (deRandom_getUint32(&rnd) % (targetWidth - x - 1));
219 Surface resImage(imageWidth, imageHeight);
220 Surface refImage(imageWidth, imageHeight);
221 Surface diffImage(imageWidth, imageHeight);
241 for (int i = 0; i < imageWidth; i++)
/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.java85 int imageWidth; field in class:FingerPrintGraph
174 this.imageWidth = width;
351 int titleStart = (int) (RATIO * this.imageWidth);
532 this.gc.fillRectangle(0, MARGIN + i * LINE_HEIGHT, this.imageWidth, LINE_HEIGHT);
556 this.image = new Image(DEFAULT_DISPLAY, this.imageWidth, this.imageHeight);
561 this.gc.fillRectangle(0, 0, this.imageWidth, this.imageHeight);
564 int width= (int) (RATIO * this.imageWidth); // width for results bar
/external/opencv/cv/src/
H A Dcvoptflowhs.cpp107 int imageWidth = imgSize.width; local
167 VelBufX[k] = (float *) cvAlloc( imageWidth * sizeof( float ));
171 VelBufY[k] = (float *) cvAlloc( imageWidth * sizeof( float ));
177 BufferSize = imageHeight * imageWidth;
209 for( j = 1; j < imageWidth - 1; j++ )
222 MemY[0][imageWidth - 1] =
223 MemY[1][imageWidth - 1] = CONV( imgA[imageWidth - 2],
224 imgA[imageWidth - 1], imgA[imageWidth
[all...]
H A Dcvoptflowlk.cpp110 int imageWidth = imgSize.width; local
158 if( imageWidth < winWidth )
172 BufferWidth = imageWidth;
246 for( j = 1; j < imageWidth - 1; j++ )
259 MemY[0][imageWidth - 1] =
260 MemY[1][imageWidth - 1] = CONV( imgA[imageWidth - 2],
261 imgA[imageWidth - 1], imgA[imageWidth - 1] );
323 for( j = 1; j < imageWidth
[all...]
/external/skia/src/core/
H A DSkDistanceFieldGen.cpp68 int imageWidth, int imageHeight,
75 for (int i = 0; i < imageWidth; ++i) {
85 if (i == imageWidth-1) {
94 if (found_edge(image, imageWidth, checkMask)) {
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 Dtexobj.c1448 int imageWidth; local
1465 imageWidth = 1;
1473 imageWidth = image->Width;
1481 imageWidth = image->Width;
1492 imageWidth = image->Width;
1501 imageWidth = image->Width;
1509 imageWidth = image->Width;
1518 imageWidth = 0;
1529 if (xoffset + width > imageWidth + xBorder) {
/external/skia/src/gpu/
H A DGrDrawContext.cpp564 int imageWidth,
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 Daccelerate.c1632 imageWidth, local
1772 imageWidth = (unsigned int) image->columns;
1774 clStatus|=clEnv->library->clSetKernelArg(clkernel,i++,sizeof(unsigned int),(void *)&imageWidth);
1819 imageWidth = (unsigned int) image->columns;
1821 clStatus|=clEnv->library->clSetKernelArg(clkernel,i++,sizeof(unsigned int),(void *)&imageWidth);
1990 imageWidth; local
2087 imageWidth = (unsigned int) image->columns;
2088 clStatus |=clEnv->library->clSetKernelArg(hullPass1,2,sizeof(unsigned int),(void *)&imageWidth);
2101 imageWidth = (unsigned int) image->columns;
2102 clStatus |=clEnv->library->clSetKernelArg(hullPass2,2,sizeof(unsigned int),(void *)&imageWidth);
3689 imageWidth, local
[all...]
/external/dng_sdk/source/
H A Ddng_lossless_jpeg.cpp314 int32 imageWidth; member in struct:DecompressInfo
412 void StartRead (uint32 &imageWidth,
725 info.imageWidth = Get2bytes ();
733 (info.imageWidth <= 0) ||
1171 ((info.imageWidth & 1) == 0);
1182 ((info.imageWidth & 1) == 0) &&
1227 mcuBuffer1.Allocate (info.imageWidth, sizeof (MCU));
1228 mcuBuffer2.Allocate (info.imageWidth, sizeof (MCU));
1233 mcuBuffer3.Allocate (info.imageWidth, mcuSize);
1234 mcuBuffer4.Allocate (info.imageWidth, mcuSiz
2542 StartRead(uint32 &imageWidth, uint32 &imageHeight, uint32 &imageChannels) argument
2580 uint32 imageWidth; local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp2118 static int getCompareArg (const IVec3& invocationID, int imageWidth);
2119 static int getAssignArg (const IVec3& invocationID, int imageWidth);
2120 static string getCompareArgShaderStr (const string& x, const string& y, const string& z, int imageWidth);
2121 static string getAssignArgShaderStr (const string& x, const string& y, const string& z, int imageWidth);
2130 int AtomicCompSwapCase::getCompareArg (const IVec3& invocationID, int imageWidth) argument
2135 const int wrapX = x % imageWidth;
2136 const int curPixelInvocationNdx = x / imageWidth;
2141 int AtomicCompSwapCase::getAssignArg (const IVec3& invocationID, int imageWidth) argument
2143 return getCompareArg(IVec3(invocationID.x() + imageWidth, invocationID.y(), invocationID.z()), imageWidth);
2146 getCompareArgShaderStr(const string& x, const string& y, const string& z, int imageWidth) argument
2154 getAssignArgShaderStr(const string& x, const string& y, const string& z, int imageWidth) argument
2173 EndResultVerifier(TextureType imageType, int imageWidth) argument
[all...]
/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 ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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 ...

Completed in 164 milliseconds