/hardware/google/gfxstream/host/gl/gl-host-common/opengl/ |
D | gpuinfo_unittest.cpp | 393 std::string contents(win_noinstalleddrivers); in TEST() local 396 parse_gpu_info_list_windows(contents, &gpulist); in TEST() 402 std::string contents(win_single_gpu); in TEST() local 405 parse_gpu_info_list_windows(contents, &gpulist); in TEST() 431 std::string contents(win_dual_gpu); in TEST() local 434 parse_gpu_info_list_windows(contents, &gpulist); in TEST() 491 std::string contents; in TEST() local 494 parse_gpu_info_list_linux(contents, &gpulist); in TEST() 500 std::string contents(linux_2); in TEST() local 503 parse_gpu_info_list_linux(contents, &gpulist); in TEST() [all …]
|
D | NativeGpuInfo_linux.cpp | 42 void parse_gpu_info_list_linux(const std::string& contents, in parse_gpu_info_list_linux() argument 44 size_t line_loc = contents.find("\n"); in parse_gpu_info_list_linux() 46 line_loc = contents.size(); in parse_gpu_info_list_linux() 62 key = contents.substr(p, line_loc - p); in parse_gpu_info_list_linux() 76 if (line_loc == contents.size()) { in parse_gpu_info_list_linux() 80 line_loc = contents.find("\n", p); in parse_gpu_info_list_linux() 82 line_loc = contents.size(); in parse_gpu_info_list_linux()
|
D | NativeGpuInfo_windows.cpp | 91 const std::string& contents, in parse_windows_gpu_dlls() argument 95 contents.substr(val_pos, line_loc - val_pos); in parse_windows_gpu_dlls() 211 void parse_gpu_info_list_windows(const std::string& contents, in parse_gpu_info_list_windows() argument 213 size_t line_loc = contents.find("\r\n"); in parse_gpu_info_list_windows() 215 line_loc = contents.size(); in parse_gpu_info_list_windows() 228 equals_pos = contents.find("=", p); in parse_gpu_info_list_windows() 230 key = contents.substr(p, equals_pos - p); in parse_gpu_info_list_windows() 232 val = contents.substr(val_pos, line_loc - val_pos); in parse_gpu_info_list_windows() 250 parse_windows_gpu_dlls(line_loc, val_pos, contents, gpulist); in parse_gpu_info_list_windows() 253 if (line_loc == contents.size()) { in parse_gpu_info_list_windows() [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_QCOM_render_pass_store_ops.adoc | 21 In such cases, there can: be no contents generated for an attachment within 25 ename:VK_ATTACHMENT_STORE_OP_NONE_QCOM specifying that the contents within 26 the render area may: not be written to memory, but that the prior contents 28 However, if any contents were generated within the render area during 29 rendering, the contents of the attachment will be undefined: inside the
|
/hardware/google/gfxstream/guest/mesa/bin/ |
D | git_sha1_gen.py | 28 def write_if_different(contents): argument 35 if file.read() == contents: 38 file.write(contents)
|
/hardware/google/aemu/base/ |
D | AlignedBuf_unittest.cpp | 135 std::array<char, 4> contents = { 0xa, 0xb, 0xc, 0xd }; in TEST() local 136 size_t initialSize = contents.size(); in TEST() 141 EXPECT_EQ(contents[i], buf[i]); in TEST() 145 memcpy(buf.data(), contents.data(), initialSize); in TEST()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_shared_presentable_image/ |
D | wsi.adoc | 14 engine is only required to update to the latest contents of a shared 20 presentation engine will automatically present the latest contents of a 25 The application can: indicate the image contents have been updated by 66 contents of the shared presentable image, as per the swapchain's 70 contents of the shared presentable image, as per the swapchain's
|
/hardware/google/gfxstream/host/ |
D | ColorBuffer.cpp | 335 std::vector<uint8_t> contents; in flushFromVk() local 336 if (!vk::readColorBufferToBytes(mHandle, &contents)) { in flushFromVk() 341 if (contents.empty()) { in flushFromVk() 346 if (!mColorBufferGl->replaceContents(contents.data(), contents.size())) { in flushFromVk() 406 std::vector<uint8_t> contents(contentsSize, 0); in invalidateForVk() local 408 if (!mColorBufferGl->readContents(&contentsSize, contents.data())) { in invalidateForVk() 413 if (!mColorBufferVk->updateFromBytes(contents)) { in invalidateForVk()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | hostsyncgenerator.py | 38 def writeBlock(self, basename, title, contents): argument 49 if contents: 52 write(contents, file=fp, end='')
|
D | json_h_generator.py | 181 contents = self.sections[section] 182 if contents: 183 write('\n'.join(contents), file=self.outFile)
|
D | spirvcapgenerator.py | 210 def writeBlock(self, basename, contents): argument 222 if len(contents) > 0: 223 for str in contents:
|
/hardware/google/gchips/gralloc4/src/hidl_common/ |
D | SharedMetadata_struct.h | 84 T contents[N]; member 93 return &contents[0]; in data() 98 return &contents[0]; in data()
|
/hardware/google/camera/common/hal/aidl_service/ |
D | version_script.py | 95 contents = input_fh.readlines() 99 for line in contents:
|
/hardware/google/gfxstream/host/gl/gl-host-common/include/host-common/opengl/ |
D | gpuinfo.h | 128 void parse_gpu_info_list_linux(const std::string& contents, GpuInfoList* gpulist); 129 void parse_gpu_info_list_windows(const std::string& contents, GpuInfoList* gpulist);
|
/hardware/ti/am57x/libhwcomposer/ |
D | hwc.cpp | 453 hwc_display_contents_1_t* contents = displays[i]; in hwc_prepare() local 455 if (!contents) in hwc_prepare() 458 if (contents->numHwLayers == 0) { in hwc_prepare() 463 int disp_err = hwc_prepare_for_display(hwc_dev, i, contents); in hwc_prepare() 522 hwc_display_contents_1_t* contents = displays[i]; in hwc_set() local 524 if (!contents) in hwc_set() 527 if (contents->numHwLayers == 0) { in hwc_set() 532 int disp_err = hwc_set_for_display(hwc_dev, i, contents); in hwc_set()
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/1/android/hardware/radio/sim/ |
D | IRadioSim.aidl | 57 oneway void sendEnvelope(in int serial, in String contents); in sendEnvelope() argument 58 oneway void sendEnvelopeWithStatus(in int serial, in String contents); in sendEnvelopeWithStatus() argument 59 oneway void sendTerminalResponseToSim(in int serial, in String contents); in sendTerminalResponseToSim() argument
|
/hardware/interfaces/radio/aidl/android/hardware/radio/sim/ |
D | IRadioSim.aidl | 332 void sendEnvelope(in int serial, in String contents); in sendEnvelope() argument 349 void sendEnvelopeWithStatus(in int serial, in String contents); in sendEnvelopeWithStatus() argument 362 void sendTerminalResponseToSim(in int serial, in String contents); in sendTerminalResponseToSim() argument
|
/hardware/interfaces/radio/aidl/android/hardware/radio/data/ |
D | PcoDataInfo.aidl | 40 byte[] contents;
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/3/android/hardware/radio/data/ |
D | PcoDataInfo.aidl | 41 byte[] contents;
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/current/android/hardware/radio/data/ |
D | PcoDataInfo.aidl | 41 byte[] contents;
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/1/android/hardware/radio/data/ |
D | PcoDataInfo.aidl | 40 byte[] contents;
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/2/android/hardware/radio/data/ |
D | PcoDataInfo.aidl | 40 byte[] contents;
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/2/android/hardware/radio/sim/ |
D | IRadioSim.aidl | 60 oneway void sendEnvelope(in int serial, in String contents); in sendEnvelope() argument 61 oneway void sendEnvelopeWithStatus(in int serial, in String contents); in sendEnvelopeWithStatus() argument 62 oneway void sendTerminalResponseToSim(in int serial, in String contents); in sendTerminalResponseToSim() argument
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/3/android/hardware/radio/sim/ |
D | IRadioSim.aidl | 61 oneway void sendEnvelope(in int serial, in String contents); in sendEnvelope() argument 62 oneway void sendEnvelopeWithStatus(in int serial, in String contents); in sendEnvelopeWithStatus() argument 63 oneway void sendTerminalResponseToSim(in int serial, in String contents); in sendTerminalResponseToSim() argument
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/current/android/hardware/radio/sim/ |
D | IRadioSim.aidl | 61 oneway void sendEnvelope(in int serial, in String contents); in sendEnvelope() argument 62 oneway void sendEnvelopeWithStatus(in int serial, in String contents); in sendEnvelopeWithStatus() argument 63 oneway void sendTerminalResponseToSim(in int serial, in String contents); in sendTerminalResponseToSim() argument
|