Searched defs:srcW (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_blit.c444 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/chromium_org/third_party/skia/src/core/
H A DSkScalerContext.cpp403 int srcW = mask.fBounds.width(); local
405 int dstW = srcW;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blit.c444 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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_renderer.c290 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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.c287 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/chromium_org/third_party/skia/src/effects/
H A DSkDisplacementMapEffect.cpp59 const int srcW = src->width(); local
78 *dstPtr++ = ((srcX < 0) || (srcX >= srcW) || (srcY < 0) || (srcY >= srcH)) ?
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_renderer.c290 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 Dxorg_renderer.c287 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/src/core/
H A DSkScalerContext.cpp577 int srcW = mask.fBounds.width(); local
579 int dstW = srcW;
/external/skia/src/effects/
H A DSkDisplacementMapEffect.cpp58 const int srcW = src->width(); local
77 *dstPtr++ = ((srcX < 0) || (srcX >= srcW) || (srcY < 0) || (srcY >= srcH)) ?
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Drenderer.c1429 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/chromium_org/third_party/skia/src/gpu/
H A DGrContext.cpp300 int srcW,
303 SkFixed dx = (srcW << 16) / dstW;
311 const uint8_t* srcRow = reinterpret_cast<const uint8_t *>(src) + (y>>16)*srcW*bpp;
296 stretch_image(void* dst, int dstW, int dstH, const void* src, int srcW, int srcH, size_t bpp) argument
/external/mesa3d/src/gallium/state_trackers/vega/
H A Drenderer.c1429 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/skia/src/gpu/
H A DGrContext.cpp279 int srcW,
282 SkFixed dx = (srcW << 16) / dstW;
290 const uint8_t* srcRow = reinterpret_cast<const uint8_t *>(src) + (y>>16)*srcW*bpp;
275 stretch_image(void* dst, int dstW, int dstH, const void* src, int srcW, int srcH, size_t bpp) argument
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp3141 const float srcW = float(src.getWidth()); local
3159 const float cx = (float(x)+0.5f) / dstW * srcW;
3177 const float srcW = float(src.getWidth()); local
3195 const float cx = deFloatFloor(float(x) / dstW * srcW) + 1.0f;
3214 const float srcW = float(src.getWidth()); local
3222 const int minX = deFloorFloatToInt32(float(x-0.5f) / dstW * srcW);
3224 const int maxX = deCeilFloatToInt32(float(x+1.5f) / dstW * srcW);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c1584 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,
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c1584 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 6517 milliseconds