Searched refs:srcHeight (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexstore.c310 * \param srcHeight source image height
322 GLint srcWidth, GLint srcHeight, GLint srcDepth,
357 tempImage = (GLfloat *) malloc(srcWidth * srcHeight * srcDepth
366 srcWidth, srcHeight,
369 for (row = 0; row < srcHeight; row++) {
395 newImage = (GLfloat *) malloc(srcWidth * srcHeight * srcDepth
404 n = srcWidth * srcHeight * srcDepth;
434 GLint srcWidth, GLint srcHeight, GLint srcDepth,
466 tempImage = (GLuint *) malloc(srcWidth * srcHeight * srcDepth
475 srcWidth, srcHeight,
319 _mesa_make_temp_float_image(struct gl_context *ctx, GLuint dims, GLenum logicalBaseFormat, GLenum textureBaseFormat, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLenum srcFormat, GLenum srcType, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking, GLbitfield transferOps) argument
431 make_temp_uint_image(struct gl_context *ctx, GLuint dims, GLenum logicalBaseFormat, GLenum textureBaseFormat, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLenum srcFormat, GLenum srcType, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking) argument
560 _mesa_make_temp_ubyte_image(struct gl_context *ctx, GLuint dims, GLenum logicalBaseFormat, GLenum textureBaseFormat, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLenum srcFormat, GLenum srcType, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking) argument
845 _mesa_swizzle_ubyte_image(struct gl_context *ctx, GLuint dimensions, GLenum srcFormat, GLenum srcType, GLenum baseInternalFormat, const GLubyte *rgba2dst, GLuint dstComponents, GLint dstRowStride, GLubyte **dstSlices, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking ) argument
925 memcpy_texture(struct gl_context *ctx, GLuint dimensions, gl_format dstFormat, GLint dstRowStride, GLubyte **dstSlices, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLenum srcFormat, GLenum srcType, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking) argument
[all...]
H A Dtexstore.h63 GLint srcWidth, GLint srcHeight, GLint srcDepth, \
77 GLint srcWidth, GLint srcHeight, GLint srcDepth,
86 GLint srcWidth, GLint srcHeight, GLint srcDepth,
H A Dtexcompress_rgtc.c108 srcWidth, srcHeight, srcDepth,
118 for (j = 0; j < srcHeight; j+=4) {
119 if (srcHeight > j + 3) numypixels = 4;
120 else numypixels = srcHeight - j;
155 srcWidth, srcHeight, srcDepth,
165 for (j = 0; j < srcHeight; j+=4) {
166 if (srcHeight > j + 3) numypixels = 4;
167 else numypixels = srcHeight - j;
203 srcWidth, srcHeight, srcDepth,
213 for (j = 0; j < srcHeight;
[all...]
H A Dtexcompress_s3tc.c182 srcWidth, srcHeight, srcDepth,
191 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
198 (*ext_tx_compress_dxtn)(3, srcWidth, srcHeight, pixels,
235 srcWidth, srcHeight, srcDepth,
244 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
251 (*ext_tx_compress_dxtn)(4, srcWidth, srcHeight, pixels,
288 srcWidth, srcHeight, srcDepth,
296 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
303 (*ext_tx_compress_dxtn)(4, srcWidth, srcHeight, pixels,
340 srcWidth, srcHeight, srcDept
[all...]
H A Dmipmap.h36 GLint srcWidth, GLint srcHeight, GLint srcDepth,
H A Dmipmap.c1453 GLint srcWidth, GLint srcHeight,
1468 if (srcHeight > 1 && srcHeight > dstHeight) {
1501 srcPtr + srcWidth * (srcHeight - 1) * bpt, bpt);
1504 srcPtr + (srcWidth * srcHeight - 1) * bpt, bpt);
1512 srcPtr + (srcWidth * (srcHeight - 1) + 1) * bpt,
1513 srcPtr + (srcWidth * (srcHeight - 1) + 1) * bpt,
1517 if (srcHeight == dstHeight) {
1519 for (row = 1; row < srcHeight; row++) {
1545 GLint srcWidth, GLint srcHeight, GLin
1452 make_2d_mipmap(GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, const GLubyte *srcPtr, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLubyte *dstPtr, GLint dstRowStride) argument
1544 make_3d_mipmap(GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLubyte **srcPtr, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLint dstDepth, GLubyte **dstPtr, GLint dstRowStride) argument
1710 _mesa_generate_mipmap_level(GLenum target, GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLubyte **srcData, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLint dstDepth, GLubyte **dstData, GLint dstRowStride) argument
1778 next_mipmap_level_size(GLenum target, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLint *dstWidth, GLint *dstHeight, GLint *dstDepth) argument
1905 GLint srcWidth, srcHeight, srcDepth; local
2090 GLint srcWidth, srcHeight, srcDepth; local
[all...]
H A Dtexcompress_fxt1.c80 srcWidth, srcHeight, srcDepth,
90 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
99 fxt1_encode(srcWidth, srcHeight, 3, pixels, srcRowStride,
130 srcWidth, srcHeight, srcDepth,
140 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
149 fxt1_encode(srcWidth, srcHeight, 4, pixels, srcRowStride,
/external/mesa3d/src/mesa/main/
H A Dtexstore.c310 * \param srcHeight source image height
322 GLint srcWidth, GLint srcHeight, GLint srcDepth,
357 tempImage = (GLfloat *) malloc(srcWidth * srcHeight * srcDepth
366 srcWidth, srcHeight,
369 for (row = 0; row < srcHeight; row++) {
395 newImage = (GLfloat *) malloc(srcWidth * srcHeight * srcDepth
404 n = srcWidth * srcHeight * srcDepth;
434 GLint srcWidth, GLint srcHeight, GLint srcDepth,
466 tempImage = (GLuint *) malloc(srcWidth * srcHeight * srcDepth
475 srcWidth, srcHeight,
319 _mesa_make_temp_float_image(struct gl_context *ctx, GLuint dims, GLenum logicalBaseFormat, GLenum textureBaseFormat, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLenum srcFormat, GLenum srcType, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking, GLbitfield transferOps) argument
431 make_temp_uint_image(struct gl_context *ctx, GLuint dims, GLenum logicalBaseFormat, GLenum textureBaseFormat, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLenum srcFormat, GLenum srcType, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking) argument
560 _mesa_make_temp_ubyte_image(struct gl_context *ctx, GLuint dims, GLenum logicalBaseFormat, GLenum textureBaseFormat, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLenum srcFormat, GLenum srcType, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking) argument
845 _mesa_swizzle_ubyte_image(struct gl_context *ctx, GLuint dimensions, GLenum srcFormat, GLenum srcType, GLenum baseInternalFormat, const GLubyte *rgba2dst, GLuint dstComponents, GLint dstRowStride, GLubyte **dstSlices, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking ) argument
925 memcpy_texture(struct gl_context *ctx, GLuint dimensions, gl_format dstFormat, GLint dstRowStride, GLubyte **dstSlices, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLenum srcFormat, GLenum srcType, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking) argument
[all...]
H A Dtexstore.h63 GLint srcWidth, GLint srcHeight, GLint srcDepth, \
77 GLint srcWidth, GLint srcHeight, GLint srcDepth,
86 GLint srcWidth, GLint srcHeight, GLint srcDepth,
H A Dtexcompress_rgtc.c108 srcWidth, srcHeight, srcDepth,
118 for (j = 0; j < srcHeight; j+=4) {
119 if (srcHeight > j + 3) numypixels = 4;
120 else numypixels = srcHeight - j;
155 srcWidth, srcHeight, srcDepth,
165 for (j = 0; j < srcHeight; j+=4) {
166 if (srcHeight > j + 3) numypixels = 4;
167 else numypixels = srcHeight - j;
203 srcWidth, srcHeight, srcDepth,
213 for (j = 0; j < srcHeight;
[all...]
H A Dtexcompress_s3tc.c182 srcWidth, srcHeight, srcDepth,
191 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
198 (*ext_tx_compress_dxtn)(3, srcWidth, srcHeight, pixels,
235 srcWidth, srcHeight, srcDepth,
244 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
251 (*ext_tx_compress_dxtn)(4, srcWidth, srcHeight, pixels,
288 srcWidth, srcHeight, srcDepth,
296 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
303 (*ext_tx_compress_dxtn)(4, srcWidth, srcHeight, pixels,
340 srcWidth, srcHeight, srcDept
[all...]
H A Dmipmap.h36 GLint srcWidth, GLint srcHeight, GLint srcDepth,
H A Dmipmap.c1446 GLint srcWidth, GLint srcHeight,
1461 if (srcHeight > 1 && srcHeight > dstHeight) {
1494 srcPtr + srcWidth * (srcHeight - 1) * bpt, bpt);
1497 srcPtr + (srcWidth * srcHeight - 1) * bpt, bpt);
1505 srcPtr + (srcWidth * (srcHeight - 1) + 1) * bpt,
1506 srcPtr + (srcWidth * (srcHeight - 1) + 1) * bpt,
1510 if (srcHeight == dstHeight) {
1512 for (row = 1; row < srcHeight; row++) {
1538 GLint srcWidth, GLint srcHeight, GLin
1445 make_2d_mipmap(GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, const GLubyte *srcPtr, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLubyte *dstPtr, GLint dstRowStride) argument
1537 make_3d_mipmap(GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLubyte **srcPtr, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLint dstDepth, GLubyte **dstPtr, GLint dstRowStride) argument
1703 _mesa_generate_mipmap_level(GLenum target, GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLubyte **srcData, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLint dstDepth, GLubyte **dstData, GLint dstRowStride) argument
1771 next_mipmap_level_size(GLenum target, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLint *dstWidth, GLint *dstHeight, GLint *dstDepth) argument
1898 GLint srcWidth, srcHeight, srcDepth; local
2083 GLint srcWidth, srcHeight, srcDepth; local
[all...]
H A Dtexcompress_fxt1.c80 srcWidth, srcHeight, srcDepth,
90 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
99 fxt1_encode(srcWidth, srcHeight, 3, pixels, srcRowStride,
130 srcWidth, srcHeight, srcDepth,
140 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
149 fxt1_encode(srcWidth, srcHeight, 4, pixels, srcRowStride,
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
H A DSkiaUtils.cpp202 float srcHeight,
225 float diffHeight = fabs(destHeight - srcHeight);
233 || srcHeight <= kSmallImageSizeThreshold
242 || (!nearlyIntegral(destHeight) && srcHeight > 1 + std::numeric_limits<float>::epsilon()))
250 if (srcHeight * kLargeStretch <= destHeight || srcWidth * kLargeStretch <= destWidth) {
266 && (diffHeight / srcHeight < kFractionalChangeThreshold)) {
199 computeInterpolationQuality( const SkMatrix& matrix, float srcWidth, float srcHeight, float destWidth, float destHeight, bool isDataComplete) argument
H A DSkiaUtils.h102 float srcHeight,
/external/deqp/framework/delibs/deimage/
H A DdeImage.c120 int srcHeight = srcImage->height; local
141 int y1 = deClamp32(y0+1, 0, srcHeight-1);
143 DE_ASSERT(deInBounds32(y0, 0, srcHeight));
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_blit.c117 const GLint srcHeight = ABS(srcY1 - srcY0); local
250 srcWidth, srcHeight,
281 GLint srcRow = (dstRow * srcHeight) / dstHeight;
285 ASSERT(srcRow < srcHeight);
288 srcRow = srcHeight - 1 - srcRow;
497 const GLint srcHeight = ABS(srcY1 - srcY0); local
609 const GLfloat srcRow = (dstRow * srcHeight) / dstHeightF;
615 ASSERT(srcRow < srcHeight);
617 if (srcRow1 == srcHeight) {
624 srcRow0 = srcHeight
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_blit.c117 const GLint srcHeight = ABS(srcY1 - srcY0); local
250 srcWidth, srcHeight,
281 GLint srcRow = (dstRow * srcHeight) / dstHeight;
285 ASSERT(srcRow < srcHeight);
288 srcRow = srcHeight - 1 - srcRow;
497 const GLint srcHeight = ABS(srcY1 - srcY0); local
609 const GLfloat srcRow = (dstRow * srcHeight) / dstHeightF;
615 ASSERT(srcRow < srcHeight);
617 if (srcRow1 == srcHeight) {
624 srcRow0 = srcHeight
[all...]
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dfilter.js158 var srcHeight = src.height;
161 offsetY < 0 || offsetY + dstHeight > srcHeight)
229 var srcHeight = src.height;
234 offsetY < 0 || offsetY + dstHeight > srcHeight)
248 var endY = Math.min(dstHeight, srcHeight - margin - offsetY);
378 var srcHeight = src.height;
381 offsetY < 0 || offsetY + dstHeight > srcHeight)
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMask.cpp903 int srcHeight = src.fBounds.height(); local
914 int padHeight = srcHeight;
920 for (int y = 0 ; y < srcHeight; ++y) {
981 dst->fRowBytes, srcWidth, srcHeight);
985 dst->fRowBytes, srcPixels, src.fRowBytes, srcWidth, srcHeight, style);
/external/skia/src/effects/
H A DSkBlurMask.cpp903 int srcHeight = src.fBounds.height(); local
914 int padHeight = srcHeight;
920 for (int y = 0 ; y < srcHeight; ++y) {
981 dst->fRowBytes, srcWidth, srcHeight);
985 dst->fRowBytes, srcPixels, src.fRowBytes, srcWidth, srcHeight, style);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfile_transfer_controller.js507 var srcHeight = Math.min(canvas.height * minScale, thumbnailImage.height);
512 (thumbnailImage.height - srcHeight) / 2,
514 srcHeight,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
H A Dsvga_reg.h790 * srcX, srcY, srcWidth and srcHeight represent subset of the source
806 uint32 srcHeight; member in struct:SVGAOverlayUnit
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_reg.h790 * srcX, srcY, srcWidth and srcHeight represent subset of the source
806 uint32 srcHeight; member in struct:SVGAOverlayUnit

Completed in 1596 milliseconds

12