Searched defs:srcW (Results 1 - 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_blit.c | 444 const int srcW = abs(srcX1 - srcX0); local 499 src_box.width = srcW; 569 texTemp.width0 = srcW; 582 src_box.width = srcW; 599 s1 = srcW;
|
/external/skia/src/core/ |
H A D | SkScalerContext.cpp | 376 int srcW = mask.fBounds.width(); local 378 int dstW = srcW;
|
/external/skia/src/effects/ |
H A D | SkDisplacementMapEffect.cpp | 65 const int srcW = src->width(); local 84 *dstPtr++ = ((srcX < 0) || (srcX >= srcW) || (srcY < 0) || (srcY >= srcH)) ?
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
H A D | xa_renderer.c | 290 float srcW, 302 spt1[0] = srcX + srcW; 287 setup_vertex_data_yuv(struct xa_context *r, float srcX, float srcY, float srcW, float srcH, float dstX, float dstY, float dstW, float dstH, struct xa_surface *srf[]) argument
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
H A D | xorg_renderer.c | 287 float srcX, float srcY, float srcW, float srcH, 296 spt1[0] = srcX + srcW; 286 setup_vertex_data_yuv(struct xorg_renderer *r, float srcX, float srcY, float srcW, float srcH, float dstX, float dstY, float dstW, float dstH, struct pipe_resource **tex) argument
|
/external/skia/dm/ |
H A D | DMSrcSink.cpp | 1106 static SkISize auto_compute_translate(SkMatrix* matrix, int srcW, int srcH) { argument 1107 SkRect bounds = SkRect::MakeIWH(srcW, srcH);
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
H A D | renderer.c | 1429 const int srcW = abs(srcX1 - srcX0); local 1468 texTemp.width0 = srcW; 1484 u_box_2d_zslice(srcLeft, srcTop, src->u.tex.first_layer, srcW, srcH, &src_box);
|
/external/deqp/modules/glshared/ |
H A D | glsTextureTestUtil.cpp | 3164 const float srcW = float(src.getWidth()); local 3182 const float cx = (float(x)+0.5f) / dstW * srcW; 3200 const float srcW = float(src.getWidth()); local 3218 const float cx = deFloatFloor(float(x) / dstW * srcW) + 1.0f; 3237 const float srcW = float(src.getWidth()); local 3245 const int minX = deFloorFloatToInt32(((float)x-0.5f) / dstW * srcW); 3247 const int maxX = deCeilFloatToInt32(((float)x+1.5f) / dstW * srcW);
|
/external/mesa3d/src/mesa/drivers/common/ |
H A D | meta.c | 1584 const GLint srcW = abs(srcX1 - srcX0); local 1598 if (srcW > maxTexSize || srcH > maxTexSize 1657 newTex = alloc_texture(tex, srcW, srcH, GL_RGBA); 1686 setup_copypix_texture(tex, newTex, srcX, srcY, srcW, srcH, 1693 GLuint *tmp = (GLuint *) malloc(srcW * srcH * sizeof(GLuint)); 1699 newTex = alloc_texture(tex, srcW, srcH, GL_DEPTH_COMPONENT); 1701 _mesa_ReadPixels(srcX, srcY, srcW, srcH, 1704 setup_drawpix_texture(ctx, tex, newTex, GL_DEPTH_COMPONENT, srcW, srcH,
|
Completed in 328 milliseconds