/external/deqp/modules/internal/ |
H A D | ditImageIOTests.cpp | 63 const int imageSize = texture.getAccess().getSlicePitch()*texture.getDepth(); local 64 const deUint32 hash = deMemoryHash(texture.getAccess().getDataPtr(), imageSize);
|
/external/mesa3d/src/mesa/main/ |
H A D | pbo.c | 371 GLsizei imageSize, const GLvoid *pixels, 381 if ((const GLubyte *) pixels + imageSize > 370 _mesa_validate_pbo_compressed_teximage(struct gl_context *ctx, GLsizei imageSize, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing, const char *funcName) argument
|
H A D | texcompress_cpal.c | 169 GLsizei imageSize, const void *palette) 166 _mesa_cpal_compressed_teximage2d(GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei imageSize, const void *palette) argument
|
H A D | teximage.c | 1973 GLsizei imageSize) 2098 if (expectedSize != imageSize) { 2100 * if <imageSize> is not consistent with the format, dimensions, and 2103 reason = "imageSize inconsistant with width/height/format"; 2914 * \param imageSize only used for glCompressedTexImage1D/2D/3D calls. 2921 GLsizei imageSize, const GLvoid *pixels) 2963 border, imageSize); 2988 width, height, imageSize, pixels); 3079 imageSize, pixels); 3598 GLenum format, GLsizei imageSize) 1969 compressed_texture_error_check(struct gl_context *ctx, GLint dimensions, GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize) argument 2917 teximage(struct gl_context *ctx, GLboolean compressed, GLuint dims, GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei imageSize, const GLvoid *pixels) argument 3594 compressed_subtexture_error_check(struct gl_context *ctx, GLint dimensions, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize) argument 3734 _mesa_CompressedTexImage1DARB(GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data) argument 3746 _mesa_CompressedTexImage2DARB(GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) argument 3758 _mesa_CompressedTexImage3DARB(GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data) argument 3773 compressed_tex_sub_image(GLuint dims, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) argument 3819 _mesa_CompressedTexSubImage1DARB(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data) argument 3829 _mesa_CompressedTexSubImage2DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) argument 3840 _mesa_CompressedTexSubImage3DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) argument [all...] |
H A D | texstore.c | 4437 GLsizei imageSize, const GLvoid *data) 4464 imageSize, data); 4477 GLsizei imageSize, const GLvoid *data) 4494 data = _mesa_validate_pbo_compressed_teximage(ctx, imageSize, data, 4435 _mesa_store_compressed_teximage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLsizei imageSize, const GLvoid *data) argument 4472 _mesa_store_compressed_texsubimage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) argument
|
H A D | dlist.c | 4644 GLint border, GLsizei imageSize, 4651 width, border, imageSize, 4665 n[6].i = imageSize; 4666 n[7].data = copy_data(data, imageSize, "glCompressedTexImage1DARB"); 4671 border, imageSize, data)); 4680 GLsizei height, GLint border, GLsizei imageSize, 4688 imageSize, data)); 4702 n[7].i = imageSize; 4703 n[8].data = copy_data(data, imageSize, "glCompressedTexImage2DARB"); 4708 height, border, imageSize, dat 4642 save_CompressedTexImage1DARB(GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data) argument 4678 save_CompressedTexImage2DARB(GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data) argument 4715 save_CompressedTexImage3DARB(GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data) argument 4754 save_CompressedTexSubImage1DARB(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * data) argument 4781 save_CompressedTexSubImage2DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data) argument 4811 save_CompressedTexSubImage3DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data) argument [all...] |
/external/mesa3d/src/glx/ |
H A D | pixel.c | 177 GLint elementsPerRow, imageSize, rowsPerImage, h, i, j, k; local 209 imageSize = rowSize * rowsPerImage; 210 start = ((const GLubyte *) userdata) + skipImages * imageSize + 230 itera += imageSize; 250 itera += imageSize; 404 GLint imageSize, rowsPerImage; local 436 imageSize = sourceRowSize * rowsPerImage; 437 start = ((GLubyte *) userdata) + skipImages * imageSize + 458 itera += imageSize;
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
H A D | nouveau_texture.c | 485 GLsizei imageSize, 504 imageSize, 557 GLsizei imageSize, const GLvoid *data) 559 nouveau_teximage(ctx, 2, ti, imageSize, 0, 0, data, 568 GLsizei imageSize, 579 imageSize, 626 GLint imageSize, const void *data) 629 width, height, depth, imageSize, format, 0, data, 483 nouveau_teximage(struct gl_context *ctx, GLint dims, struct gl_texture_image *ti, GLsizei imageSize, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing, GLboolean compressed) argument 555 nouveau_compressed_teximage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *ti, GLsizei imageSize, const GLvoid *data) argument 564 nouveau_texsubimage(struct gl_context *ctx, GLint dims, struct gl_texture_image *ti, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, GLsizei imageSize, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing, GLboolean compressed) argument 621 nouveau_compressed_texsubimage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *ti, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLint height, GLint depth, GLenum format, GLint imageSize, const void *data) argument
|
/external/skia/src/sfnt/ |
H A D | SkOTTable_EBLC.h | 109 SK_OT_ULONG imageSize; // all glyphs are of the same size member in struct:SkOTTableEmbeddedBitmapLocation::IndexSubTable2 133 SK_OT_ULONG imageSize; //all glyphs have the same data size member in struct:SkOTTableEmbeddedBitmapLocation::IndexSubTable5
|
/external/deqp/framework/common/ |
H A D | tcuTestLog.cpp | 144 static Vector<int, Size> computeScaledSize (const Vector<int, Size>& imageSize, int maxSize) argument 148 allInRange = allInRange && (imageSize[i] <= maxSize); 151 return imageSize; 156 d = de::max(d, (float)imageSize[i] / (float)maxSize); 160 res[i] = deRoundFloatToInt32((float)imageSize[i] / d);
|
/external/opencv/ |
H A D | cvjni.cpp | 151 int imageSize = strm->GetSize();
local 152 jbooleanArray res_array = env->NewBooleanArray(imageSize);
157 env->SetBooleanArrayRegion(res_array, 0, imageSize, (jboolean*)strm->GetByte());
257 int imageSize;
local 270 imageSize = strm->GetSize();
271 jbooleanArray res_array = env->NewBooleanArray(imageSize);
276 env->SetBooleanArrayRegion(res_array, 0, imageSize, (jboolean*)strm->GetByte());
701 int imageSize;
765 imageSize = m_strm->GetSize();
766 res_array = env->NewBooleanArray(imageSize);
[all...] |
/external/skia/src/gpu/ |
H A D | SkGr.cpp | 418 size_t imageSize = GrCompressedFormatDataSize(kIndex_8_GrPixelConfig, local 420 SkAutoMalloc storage(imageSize);
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fTextureSpecificationTests.cpp | 594 int imageSize, 596 : TextureCubeArraySpecCase(context, name, desc, glu::mapGLInternalFormat(internalFormat), imageSize, numLayers, maxLevelCount(imageSize)) 639 int imageSize, 641 : TextureCubeArraySpecCase(context, name, desc, glu::mapGLInternalFormat(internalFormat), imageSize, numLayers, maxLevelCount(imageSize)) 708 int imageSize, 710 : TextureCubeArraySpecCase(context, name, desc, glu::mapGLInternalFormat(internalFormat), imageSize, numLayers, 1) 590 TexImageCubeArrayDepthCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageSize, int numLayers) argument 635 TexSubImageCubeArrayDepthCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageSize, int numLayers) argument 704 TexImageCubeArrayDepthBufferCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, int imageSize, int numLayers) argument
|
H A D | es31fShaderImageLoadStoreTests.cpp | 685 static void setTextureStorage (glu::CallLogWrapper& glLog, TextureType imageType, deUint32 internalFormat, const IVec3& imageSize, deUint32 textureBufGL) argument 694 const int numBytes = format.getPixelSize() * imageSize.x(); 699 DE_ASSERT(imageSize.y() == 1 && imageSize.z() == 1); 707 glLog.glTexStorage2D(textureTarget, 1, internalFormat, imageSize.x(), imageSize.y()); 708 DE_ASSERT(imageSize.z() == 1); 713 glLog.glTexStorage3D(textureTarget, 1, internalFormat, imageSize.x(), imageSize.y(), imageSize 725 const IVec3& imageSize = src.getSize(); local 1019 readBufferTextureWithMappingAndVerify(const RenderContext& renderCtx, glu::CallLogWrapper& glLog, deUint32 bufferGL, const TextureFormat& textureFormat, int imageSize, const ImageLayerVerifier& verifyLayer) argument 1042 readTextureAndVerify(const RenderContext& renderCtx, glu::CallLogWrapper& glLog, deUint32 textureGL, deUint32 bufferGL, TextureType textureType, const TextureFormat& textureFormat, const IVec3& imageSize, const ImageLayerVerifier& verifyLayer) argument 1126 const IVec3& imageSize = defaultImageSize(m_textureType); local 1309 const IVec3 imageSize = image.getSize(); local 1345 const IVec3& imageSize = defaultImageSize(m_textureType); local 1919 const IVec3& imageSize = defaultImageSize(m_imageType); local 2319 const IVec3& imageSize = defaultImageSize(m_imageType); local 2538 const IVec3& imageSize = defaultImageSize(m_imageType); local 3291 const IVec3 imageSize = imageType == TEXTURETYPE_BUFFER ? IVec3(baseSize.x(), 1, 1) local [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_texture.c | 537 GLsizei imageSize, const GLvoid *data) 540 _mesa_store_compressed_teximage(ctx, dims, texImage, imageSize, data); 535 st_CompressedTexImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLsizei imageSize, const GLvoid *data) argument
|
/external/replicaisland/src/com/replica/replicaisland/ |
H A D | GLErrorLogger.java | 140 int imageSize, Buffer data) { 142 internalformat, width, height, border, imageSize, data); 148 int imageSize, Buffer data) { 151 imageSize, data); 138 glCompressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, int imageSize, Buffer data) argument 146 glCompressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, Buffer data) argument
|
/external/skia/src/gpu/gl/ |
H A D | GrGLNoOpInterface.cpp | 101 GrGLsizei imageSize, 112 GrGLsizei imageSize, 95 noOpGLCompressedTexImage2D(GrGLenum target, GrGLint level, GrGLenum internalformat, GrGLsizei width, GrGLsizei height, GrGLint border, GrGLsizei imageSize, const GrGLvoid* data) argument 105 noOpGLCompressedTexSubImage2D(GrGLenum target, GrGLint level, GrGLint xoffset, GrGLint yoffset, GrGLsizei width, GrGLsizei height, GrGLenum format, GrGLsizei imageSize, const GrGLvoid* data) argument
|
/external/icu/icu4c/source/test/cintltst/ |
H A D | capitst.c | 2306 int32_t imageSize; local 2319 imageSize = ucol_cloneBinary(coll, image, imageBufferCapacity, &status); 2321 image = (uint8_t *)malloc(imageSize*sizeof(uint8_t)); 2323 imageSize = ucol_cloneBinary(coll, imageBuffer, imageSize, &status); 2327 cloneWUCA = ucol_openBinary(image, imageSize, UCA, &status); 2328 cloneNOUCA = ucol_openBinary(image, imageSize, NULL, &status);
|
/external/opencv/cvaux/src/ |
H A D | cvepilines.cpp | 667 int icvGetAngleLine( CvPoint2D64d startPoint, CvSize imageSize,CvPoint2D64d *point1,CvPoint2D64d *point2) argument 678 pb.x = imageSize.width-1; 681 pd.x = imageSize.width-1; 682 pd.y = imageSize.height-1; 685 pc.y = imageSize.height-1; 697 else if( startPoint.y > imageSize.height-1 ) 708 else if ( startPoint.x > imageSize.width-1 ) 715 else if ( startPoint.y > imageSize.height-1 ) 730 if( startPoint.x < imageSize.width/2 ) 741 else if( startPoint.y > imageSize 794 icvGetCommonArea( CvSize imageSize, CvPoint3D64d epipole1,CvPoint3D64d epipole2, CvMatr64d fundMatr, CvVect64d coeff11,CvVect64d coeff12, CvVect64d coeff21,CvVect64d coeff22, int* result) argument 1174 icvGetCrossRectDirect( CvSize imageSize, double a,double b,double c, CvPoint2D64d *start,CvPoint2D64d *end, int* result) argument 1294 icvGetQuadsTransform( CvSize imageSize, CvMatr64d camMatr1, CvMatr64d rotMatr1, CvVect64d transVect1, CvMatr64d camMatr2, CvMatr64d rotMatr2, CvVect64d transVect2, CvSize* warpSize, double quad1[4][2], double quad2[4][2], CvMatr64d fundMatr, CvPoint3D64d* epipole1, CvPoint3D64d* epipole2 ) argument 1672 icvGetQuadsTransformNew( CvSize imageSize, CvMatr32f camMatr1, CvMatr32f camMatr2, CvMatr32f rotMatr1, CvVect32f transVect1, CvSize* warpSize, double quad1[4][2], double quad2[4][2], CvMatr32f fundMatr, CvPoint3D32f* epipole1, CvPoint3D32f* epipole2 ) argument 1826 icvGetCutPiece( CvVect64d areaLineCoef1,CvVect64d areaLineCoef2, CvPoint2D64d epipole, CvSize imageSize, CvPoint2D64d* point11,CvPoint2D64d* point12, CvPoint2D64d* point21,CvPoint2D64d* point22, int* result) argument 2181 FindLineForEpiline( CvSize imageSize, float a,float b,float c, CvPoint2D32f *start,CvPoint2D32f *end, int* result) argument 2274 GetAngleLinee( CvPoint2D32f epipole, CvSize imageSize,CvPoint2D32f point1,CvPoint2D32f point2) argument [all...] |
/external/opencv/cxcore/include/ |
H A D | cxtypes.h | 387 int imageSize; /* Image data size in bytes member in struct:_IplImage
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
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 ... |
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.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |