/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Blit9.cpp | 224 const gl::Offset &destOffset, in copy2D() 257 const gl::Offset &destOffset, in copyCube() 290 const gl::Offset &destOffset, in copyTexture() 332 const gl::Offset &destOffset, in copy() 389 const gl::Offset &destOffset, in formatConvert()
|
H A D | Image9.cpp | 160 const gl::Offset &destOffset, in CopyImage() 558 const gl::Offset &destOffset, in copyFromRTInternal() 953 const gl::Offset &destOffset, in copyFromFramebuffer()
|
H A D | Renderer9.cpp | 2494 const gl::Offset &destOffset, in copyImage2D() 2511 const gl::Offset &destOffset, in copyImageCube() 2530 const gl::Offset &destOffset, in copyImage3D() 2543 const gl::Offset &destOffset, in copyImage2DArray() 2559 const gl::Offset &destOffset, in copyTexture() 2908 const gl::Offset &destOffset, in copyImage()
|
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/trace/ |
H A D | BigendianEncoding.java | 79 static void longToByteArray(long value, byte[] dest, int destOffset) { in longToByteArray() 117 static void longToBase16String(long value, char[] dest, int destOffset) { in longToBase16String() 135 static void byteToBase16String(byte value, char[] dest, int destOffset) { in byteToBase16String()
|
H A D | SpanId.java | 166 public void copyBytesTo(byte[] dest, int destOffset) { in copyBytesTo() 180 public void copyLowerBase16To(char[] dest, int destOffset) { in copyLowerBase16To()
|
H A D | TraceId.java | 174 public void copyBytesTo(byte[] dest, int destOffset) { in copyBytesTo() 189 public void copyLowerBase16To(char[] dest, int destOffset) { in copyLowerBase16To()
|
H A D | TraceOptions.java | 176 public void copyBytesTo(byte[] dest, int destOffset) { in copyBytesTo() 191 public void copyLowerBase16To(char[] dest, int destOffset) { in copyLowerBase16To()
|
/aosp_15_r20/cts/tests/tests/os/src/android/os/cts/ |
H A D | MemoryFileTest.java | 55 private void checkWriteBytesInIllegalParameter(int srcOffset, int destOffset, int count) in checkWriteBytesInIllegalParameter() 138 private void checkReadBytesInIllegalParameter(int srcOffset, int destOffset, int count) in checkReadBytesInIllegalParameter()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/pipeline/ |
H A D | decode_sfc_histogram_postsubpipeline.cpp | 96 uint32_t destOffset = decodeParams->m_histogramSurface.dwOffset; in Prepare() local 132 uint32_t destOffset) in CopyHistogramToDestBuf()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/ |
H A D | TextureD3D.cpp | 1152 gl::Offset destOffset(clippedArea.x - sourceArea.x, clippedArea.y - sourceArea.y, 0); in copyImage() local 1182 const gl::Offset &destOffset, in copySubImage() 1250 gl::Offset destOffset(0, 0, 0); in copyTexture() local 1288 const gl::Offset &destOffset, in copySubTexture() 1922 gl::Offset destOffset(clippedArea.x - sourceArea.x, clippedArea.y - sourceArea.y, 0); in copyImage() local 1954 const gl::Offset &destOffset, in copySubImage() 2017 gl::Offset destOffset(0, 0, 0); in copyTexture() local 2056 const gl::Offset &destOffset, in copySubTexture() 2691 const gl::Offset &destOffset, in copySubImage() 2756 gl::Offset destOffset(0, 0, 0); in copyTexture() local [all …]
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/packet/ |
H A D | decode_huc_copy_packet.cpp | 129 uint32_t destOffset = MOS_ALIGN_FLOOR(copyParams.destOffset, MHW_PAGE_SIZE); in MHW_SETPAR_DECL_SRC() local 156 uint32_t destOffset = MOS_ALIGN_FLOOR(copyParams.destOffset, MHW_PAGE_SIZE); in MHW_SETPAR_DECL_SRC() local
|
/aosp_15_r20/cts/tests/tests/proto/src/android/util/proto/cts/ |
H A D | EncodedBufferTest.java | 316 private void testWriteFromThisBuffer(int chunkSize, int destOffset, int srcOffset, int size) in testWriteFromThisBuffer() 351 private void testWriteFromThisBufferFails(int chunkSize, int destOffset, int srcOffset, in testWriteFromThisBufferFails()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Image11.cpp | 83 const gl::Offset &destOffset, in CopyImage() 375 const gl::Offset &destOffset, in copyFromFramebuffer() 456 const gl::Offset &destOffset, in copyWithoutConversion()
|
H A D | Buffer11.cpp | 436 GLintptr destOffset, in copySubData() 1102 size_t destOffset, in copyFromStorage() 1492 size_t destOffset, in copyFromStorage() 1620 size_t destOffset, in copyFromStorage()
|
H A D | Renderer11.cpp | 2490 const gl::Offset &destOffset, in copyImageInternal() 2561 const gl::Offset &destOffset, in copyImage2D() 2586 const gl::Offset &destOffset, in copyImageCube() 2612 const gl::Offset &destOffset, in copyImage3D() 2637 const gl::Offset &destOffset, in copyImage2DArray() 2664 const gl::Offset &destOffset, in copyTexture() 3313 const gl::Offset &destOffset, in copyImage()
|
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/gen12_base/codec/hal/dec/shared/packet/ |
H A D | decode_huc_copy_packet_g12.cpp | 151 uint32_t destOffset = MOS_ALIGN_FLOOR(copyParams.destOffset, MHW_PAGE_SIZE); in SetIndObjParameters() local 187 uint32_t destOffset = MOS_ALIGN_FLOOR(copyParams.destOffset, MHW_PAGE_SIZE); in SetStreamObjectParameters() local
|
/aosp_15_r20/frameworks/base/core/java/android/os/ |
H A D | MemoryFile.java | 187 public int readBytes(byte[] buffer, int srcOffset, int destOffset, int count) in readBytes() 209 public void writeBytes(byte[] buffer, int srcOffset, int destOffset, int count) in writeBytes()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | BlitGL.cpp | 354 const gl::Offset &destOffset, in copySubImageToLUMAWorkaroundTexture() 629 const gl::Offset &destOffset, in copySubTexture() 750 const gl::Offset &destOffset, in copySubTextureCPUReadback() 895 const gl::Offset &destOffset, in copyTexSubImage()
|
H A D | TextureGL.cpp | 788 gl::Offset destOffset(clippedArea.x - sourceArea.x, clippedArea.y - sourceArea.y, 0); in copyImage() local 875 const gl::Offset &destOffset, in copySubImage() 984 const gl::Offset &destOffset, in copySubTexture() 1003 const gl::Offset &destOffset, in copySubTextureHelper()
|
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
H A D | ReadableBuffers.java | 260 public void readBytes(byte[] dest, int destOffset, int length) { in readBytes() 370 public int read(byte[] dest, int destOffset, int length) throws IOException { in read()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/ |
H A D | TextureImpl.cpp | 35 const gl::Offset &destOffset, in copySubTexture() 107 const gl::Offset &destOffset, in copy3DSubTexture()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/ |
H A D | TextureNULL.cpp | 81 const gl::Offset &destOffset, in copySubImage() 103 const gl::Offset &destOffset, in copySubTexture()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/hucItf/ |
H A D | decode_huc_copy_packet_itf.h | 42 uint32_t destOffset; member
|
/aosp_15_r20/cts/tests/sensor/jni/ |
H A D | android_hardware_cts_SensorDirectReportTest.cpp | 26 jobject hardwareBufferObj, jbyteArray buffer, jint srcOffset, jint destOffset, jint count) { in readHardwareBuffer()
|
/aosp_15_r20/external/brotli/java/org/brotli/dec/ |
H A D | BrotliInputStream.java | 126 public int read(byte[] destBuffer, int destOffset, int destLen) throws IOException { in read()
|