/third_party/mesa3d/src/mesa/main/ |
H A D | copyimage.c | 546 int dstX, int dstY, int dstZ, int dstLevel, in copy_image_subdata() 576 dstX, dstY, newDstZ, in copy_image_subdata() 585 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubData_no_error() 600 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, in _mesa_CopyImageSubData_no_error() 608 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubData() 628 dstX, dstY, dstZ, in _mesa_CopyImageSubData() 682 if ((dstX % dst_bw != 0) || (dstY % dst_bh != 0)) { in _mesa_CopyImageSubData() 712 dstX, dstY, dstZ, dstWidth, dstHeight, dstDepth, in _mesa_CopyImageSubData() 736 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, in _mesa_CopyImageSubData() 744 GLint dstX, GLin in _mesa_CopyImageSubDataNV_no_error() 540 copy_image_subdata(struct gl_context *ctx, struct gl_texture_image *srcTexImage, struct gl_renderbuffer *srcRenderbuffer, int srcX, int srcY, int srcZ, int srcLevel, struct gl_texture_image *dstTexImage, struct gl_renderbuffer *dstRenderbuffer, int dstX, int dstY, int dstZ, int dstLevel, int srcWidth, int srcHeight, int srcDepth) copy_image_subdata() argument 582 _mesa_CopyImageSubData_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) _mesa_CopyImageSubData_no_error() argument 605 _mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) _mesa_CopyImageSubData() argument 741 _mesa_CopyImageSubDataNV_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) _mesa_CopyImageSubDataNV_no_error() argument 764 _mesa_CopyImageSubDataNV(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) _mesa_CopyImageSubDataNV() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_renderer.c | 232 float srcX, float srcY, float dstX, float dstY, in add_vertex_data1() 241 add_vertex_1tex(r, dstX, dstY, tc0[0], tc0[1]); in add_vertex_data1() 243 add_vertex_1tex(r, dstX + width, dstY, tc1[0], tc1[1]); in add_vertex_data1() 245 add_vertex_1tex(r, dstX + width, dstY + height, tc2[0], tc2[1]); in add_vertex_data1() 247 add_vertex_1tex(r, dstX, dstY + height, tc3[0], tc3[1]); in add_vertex_data1() 253 float dstX, float dstY, float width, float height, in add_vertex_data2() 267 add_vertex_2tex(r, dstX, dstY, in add_vertex_data2() 270 add_vertex_2tex(r, dstX + width, dstY, in add_vertex_data2() 273 add_vertex_2tex(r, dstX + width, dstY + height, in add_vertex_data2() 276 add_vertex_2tex(r, dstX, dst in add_vertex_data2() 231 add_vertex_data1(struct xa_context *r, float srcX, float srcY, float dstX, float dstY, float width, float height, const struct pipe_resource *src, const float *src_matrix) add_vertex_data1() argument 251 add_vertex_data2(struct xa_context *r, float srcX, float srcY, float maskX, float maskY, float dstX, float dstY, float width, float height, struct pipe_resource *src, struct pipe_resource *mask, const float *src_matrix, const float *mask_matrix) add_vertex_data2() argument 281 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[]) setup_vertex_data_yuv() argument [all...] |
H A D | xa_composite.c | 548 int dstX, int dstY, int width, int height) in xa_composite_rect() 551 xa_scissor_update(ctx, dstX, dstY, dstX + width, dstY + height); in xa_composite_rect() 552 renderer_solid(ctx, dstX, dstY, dstX + width, dstY + height); in xa_composite_rect() 555 int pos[6] = {srcX, srcY, maskX, maskY, dstX, dstY}; in xa_composite_rect() 559 xa_scissor_update(ctx, dstX, dstY, dstX + width, dstY + height); in xa_composite_rect() 546 xa_composite_rect(struct xa_context *ctx, int srcX, int srcY, int maskX, int maskY, int dstX, int dstY, int width, int height) xa_composite_rect() argument
|
H A D | xa_composite.h | 152 int dstX, int dstY, int width, int height);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | RenderbufferImpl.h | 59 GLint dstX, 73 GLint dstX, 104 GLint dstX, in copyRenderbufferSubData() 122 GLint dstX, in copyTextureSubData() 97 copyRenderbufferSubData(const gl::Context *context, const gl::Renderbuffer *srcBuffer, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyRenderbufferSubData() argument 115 copyTextureSubData(const gl::Context *context, const gl::Texture *srcTexture, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyTextureSubData() argument
|
H A D | TextureImpl.cpp | 54 GLint dstX, in copyRenderbufferSubData() 72 GLint dstX, in copyTextureSubData() 47 copyRenderbufferSubData(const gl::Context *context, const gl::Renderbuffer *srcBuffer, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyRenderbufferSubData() argument 65 copyTextureSubData(const gl::Context *context, const gl::Texture *srcTexture, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyTextureSubData() argument
|
H A D | TextureImpl.h | 119 GLint dstX, 133 GLint dstX,
|
/third_party/skia/src/codec/ |
H A D | SkBmpRLECodec.cpp | 179 const int dstX = get_dst_coord(x, fSampleX); in setPixel() local 184 dstRow[dstX] = fColorTable->operator[](index); in setPixel() 189 dstRow[dstX] = SkPixel32ToPixel16(fColorTable->operator[](index)); in setPixel() 213 const int dstX = get_dst_coord(x, fSampleX); in setRGBPixel() local 217 dstRow[dstX] = SkPackARGB_as_RGBA(0xFF, red, green, blue); in setRGBPixel() 222 dstRow[dstX] = SkPackARGB_as_BGRA(0xFF, red, green, blue); in setRGBPixel() 227 dstRow[dstX] = SkPack888ToRGB16(red, green, blue); in setRGBPixel()
|
H A D | SkWebpCodec.cpp | 378 int dstX = frameRect.x(); in onGetPixels() local 392 int minXOffset = std::min(dstX, subset.x()); in onGetPixels() 394 dstX -= minXOffset; in onGetPixels() 429 dstX = scaleX * dstX; in onGetPixels() 479 config.output.u.RGBA.rgba = reinterpret_cast<uint8_t*>(webpDst.getAddr(dstX, dstY)); in onGetPixels() 508 dst = SkTAddOffset<void>(dst, dstBpp * dstX + rowBytes * dstY); in onGetPixels()
|
H A D | SkBmpStandardCodec.cpp | 331 for (int dstX = 0; dstX < sampledWidth; dstX++) { in decodeIcoMask() 337 applyMask(dstRow, dstX, alphaBit); in decodeIcoMask()
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DCommandList.h | 76 UINT dstX, UINT dstY, 83 UINT dstX, 192 unsigned int dstX, unsigned int dstY,
|
H A D | GrD3DCommandList.cpp | 187 UINT dstX, UINT dstY, in copyTextureRegionToTexture() 196 fCommandList->CopyTextureRegion(dstLocation, dstX, dstY, 0, srcLocation, srcBox); in copyTextureRegionToTexture() 201 UINT dstX, in copyTextureRegionToBuffer() 211 fCommandList->CopyTextureRegion(dstLocation, dstX, dstY, 0, srcLocation, srcBox); in copyTextureRegionToBuffer() 505 unsigned int dstX, unsigned int dstY, in resolveSubresourceRegion() 519 commandList1->ResolveSubresourceRegion(dstTexture->d3dResource(), 0, dstX, dstY, in resolveSubresourceRegion() 185 copyTextureRegionToTexture(sk_sp<GrManagedResource> dst, const D3D12_TEXTURE_COPY_LOCATION* dstLocation, UINT dstX, UINT dstY, sk_sp<GrManagedResource> src, const D3D12_TEXTURE_COPY_LOCATION* srcLocation, const D3D12_BOX* srcBox) copyTextureRegionToTexture() argument 199 copyTextureRegionToBuffer(sk_sp<const GrBuffer> dst, const D3D12_TEXTURE_COPY_LOCATION* dstLocation, UINT dstX, UINT dstY, sk_sp<GrManagedResource> src, const D3D12_TEXTURE_COPY_LOCATION* srcLocation, const D3D12_BOX* srcBox) copyTextureRegionToBuffer() argument 504 resolveSubresourceRegion(const GrD3DTextureResource* dstTexture, unsigned int dstX, unsigned int dstY, const GrD3DTextureResource* srcTexture, D3D12_RECT* srcRect) resolveSubresourceRegion() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | RenderbufferVk.h | 47 GLint dstX, 61 GLint dstX,
|
H A D | RenderbufferVk.cpp | 201 GLint dstX, in copyRenderbufferSubData() 215 srcZ, mImage, dstLevel, dstX, dstY, dstZ, srcWidth, in copyRenderbufferSubData() 226 GLint dstX, in copyTextureSubData() 241 srcZ, mImage, dstLevel, dstX, dstY, dstZ, srcWidth, in copyTextureSubData() 194 copyRenderbufferSubData(const gl::Context *context, const gl::Renderbuffer *srcBuffer, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyRenderbufferSubData() argument 219 copyTextureSubData(const gl::Context *context, const gl::Texture *srcTexture, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyTextureSubData() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Renderbuffer.h | 102 GLint dstX, 116 GLint dstX,
|
H A D | Renderbuffer.cpp | 202 GLint dstX, in copyRenderbufferSubData() 210 srcZ, dstLevel, dstX, dstY, dstZ, srcWidth, in copyRenderbufferSubData() 223 GLint dstX, in copyTextureSubData() 231 dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, in copyTextureSubData() 195 copyRenderbufferSubData(Context *context, const gl::Renderbuffer *srcBuffer, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyRenderbufferSubData() argument 216 copyTextureSubData(Context *context, const gl::Texture *srcTexture, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyTextureSubData() argument
|
H A D | validationES32.cpp | 147 GLint dstX, in ValidateCopyImageSubData() 161 srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, in ValidateCopyImageSubData() 136 ValidateCopyImageSubData(const Context *context, angle::EntryPoint entryPoint, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) ValidateCopyImageSubData() argument
|
H A D | Context_gles_3_2_autogen.h | 23 GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, \
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | TextureNULL.h | 94 GLint dstX, 108 GLint dstX,
|
H A D | TextureNULL.cpp | 121 GLint dstX, in copyRenderbufferSubData() 138 GLint dstX, in copyTextureSubData() 114 copyRenderbufferSubData(const gl::Context *context, const gl::Renderbuffer *srcBuffer, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyRenderbufferSubData() argument 131 copyTextureSubData(const gl::Context *context, const gl::Texture *srcTexture, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) copyTextureSubData() argument
|
/third_party/skia/tests/ |
H A D | BitmapCopyTest.cpp | 199 const int dstX = gRec[i].fExpectedDstLoc.x(); 206 int sx = x - dstX + srcR.x();
|
/third_party/skia/src/pdf/ |
H A D | SkPDFUtils.cpp | 77 SkScalar dstX, SkScalar dstY, SkWStream* content) { in append_cubic() 83 if (ctl2X != dstX || ctl2Y != dstY) { in append_cubic() 90 SkPDFUtils::AppendScalar(dstX, content); in append_cubic() 75 append_cubic(SkScalar ctl1X, SkScalar ctl1Y, SkScalar ctl2X, SkScalar ctl2Y, SkScalar dstX, SkScalar dstY, SkWStream* content) append_cubic() argument
|
/third_party/skia/include/core/ |
H A D | SkSurface.h | 854 Destination SkRect corners are (dstX, dstY) and 855 (dstX + Surface width(), dstY + Surface height()). 861 @param dstX x-axis position relative to SkSurface to begin copy; may be negative 866 void writePixels(const SkPixmap& src, int dstX, int dstY); 871 Destination SkRect corners are (dstX, dstY) and 872 (dstX + Surface width(), dstY + Surface height()). 878 @param dstX x-axis position relative to SkSurface to begin copy; may be negative 883 void writePixels(const SkBitmap& src, int dstX, int dstY);
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Device.cpp | 400 byte *dstX = destBuffer; in copyBuffer() local 401 for(unsigned int x = 0; x < width; ++x, dstX += bytes, srcX -= bytes) in copyBuffer() 403 memcpy(dstX, srcX, bytes); in copyBuffer() 412 byte *dstX = destBuffer; in copyBuffer() local 413 for(unsigned int x = 0; x < width; ++x, dstX += bytes, srcX -= bytes) in copyBuffer() 415 memcpy(dstX, srcX, bytes); in copyBuffer()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | BC_Decoder.cpp | 942 void decode(uint8_t *dst, int dstX, int dstY, int dstWidth, int dstHeight, size_t dstPitch, size_t dstBpp, bool isSigned) const in decode() 963 for(int x = 0; x < 4 && x + dstX < dstWidth; x++) in decode() 1077 if((y + dstY >= dstHeight) || (x + dstX >= dstWidth)) in decode() 1448 void decode(uint8_t *dst, int dstX, int dstY, int dstWidth, int dstHeight, size_t dstPitch) const in decode() 1456 for(int x = 0; x < 4 && x + dstX < dstWidth; x++) in decode() 1548 if(y + dstY >= dstHeight || x + dstX >= dstWidth) in decode()
|