Home
last modified time | relevance | path

Searched refs:srcH (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_blit.c445 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/
Du_blit.c445 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/
Dxorg_renderer.c287 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/
Dxorg_renderer.c287 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/
Dxa_renderer.c291 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/
Dxa_renderer.c291 float srcH, in setup_vertex_data_yuv() argument
303 spt1[1] = srcY + srcH; in setup_vertex_data_yuv()
/external/skia/src/effects/
DSkDisplacementMapEffect.cpp59 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/
DSkDisplacementMapEffect.cpp60 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/
DSkScalerContext.cpp404 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/
Dmeta.c1585 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/
Dmeta.c1585 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/
Drenderer.c1430 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/
Drenderer.c1430 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/
DSkScalerContext.cpp578 int srcH = mask.fBounds.height(); in generateMask() local
580 int dstH = srcH; in generateMask()
/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp3142 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/
DGrContext.cpp280 int srcH, in stretch_image() argument
283 SkFixed dy = (srcH << 16) / dstH; in stretch_image()
/external/chromium_org/third_party/skia/src/gpu/
DGrContext.cpp301 int srcH, in stretch_image() argument
304 SkFixed dy = (srcH << 16) / dstH; in stretch_image()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3080 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()