/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_blit.c | 445 const int srcH = abs(srcY1 - srcY0); in util_blit_pixels() local 500 src_box.height = srcH; in util_blit_pixels() 570 texTemp.height0 = srcH; in util_blit_pixels() 583 src_box.height = srcH; in util_blit_pixels() 601 t1 = srcH; in util_blit_pixels()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blit.c | 445 const int srcH = abs(srcY1 - srcY0); in util_blit_pixels() local 500 src_box.height = srcH; in util_blit_pixels() 570 texTemp.height0 = srcH; in util_blit_pixels() 583 src_box.height = srcH; in util_blit_pixels() 601 t1 = srcH; in util_blit_pixels()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
D | xorg_renderer.c | 287 float srcX, float srcY, float srcW, float srcH, in setup_vertex_data_yuv() argument 297 spt1[1] = srcY + srcH; in setup_vertex_data_yuv()
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_renderer.c | 287 float srcX, float srcY, float srcW, float srcH, in setup_vertex_data_yuv() argument 297 spt1[1] = srcY + srcH; in setup_vertex_data_yuv()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/ |
D | xa_renderer.c | 291 float srcH, in setup_vertex_data_yuv() argument 303 spt1[1] = srcY + srcH; in setup_vertex_data_yuv()
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_renderer.c | 291 float srcH, in setup_vertex_data_yuv() argument 303 spt1[1] = srcY + srcH; in setup_vertex_data_yuv()
|
/external/skia/src/effects/ |
D | SkDisplacementMapEffect.cpp | 59 const int srcH = src->height(); in computeDisplacement() local 77 *dstPtr++ = ((srcX < 0) || (srcX >= srcW) || (srcY < 0) || (srcY >= srcH)) ? in computeDisplacement()
|
/external/chromium_org/third_party/skia/src/effects/ |
D | SkDisplacementMapEffect.cpp | 60 const int srcH = src->height(); in computeDisplacement() local 78 *dstPtr++ = ((srcX < 0) || (srcX >= srcW) || (srcY < 0) || (srcY >= srcH)) ? in computeDisplacement()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkScalerContext.cpp | 404 int srcH = mask.fBounds.height(); in generateMask() local 406 int dstH = srcH; in generateMask()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/ |
D | meta.c | 1585 const GLint srcH = abs(srcY1 - srcY0); in _mesa_meta_BlitFramebuffer() local 1598 if (srcW > maxTexSize || srcH > maxTexSize in _mesa_meta_BlitFramebuffer() 1657 newTex = alloc_texture(tex, srcW, srcH, GL_RGBA); in _mesa_meta_BlitFramebuffer() 1686 setup_copypix_texture(tex, newTex, srcX, srcY, srcW, srcH, in _mesa_meta_BlitFramebuffer() 1693 GLuint *tmp = (GLuint *) malloc(srcW * srcH * sizeof(GLuint)); in _mesa_meta_BlitFramebuffer() 1699 newTex = alloc_texture(tex, srcW, srcH, GL_DEPTH_COMPONENT); in _mesa_meta_BlitFramebuffer() 1701 _mesa_ReadPixels(srcX, srcY, srcW, srcH, in _mesa_meta_BlitFramebuffer() 1704 setup_drawpix_texture(ctx, tex, newTex, GL_DEPTH_COMPONENT, srcW, srcH, in _mesa_meta_BlitFramebuffer()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 1585 const GLint srcH = abs(srcY1 - srcY0); in _mesa_meta_BlitFramebuffer() local 1598 if (srcW > maxTexSize || srcH > maxTexSize in _mesa_meta_BlitFramebuffer() 1657 newTex = alloc_texture(tex, srcW, srcH, GL_RGBA); in _mesa_meta_BlitFramebuffer() 1686 setup_copypix_texture(tex, newTex, srcX, srcY, srcW, srcH, in _mesa_meta_BlitFramebuffer() 1693 GLuint *tmp = (GLuint *) malloc(srcW * srcH * sizeof(GLuint)); in _mesa_meta_BlitFramebuffer() 1699 newTex = alloc_texture(tex, srcW, srcH, GL_DEPTH_COMPONENT); in _mesa_meta_BlitFramebuffer() 1701 _mesa_ReadPixels(srcX, srcY, srcW, srcH, in _mesa_meta_BlitFramebuffer() 1704 setup_drawpix_texture(ctx, tex, newTex, GL_DEPTH_COMPONENT, srcW, srcH, in _mesa_meta_BlitFramebuffer()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | renderer.c | 1430 const int srcH = abs(srcY1 - srcY0); in renderer_copy_surface() local 1469 texTemp.height0 = srcH; in renderer_copy_surface() 1484 u_box_2d_zslice(srcLeft, srcTop, src->u.tex.first_layer, srcW, srcH, &src_box); in renderer_copy_surface()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
D | renderer.c | 1430 const int srcH = abs(srcY1 - srcY0); in renderer_copy_surface() local 1469 texTemp.height0 = srcH; in renderer_copy_surface() 1484 u_box_2d_zslice(srcLeft, srcTop, src->u.tex.first_layer, srcW, srcH, &src_box); in renderer_copy_surface()
|
/external/skia/src/core/ |
D | SkScalerContext.cpp | 578 int srcH = mask.fBounds.height(); in generateMask() local 580 int dstH = srcH; in generateMask()
|
/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.cpp | 3142 const float srcH = float(src.getHeight()); in compareGenMipmapBilinear() local 3160 const float cy = (float(y)+0.5f) / dstH * srcH; in compareGenMipmapBilinear() 3178 const float srcH = float(src.getHeight()); in compareGenMipmapBox() local 3196 const float cy = deFloatFloor(float(y) / dstH * srcH) + 1.0f; in compareGenMipmapBox() 3215 const float srcH = float(src.getHeight()); in compareGenMipmapVeryLenient() local 3223 const int minY = deFloorFloatToInt32(float(y-0.5f) / dstH * srcH); in compareGenMipmapVeryLenient() 3225 const int maxY = deCeilFloatToInt32(float(y+1.5f) / dstH * srcH); in compareGenMipmapVeryLenient()
|
/external/skia/src/gpu/ |
D | GrContext.cpp | 280 int srcH, in stretch_image() argument 283 SkFixed dy = (srcH << 16) / dstH; in stretch_image()
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrContext.cpp | 301 int srcH, in stretch_image() argument 304 SkFixed dy = (srcH << 16) / dstH; in stretch_image()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 3080 int srcH = de::abs(srcY1-srcY0); in blitFramebuffer() local 3083 bool scale = srcW != dstW || srcH != dstH; in blitFramebuffer() 3088 IVec4 srcRect = IVec4(srcOriginX, srcOriginY, srcW, srcH); in blitFramebuffer() 3105 RC_IF_ERROR(srcW != dstW || srcH != dstH, GL_INVALID_OPERATION, RC_RET_VOID); in blitFramebuffer()
|