Home
last modified time | relevance | path

Searched defs:destOffset (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DBlit9.cpp224 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 DImage9.cpp160 const gl::Offset &destOffset, in CopyImage()
558 const gl::Offset &destOffset, in copyFromRTInternal()
953 const gl::Offset &destOffset, in copyFromFramebuffer()
H A DRenderer9.cpp2494 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 DBigendianEncoding.java79 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 DSpanId.java166 public void copyBytesTo(byte[] dest, int destOffset) { in copyBytesTo()
180 public void copyLowerBase16To(char[] dest, int destOffset) { in copyLowerBase16To()
H A DTraceId.java174 public void copyBytesTo(byte[] dest, int destOffset) { in copyBytesTo()
189 public void copyLowerBase16To(char[] dest, int destOffset) { in copyLowerBase16To()
H A DTraceOptions.java176 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 DMemoryFileTest.java55 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 Ddecode_sfc_histogram_postsubpipeline.cpp96 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 DTextureD3D.cpp1152 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 Ddecode_huc_copy_packet.cpp129 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 DEncodedBufferTest.java316 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 DImage11.cpp83 const gl::Offset &destOffset, in CopyImage()
375 const gl::Offset &destOffset, in copyFromFramebuffer()
456 const gl::Offset &destOffset, in copyWithoutConversion()
H A DBuffer11.cpp436 GLintptr destOffset, in copySubData()
1102 size_t destOffset, in copyFromStorage()
1492 size_t destOffset, in copyFromStorage()
1620 size_t destOffset, in copyFromStorage()
H A DRenderer11.cpp2490 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 Ddecode_huc_copy_packet_g12.cpp151 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 DMemoryFile.java187 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 DBlitGL.cpp354 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 DTextureGL.cpp788 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 DReadableBuffers.java260 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 DTextureImpl.cpp35 const gl::Offset &destOffset, in copySubTexture()
107 const gl::Offset &destOffset, in copy3DSubTexture()
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DTextureNULL.cpp81 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 Ddecode_huc_copy_packet_itf.h42 uint32_t destOffset; member
/aosp_15_r20/cts/tests/sensor/jni/
H A Dandroid_hardware_cts_SensorDirectReportTest.cpp26 jobject hardwareBufferObj, jbyteArray buffer, jint srcOffset, jint destOffset, jint count) { in readHardwareBuffer()
/aosp_15_r20/external/brotli/java/org/brotli/dec/
H A DBrotliInputStream.java126 public int read(byte[] destBuffer, int destOffset, int destLen) throws IOException { in read()

12345678910>>...12