Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 231) sorted by relevance

12345678910

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DIndexRangeCache.cpp23 size_t offset, in addRange()
35 size_t offset, in findRange()
56 void IndexRangeCache::invalidateRange(size_t offset, size_t size) { in invalidateRange()
DglUtils.h111 template <class T> void shiftIndices(T *indices, int count, int offset) { in shiftIndices()
120 template <class T> void shiftIndices(const T *src, T *dst, int count, int offset) in shiftIndices()
130 (T *indices, int count, int offset, in shiftIndicesExcept()
145 (const T *src, T *dst, int count, int offset, in shiftIndicesExcept()
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv3.cpp215 static void glDrawElementsOffset(GLenum mode, GLsizei count, GLenum type, GLuint offset) { in glDrawElementsOffset()
264 GLsizei imageSize, GLuint offset) { in glCompressedTexImage2DOffsetAEMU()
271 GLint border, GLsizei imageSize, GLuint offset) { in glCompressedTexImage3DOffsetAEMU()
278 GLenum format, GLsizei imageSize, GLuint offset) { in glCompressedTexSubImage2DOffsetAEMU()
286 GLsizei imageSize, GLuint offset) { in glCompressedTexSubImage3DOffsetAEMU()
312 static void glDrawArraysIndirectOffsetAEMU(GLenum mode, GLuint offset) { in glDrawArraysIndirectOffsetAEMU()
320 static void glDrawElementsIndirectOffsetAEMU(GLenum mode, GLenum type, GLuint offset) { in glDrawElementsIndirectOffsetAEMU()
330 GLuint offset, GLsizei primcount) { in glDrawElementsInstancedOffsetAEMU()
341 GLenum type, GLuint offset) { in glDrawRangeElementsOffsetAEMU()
361 static void glFlushMappedBufferRangeAEMU(GLenum target, GLintptr offset, GLsizeiptr length, in glFlushMappedBufferRangeAEMU()
[all …]
DGLESv1.cpp259 static void glDrawElementsOffset(GLenum mode, GLsizei count, GLenum type, GLuint offset) { in glDrawElementsOffset()
281 static void glColorPointerOffset(GLint size, GLenum type, GLsizei, GLuint offset) { in glColorPointerOffset()
289 static void glNormalPointerOffset(GLenum type, GLsizei, GLuint offset) { in glNormalPointerOffset()
297 static void glPointSizePointerOffset(GLenum type, GLsizei, GLuint offset) { in glPointSizePointerOffset()
306 static void glTexCoordPointerOffset(GLint size, GLenum type, GLsizei, GLuint offset) { in glTexCoordPointerOffset()
314 static void glVertexPointerOffset(GLint size, GLenum type, GLsizei, GLuint offset) { in glVertexPointerOffset()
/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_model.h41 float offset[3]; member
50 float offset; member
Dover_temp_cal.c308 void overTempCalSetModel(struct OverTempCal *over_temp_cal, const float *offset, in overTempCalSetModel()
412 void overTempCalGetModel(struct OverTempCal *over_temp_cal, float *offset, in overTempCalGetModel()
549 const float *offset, in overTempCalUpdateSensorEstimate()
1100 void setLatestEstimate(struct OverTempCal *over_temp_cal, const float *offset, in setLatestEstimate()
1397 bool outlierCheck(struct OverTempCal *over_temp_cal, const float *offset, in outlierCheck()
1456 bool isValidOtcOffset(const float *offset, float offset_temp_celsius) { in isValidOtcOffset()
/device/google/cuttlefish/host/commands/secure_env/
Dtpm_serialize.cpp59 std::size_t offset = 0; in Serialize() local
72 std::size_t offset = 0; in Deserialize() local
Dtpm_key_blob_maker.cpp55 size_t offset = 0; in SigningKey() local
124 size_t offset = 0; in ParentKey() local
/device/google/contexthub/firmware/os/platform/stm32/
DeeData.c28 static void* eeFind(uint32_t nameToFind, uint32_t *offset, bool findFirst, uint32_t *szP) in eeFind()
123 uint32_t offset = 0; in eeDataGet() local
130 uint32_t offset = *(uint32_t*)stateP; in eeDataGetAllVersions() local
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/assets/js/
Dlogcat.js32 function setU32LE(array, offset, x) { argument
39 function getU32LE(array, offset) { argument
/device/google/cuttlefish/host/frontend/gcastv2/https/
DSSLSocket.cpp154 size_t offset = 0; in handleIncomingData() local
361 size_t offset = 0; in sendOutputData() local
427 size_t offset = 0; in drainOutputBufferPlain() local
/device/google/contexthub/util/stm32_flash/
Dstm32_bl.c137 uint32_t offset = 0; in read_memory() local
172 uint32_t offset = 0; in write_memory() local
/device/generic/goldfish/dhcp/client/
Dnetlink.h14 size_t offset = NLMSG_ALIGN(r.hdr.nlmsg_len) - offsetof(Request, buf); in addRouterAttribute() local
/device/generic/goldfish/network/netmgr/
Dfork.cpp36 size_t offset = 0; in forkAndExec() local
/device/google/crosshatch/sdm845/kernel-headers/media/
Dmsm_jpeg_dma.h26 uint32_t offset; member
/device/google/bonito/sdm710/original-kernel-headers/media/
Dmsm_jpeg_dma.h25 uint32_t offset; member
/device/google/bonito/sdm710/kernel-headers/media/
Dmsm_jpeg_dma.h26 uint32_t offset; member
/device/generic/goldfish/tools/
Dmk_qemu_ramdisk.py25 offset = 4096 variable
/device/google/crosshatch/sdm845/original-kernel-headers/media/
Dmsm_jpeg_dma.h25 uint32_t offset; member
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/common_data/
Dcalibration_data.h108 float offset[3]; member
183 float offset; member
/device/google/cuttlefish/guest/hals/camera/
DCompressor.cpp89 int offset = ((rowIndex >> 1) + row) * stride; in deinterleave() local
107 int i, offset; in compressData() local
/device/google/cuttlefish/host/commands/assemble_cvd/
Dcdisk_spec.proto10 uint64 offset = 2; field
/device/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/
Dpcm.c50 #define STRLOG(string, offset, size, ...) \ argument
421 unsigned int offset, unsigned int size) in pcm_mmap_transfer_areas()
752 unsigned int offset = 0; in pcm_mask_to_string() local
776 unsigned int clipoffset, offset; in pcm_params_to_string() local
1088 int pcm_mmap_begin(struct pcm *pcm, void **areas, unsigned int *offset, in pcm_mmap_begin()
1115 int pcm_mmap_commit(struct pcm *pcm, unsigned int offset __attribute__((unused)), unsigned int fram… in pcm_mmap_commit()
1197 unsigned int offset = 0, count; in pcm_mmap_transfer() local
/device/google/fuchsia/bioniccompat/src/
Dsendfile.cc29 ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count) { in sendfile()
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c592 static uint32_t doFirmwareChunk(uint8_t *data, uint32_t offset, uint32_t len, void *cookie) in doFirmwareChunk()
636 uint32_t offset = le32toh(req->offset); in firmwareChunk() local
1241 uint32_t offset; in halLegacyContUpload() local
1438 static bool copyTLV64(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag, uint64_t val) in copyTLV64()
1449 static bool copyTLV32(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag, uint32_t val) in copyTLV32()
1460 static bool copyTLV8(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag, uint8_t val) in copyTLV8()
1471 static bool copyTLVEmpty(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag) in copyTLVEmpty()
1483 size_t offset = 0; in processAppTags() local
1656 size_t offset = 0; in halSysInfo() local
1786 uint32_t offset; in halContUpload() local

12345678910