Home
last modified time | relevance | path

Searched defs:srcX (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DRenderbufferImpl.h100 GLint srcX, in copyRenderbufferSubData()
118 GLint srcX, in copyTextureSubData()
DTextureImpl.cpp50 GLint srcX, in copyRenderbufferSubData()
68 GLint srcX, in copyTextureSubData()
/third_party/mesa3d/src/mesa/main/
Dcopyimage.c541 int srcX, int srcY, int srcZ, int srcLevel, in copy_image_subdata()
581 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubData_no_error()
604 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubData()
740 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubDataNV_no_error()
763 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubDataNV()
Dimage.c677 GLint *srcX, GLint *srcY, in _mesa_clip_readpixels()
740 GLint *srcX, GLint *srcY, in _mesa_clip_copytexsubimage()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dcommon_func_fp32.c76 const float *srcX = S + x * unitStep; in WinogradTransLeft() local
103 const float *srcX = srcY + i * unitStep; in WinogradTransRight() local
/third_party/skia/experimental/graphite/src/
DImage_Graphite.h24 int srcX, in onReadPixels()
/third_party/skia/src/image/
DSkImage.cpp61 size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const { in readPixels()
67 size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const { in readPixels()
455 bool SkImage::readPixels(GrDirectContext* dContext, const SkPixmap& pmap, int srcX, int srcY, in readPixels()
462 bool SkImage::readPixels(const SkPixmap& pmap, int srcX, int srcY, CachingHint chint) const { in readPixels()
DSkSurface.cpp239 bool SkSurface::readPixels(const SkPixmap& pm, int srcX, int srcY) { in readPixels()
244 int srcX, int srcY) { in readPixels()
248 bool SkSurface::readPixels(const SkBitmap& bitmap, int srcX, int srcY) { in readPixels()
DSkRescaleAndReadPixels.cpp67 int srcX = srcRect.fLeft; in SkRescaleAndReadPixels() local
DSkImage_GpuBase.cpp164 int srcX, in onReadPixels()
/third_party/flutter/skia/src/image/
DSkSurface.cpp129 int srcX = srcRect.fLeft; in onAsyncRescaleAndReadPixels() local
336 bool SkSurface::readPixels(const SkPixmap& pm, int srcX, int srcY) { in readPixels()
341 int srcX, int srcY) { in readPixels()
345 bool SkSurface::readPixels(const SkBitmap& bitmap, int srcX, int srcY) { in readPixels()
DSkImage.cpp51 bool SkImage::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, int srcX, in readPixels()
212 bool SkImage::readPixels(const SkPixmap& pmap, int srcX, int srcY, CachingHint chint) const { in readPixels()
DSkImage_Raster.cpp154 int srcX, int srcY, CachingHint) const { in onReadPixels()
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_renderer.c232 float srcX, float srcY, float dstX, float dstY, in add_vertex_data1()
252 float srcX, float srcY, float maskX, float maskY, in add_vertex_data2()
282 float srcX, in setup_vertex_data_yuv()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRenderbufferVk.cpp197 GLint srcX, in copyRenderbufferSubData()
222 GLint srcX, in copyTextureSubData()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DRenderbuffer.cpp198 GLint srcX, in copyRenderbufferSubData()
219 GLint srcX, in copyTextureSubData()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DTextureNULL.cpp117 GLint srcX, in copyRenderbufferSubData()
134 GLint srcX, in copyTextureSubData()
/third_party/skia/include/core/
DSkPixmap.h618 bool readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels()
/third_party/flutter/skia/include/core/
DSkPixmap.h622 bool readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp399 byte *srcX = sourceBuffer + (width - 1) * bytes; in copyBuffer() local
411 byte *srcX = sourceBuffer + (width - 1) * bytes; in copyBuffer() local
/third_party/flutter/skia/src/codec/
DSkBmpStandardCodec.cpp330 int srcX = srcStartX; in decodeIcoMask() local
/third_party/skia/src/codec/
DSkBmpStandardCodec.cpp330 int srcX = srcStartX; in decodeIcoMask() local
/third_party/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c392 const int srcX = clippedUnpack.SkipPixels; in xmesa_DrawPixels_8R8G8B() local
524 const int srcX = clippedUnpack.SkipPixels; in xmesa_DrawPixels_5R6G5B() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Ddeconv_winograd_fp16.c448 const float16_t *srcX = S + x * unitStep; in WinogradTransLeftFp16() local
475 const float16_t *srcX = srcY + i * unitStep; in WinogradTransRightFp16() local
/third_party/flutter/skia/gm/
Dlattice.cpp161 int srcX = xDivs[fixedColorX[rectNum]-1]; in onDrawHelper() local

1234