Home
last modified time | relevance | path

Searched refs:dstX (Results 1 – 25 of 109) sorted by relevance

12345

/external/mesa3d/src/mesa/main/
Dcopyimage.c544 int dstX, int dstY, int dstZ, int dstLevel, in copy_image_subdata() argument
574 dstX, dstY, newDstZ, in copy_image_subdata()
583 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubData_no_error() argument
598 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, in _mesa_CopyImageSubData_no_error()
606 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubData() argument
626 dstX, dstY, dstZ, in _mesa_CopyImageSubData()
680 if ((dstX % dst_bw != 0) || (dstY % dst_bh != 0)) { in _mesa_CopyImageSubData()
710 dstX, dstY, dstZ, dstWidth, dstHeight, dstDepth, in _mesa_CopyImageSubData()
734 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, in _mesa_CopyImageSubData()
742 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubDataNV_no_error() argument
[all …]
/external/mesa3d/src/gallium/frontends/xa/
Dxa_renderer.c232 float srcX, float srcY, float dstX, float dstY, in add_vertex_data1() argument
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() argument
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, dstY + height, in add_vertex_data2()
[all …]
Dxa_composite.c548 int dstX, int dstY, int width, int height) in xa_composite_rect() argument
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()
/external/clang/test/CodeGenCXX/
Dcopy-assign-synthesis.cpp70 X dstX; variable
74 dstY = dstX = srcX; in main()
76 dstX.pr(); in main()
Dcopy-assign-synthesis-1.cpp85 X dstX; variable
89 dstY = dstX = srcX; in main()
91 dstX.pr(); in main()
/external/llvm-project/clang/test/CodeGenCXX/
Dcopy-assign-synthesis.cpp70 X dstX; variable
74 dstY = dstX = srcX; in main()
76 dstX.pr(); in main()
Dcopy-assign-synthesis-1.cpp85 X dstX; variable
89 dstY = dstX = srcX; in main()
91 dstX.pr(); in main()
/external/angle/src/libANGLE/renderer/
DRenderbufferImpl.h59 GLint dstX,
73 GLint dstX,
104 GLint dstX, in copyRenderbufferSubData() argument
122 GLint dstX, in copyTextureSubData() argument
DTextureImpl.cpp54 GLint dstX, in copyRenderbufferSubData() argument
72 GLint dstX, in copyTextureSubData() argument
/external/skia/src/codec/
DSkBmpRLECodec.cpp179 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()
DSkWebpCodec.cpp378 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()
DSkBmpStandardCodec.cpp331 for (int dstX = 0; dstX < sampledWidth; dstX++) { in decodeIcoMask() local
337 applyMask(dstRow, dstX, alphaBit); in decodeIcoMask()
/external/skqp/src/codec/
DSkBmpRLECodec.cpp176 const int dstX = get_dst_coord(x, fSampleX); in setPixel() local
181 dstRow[dstX] = fColorTable->operator[](index); in setPixel()
186 dstRow[dstX] = SkPixel32ToPixel16(fColorTable->operator[](index)); in setPixel()
210 const int dstX = get_dst_coord(x, fSampleX); in setRGBPixel() local
214 dstRow[dstX] = SkPackARGB_as_RGBA(0xFF, red, green, blue); in setRGBPixel()
219 dstRow[dstX] = SkPackARGB_as_BGRA(0xFF, red, green, blue); in setRGBPixel()
224 dstRow[dstX] = SkPack888ToRGB16(red, green, blue); in setRGBPixel()
DSkWebpCodec.cpp398 int dstX = frameRect.x(); in onGetPixels() local
412 int minXOffset = SkTMin(dstX, subset.x()); in onGetPixels()
414 dstX -= minXOffset; in onGetPixels()
449 dstX = scaleX * dstX; in onGetPixels()
500 config.output.u.RGBA.rgba = reinterpret_cast<uint8_t*>(webpDst.getAddr(dstX, dstY)); in onGetPixels()
529 dst = SkTAddOffset<void>(dst, dstBpp * dstX + rowBytes * dstY); in onGetPixels()
DSkBmpStandardCodec.cpp331 for (int dstX = 0; dstX < sampledWidth; dstX++) { in decodeIcoMask() local
337 applyMask(dstRow, dstX, alphaBit); in decodeIcoMask()
/external/angle/src/libANGLE/
DRenderbuffer.cpp179 GLint dstX, in copyRenderbufferSubData() argument
187 srcZ, dstLevel, dstX, dstY, dstZ, srcWidth, in copyRenderbufferSubData()
200 GLint dstX, in copyTextureSubData() argument
208 dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, in copyTextureSubData()
DRenderbuffer.h100 GLint dstX,
114 GLint dstX,
/external/skia/src/gpu/d3d/
DGrD3DCommandList.h76 UINT dstX, UINT dstY,
83 UINT dstX,
196 unsigned int dstX, unsigned int dstY,
DGrD3DCommandList.cpp187 UINT dstX, UINT dstY, in copyTextureRegionToTexture() argument
196 fCommandList->CopyTextureRegion(dstLocation, dstX, dstY, 0, srcLocation, srcBox); in copyTextureRegionToTexture()
201 UINT dstX, in copyTextureRegionToBuffer() argument
211 fCommandList->CopyTextureRegion(dstLocation, dstX, dstY, 0, srcLocation, srcBox); in copyTextureRegionToBuffer()
521 unsigned int dstX, unsigned int dstY, in resolveSubresourceRegion() argument
534 commandList1->ResolveSubresourceRegion(dstTexture->d3dResource(), 0, dstX, dstY, in resolveSubresourceRegion()
/external/angle/src/libANGLE/renderer/vulkan/
DRenderbufferVk.h47 GLint dstX,
61 GLint dstX,
DRenderbufferVk.cpp207 GLint dstX, in copyRenderbufferSubData() argument
221 srcZ, mImage, dstLevel, dstX, dstY, dstZ, srcWidth, in copyRenderbufferSubData()
232 GLint dstX, in copyTextureSubData() argument
247 srcZ, mImage, dstLevel, dstX, dstY, dstZ, srcWidth, in copyTextureSubData()
/external/mesa3d/src/mesa/swrast/
Ds_copypix.c437 GLint dstX, GLint dstY, GLenum type) in swrast_fast_copy_pixels() argument
487 dstX < dstFb->_Xmin || dstX + width > dstFb->_Xmax || in swrast_fast_copy_pixels()
513 dstMap = map + dstY * rowStride + dstX * pixelBytes; in swrast_fast_copy_pixels()
539 ctx->Driver.MapRenderbuffer(ctx, dstRb, dstX, dstY, in swrast_fast_copy_pixels()
/external/skqp/include/core/
DSkSurface.h637 void writePixels(const SkPixmap& src, int dstX, int dstY);
652 void writePixels(const SkBitmap& src, int dstX, int dstY);
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c350 int dstX = x; in xmesa_DrawPixels_8R8G8B() local
378 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) { in xmesa_DrawPixels_8R8G8B()
415 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h); in xmesa_DrawPixels_8R8G8B()
482 int dstX = x; in xmesa_DrawPixels_5R6G5B() local
510 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) { in xmesa_DrawPixels_5R6G5B()
546 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h); in xmesa_DrawPixels_5R6G5B()
/external/skqp/tests/
DBitmapCopyTest.cpp203 const int dstX = gRec[i].fExpectedDstLoc.x(); in DEF_TEST() local
210 int sx = x - dstX + srcR.x(); in DEF_TEST()

12345