Home
last modified time | relevance | path

Searched refs:srcX (Results 1 – 25 of 143) sorted by relevance

123456

/external/mesa3d/src/mesa/main/
Dcopyimage.c541 int srcX, int srcY, int srcZ, int srcLevel, in copy_image_subdata() argument
572 srcX, srcY, newSrcZ, in copy_image_subdata()
581 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubData_no_error() argument
597 copy_image_subdata(ctx, srcTexImage, srcRenderbuffer, srcX, srcY, srcZ, in _mesa_CopyImageSubData_no_error()
604 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubData() argument
624 srcX, srcY, srcZ, in _mesa_CopyImageSubData()
671 if ((srcX % src_bw != 0) || (srcY % src_bh != 0) || in _mesa_CopyImageSubData()
672 (srcWidth % src_bw != 0 && (srcX + srcWidth) != src_w) || in _mesa_CopyImageSubData()
705 srcX, srcY, srcZ, srcWidth, srcHeight, srcDepth, in _mesa_CopyImageSubData()
733 copy_image_subdata(ctx, srcTexImage, srcRenderbuffer, srcX, srcY, srcZ, in _mesa_CopyImageSubData()
[all …]
Dcopyimage.h40 GLint srcX, GLint srcY, GLint srcZ,
47 GLint srcX, GLint srcY, GLint srcZ,
54 GLint srcX, GLint srcY, GLint srcZ,
61 GLint srcX, GLint srcY, GLint srcZ,
Dimage.c677 GLint *srcX, GLint *srcY, in _mesa_clip_readpixels() argument
700 if (*srcX < 0) { in _mesa_clip_readpixels()
701 pack->SkipPixels += (0 - *srcX); in _mesa_clip_readpixels()
702 *width -= (0 - *srcX); in _mesa_clip_readpixels()
703 *srcX = 0; in _mesa_clip_readpixels()
706 if (*srcX + *width > clip_width) in _mesa_clip_readpixels()
707 *width -= (*srcX + *width - clip_width); in _mesa_clip_readpixels()
740 GLint *srcX, GLint *srcY, in _mesa_clip_copytexsubimage() argument
744 const GLint srcX0 = *srcX, srcY0 = *srcY; in _mesa_clip_copytexsubimage()
747 srcX, srcY, width, height)) { in _mesa_clip_copytexsubimage()
[all …]
Dimage.h114 GLint *srcX, GLint *srcY,
121 GLint *srcX, GLint *srcY,
/external/skia/src/image/
DSkRescaleAndReadPixels.cpp67 int srcX = srcRect.fLeft; in SkRescaleAndReadPixels() local
83 linearSurf->getCanvas()->drawImage(bmp.asImage().get(), -srcX, -srcY, sampling, &paint); in SkRescaleAndReadPixels()
86 srcX = 0; in SkRescaleAndReadPixels()
125 srcImage.get(), SkRect::Make(SkIRect::MakeXYWH(srcX, srcY, srcW, srcH)), in SkRescaleAndReadPixels()
129 srcX = srcY = 0; in SkRescaleAndReadPixels()
138 if (srcImage->readPixels(nullptr, pm, srcX, srcY)) { in SkRescaleAndReadPixels()
DSkSurface.cpp231 bool SkSurface::readPixels(const SkPixmap& pm, int srcX, int srcY) { in readPixels() argument
232 return this->getCanvas()->readPixels(pm, srcX, srcY); in readPixels()
236 int srcX, int srcY) { in readPixels() argument
237 return this->readPixels({dstInfo, dstPixels, dstRowBytes}, srcX, srcY); in readPixels()
240 bool SkSurface::readPixels(const SkBitmap& bitmap, int srcX, int srcY) { in readPixels() argument
242 return bitmap.peekPixels(&pm) && this->readPixels(pm, srcX, srcY); in readPixels()
DSkImage.cpp63 size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const { in readPixels() argument
64 return as_IB(this)->onReadPixels(dContext, dstInfo, dstPixels, dstRowBytes, srcX, srcY, chint); in readPixels()
69 size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const { in readPixels() argument
71 return this->readPixels(dContext, dstInfo, dstPixels, dstRowBytes, srcX, srcY, chint); in readPixels()
467 bool SkImage::readPixels(GrDirectContext* dContext, const SkPixmap& pmap, int srcX, int srcY, in readPixels() argument
469 return this->readPixels(dContext, pmap.info(), pmap.writable_addr(), pmap.rowBytes(), srcX, in readPixels()
474 bool SkImage::readPixels(const SkPixmap& pmap, int srcX, int srcY, CachingHint chint) const { in readPixels() argument
476 return this->readPixels(dContext, pmap, srcX, srcY, chint); in readPixels()
/external/clang/test/CodeGenCXX/
Dcopy-assign-synthesis.cpp69 X srcX; variable
74 dstY = dstX = srcX; in main()
75 srcX.pr(); in main()
Dcopy-assign-synthesis-1.cpp84 X srcX; variable
89 dstY = dstX = srcX; in main()
90 srcX.pr(); in main()
/external/llvm-project/clang/test/CodeGenCXX/
Dcopy-assign-synthesis.cpp69 X srcX; variable
74 dstY = dstX = srcX; in main()
75 srcX.pr(); in main()
Dcopy-assign-synthesis-1.cpp84 X srcX; variable
89 dstY = dstX = srcX; in main()
90 srcX.pr(); in main()
/external/angle/src/libANGLE/renderer/
DRenderbufferImpl.h55 GLint srcX,
69 GLint srcX,
100 GLint srcX, in copyRenderbufferSubData() argument
118 GLint srcX, in copyTextureSubData() argument
/external/skqp/src/image/
DSkSurface.cpp196 bool SkSurface::readPixels(const SkPixmap& pm, int srcX, int srcY) { in readPixels() argument
197 return this->getCanvas()->readPixels(pm, srcX, srcY); in readPixels()
201 int srcX, int srcY) { in readPixels() argument
202 return this->readPixels({dstInfo, dstPixels, dstRowBytes}, srcX, srcY); in readPixels()
205 bool SkSurface::readPixels(const SkBitmap& bitmap, int srcX, int srcY) { in readPixels() argument
207 return bitmap.peekPixels(&pm) && this->readPixels(pm, srcX, srcY); in readPixels()
/external/skqp/include/core/
DSkSurface.h560 bool readPixels(const SkPixmap& dst, int srcX, int srcY);
592 int srcX, int srcY);
622 bool readPixels(const SkBitmap& dst, int srcX, int srcY);
DSkPixmap.h590 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, int srcX,
615 bool readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels() argument
616 return this->readPixels(dst.info(), dst.writable_addr(), dst.rowBytes(), srcX, srcY); in readPixels()
/external/mesa3d/src/gallium/frontends/xa/
Dxa_renderer.c232 float srcX, float srcY, float dstX, float dstY, in add_vertex_data1() argument
238 compute_src_coords(srcX, srcY, src, src_matrix, width, height, in add_vertex_data1()
252 float srcX, float srcY, float maskX, float maskY, in add_vertex_data2() argument
261 compute_src_coords(srcX, srcY, src, src_matrix, width, height, in add_vertex_data2()
282 float srcX, in setup_vertex_data_yuv() argument
294 spt0[0] = srcX; in setup_vertex_data_yuv()
296 spt1[0] = srcX + srcW; in setup_vertex_data_yuv()
/external/angle/src/libANGLE/
DRenderbuffer.cpp175 GLint srcX, in copyRenderbufferSubData() argument
186 ANGLE_TRY(mImplementation->copyRenderbufferSubData(context, srcBuffer, srcLevel, srcX, srcY, in copyRenderbufferSubData()
196 GLint srcX, in copyTextureSubData() argument
207 ANGLE_TRY(mImplementation->copyTextureSubData(context, srcTexture, srcLevel, srcX, srcY, srcZ, in copyTextureSubData()
/external/skia/include/core/
DSkPixmap.h593 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, int srcX,
618 bool readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels() argument
619 return this->readPixels(dst.info(), dst.writable_addr(), dst.rowBytes(), srcX, srcY); in readPixels()
DSkImage.h808 int srcX, int srcY,
844 int srcX,
851 int srcX, int srcY, CachingHint cachingHint = kAllow_CachingHint) const;
852 bool readPixels(const SkPixmap& dst, int srcX, int srcY,
DSkSurface.h678 bool readPixels(const SkPixmap& dst, int srcX, int srcY);
710 int srcX, int srcY);
742 bool readPixels(const SkBitmap& dst, int srcX, int srcY);
/external/angle/src/libANGLE/renderer/vulkan/
DRenderbufferVk.h43 GLint srcX,
57 GLint srcX,
DRenderbufferVk.cpp203 GLint srcX, in copyRenderbufferSubData() argument
220 return vk::ImageHelper::CopyImageSubData(context, sourceVk->getImage(), srcLevel, srcX, srcY, in copyRenderbufferSubData()
228 GLint srcX, in copyTextureSubData() argument
246 return vk::ImageHelper::CopyImageSubData(context, &sourceVk->getImage(), srcLevel, srcX, srcY, in copyTextureSubData()
/external/skia/src/codec/
DSkBmpStandardCodec.cpp330 int srcX = srcStartX; in decodeIcoMask() local
334 SkTDivMod(srcX, 8, &quotient, &modulus); in decodeIcoMask()
338 srcX += sampleX; in decodeIcoMask()
/external/skqp/src/codec/
DSkBmpStandardCodec.cpp330 int srcX = srcStartX; in decodeIcoMask() local
334 SkTDivMod(srcX, 8, &quotient, &modulus); in decodeIcoMask()
338 srcX += sampleX; in decodeIcoMask()
/external/mesa3d/src/mesa/swrast/
Ds_copypix.c436 GLint srcX, GLint srcY, GLsizei width, GLsizei height, in swrast_fast_copy_pixels() argument
485 if (srcX < 0 || srcX + width > (GLint) srcFb->Width || in swrast_fast_copy_pixels()
512 srcMap = map + srcY * rowStride + srcX * pixelBytes; in swrast_fast_copy_pixels()
531 ctx->Driver.MapRenderbuffer(ctx, srcRb, srcX, srcY, in swrast_fast_copy_pixels()

123456