/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv3.cpp | 215 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 …]
|
D | GLESv1.cpp | 259 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/ |
D | over_temp_model.h | 41 float offset[3]; member 50 float offset; member
|
D | over_temp_cal.c | 311 void overTempCalSetModel(struct OverTempCal *over_temp_cal, const float *offset, in overTempCalSetModel() 415 void overTempCalGetModel(struct OverTempCal *over_temp_cal, float *offset, in overTempCalGetModel() 552 const float *offset, in overTempCalUpdateSensorEstimate() 1078 void setLatestEstimate(struct OverTempCal *over_temp_cal, const float *offset, in setLatestEstimate() 1375 bool outlierCheck(struct OverTempCal *over_temp_cal, const float *offset, in outlierCheck() 1434 bool isValidOtcOffset(const float *offset, float offset_temp_celsius) { in isValidOtcOffset()
|
/device/google/atv/MdnsOffloadManagerService/src/com/android/tv/mdnsoffloadmanager/ |
D | MdnsPacketParser.java | 50 public static String extractFullName(@NonNull byte[] array, int offset) { in extractFullName() 199 private int readUint8(int offset) { in readUint8() 207 private int readUint16(int offset) { in readUint16()
|
/device/google/contexthub/firmware/os/platform/stm32/ |
D | eeData.c | 28 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/commands/secure_env/ |
D | tpm_serialize.cpp | 61 std::size_t offset = 0; in Serialize() local 74 std::size_t offset = 0; in Deserialize() local
|
/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/hci/ |
D | h4_parser.cc | 49 size_t offset = packet_length_offset[static_cast<size_t>(type)]; in HciGetPacketLengthForType() local 138 size_t offset = packet_.size(); in Consume() local
|
/device/google/contexthub/util/stm32_flash/ |
D | stm32_bl.c | 137 uint32_t offset = 0; in read_memory() local 172 uint32_t offset = 0; in write_memory() local
|
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/ |
D | adb.js | 31 function setU32LE(array, offset, x) { argument 38 function getU32LE(array, offset) { argument
|
/device/generic/goldfish/dhcp/client/ |
D | netlink.h | 14 size_t offset = NLMSG_ALIGN(r.hdr.nlmsg_len) - offsetof(Request, buf); in addRouterAttribute() local
|
/device/generic/goldfish/tools/ |
D | mk_qemu_ramdisk.py | 25 offset = 4096 variable
|
D | mk_combined_img.py | 70 def write_partition(partition, output_file, offset): argument
|
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/common_data/ |
D | calibration_data.h | 115 float offset[3]; member 189 float offset; member
|
/device/google/cuttlefish/host/libs/image_aggregator/ |
D | cdisk_spec.proto | 25 uint64 offset = 2; field
|
/device/google/contexthub/firmware/os/core/ |
D | nanohubCommand.c | 592 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
|
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/gyroscope/gyro_offset_over_temp_cal/ |
D | gyro_offset_over_temp_cal.cc | 76 float offset[3]; in SetMeasurement() local
|
/device/linaro/poplar/wifi/wifi_hal/ |
D | cpp_bindings.cpp | 42 void appendFmt(char *buf, int &offset, const char *fmt, ...) in appendFmt() 506 int offset = 0; in log() local
|
/device/google/comet-kernels/6.1/24Q3-12157876/original-kernel-headers/linux/ |
D | bigo.h | 31 __u32 offset; member 60 __u32 offset; member
|
/device/linaro/dragonboard/shared/utils/rmtfs/ |
D | storage.c | 198 ssize_t storage_pread(const struct rmtfd *rmtfd, void *buf, size_t nbyte, off_t offset) in storage_pread() 218 ssize_t storage_pwrite(struct rmtfd *rmtfd, const void *buf, size_t nbyte, off_t offset) in storage_pwrite()
|
/device/google/shusky-kernels/5.15/24Q3-12065098/original-kernel-headers/linux/ |
D | bigo.h | 31 __u32 offset; member 60 __u32 offset; member
|
/device/google/akita-kernels/5.15/24Q3-12065098/original-kernel-headers/linux/ |
D | bigo.h | 31 __u32 offset; member 60 __u32 offset; member
|
/device/google/akita-kernels/5.15/24Q3-12065098/kernel-headers/linux/ |
D | bigo.h | 18 __u32 offset; member 40 __u32 offset; member
|
/device/google/caimito-kernels/6.1/24Q3-12157876/kernel-headers/linux/ |
D | bigo.h | 18 __u32 offset; member 40 __u32 offset; member
|
/device/google/comet-kernels/6.1/24Q3-12157876/kernel-headers/linux/ |
D | bigo.h | 18 __u32 offset; member 40 __u32 offset; member
|