Home
last modified time | relevance | path

Searched defs:pushResource (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmTypeTests.cpp2527 void SpvAsmTypeInt8Tests::pushResource(vector<Resource> &resource, const vector<int8_t> &data) in pushResource() function in vkt::SpirVAssembly::SpvAsmTypeInt8Tests
2572 void SpvAsmTypeInt16Tests::pushResource(vector<Resource> &resource, const vector<int16_t> &data) in pushResource() function in vkt::SpirVAssembly::SpvAsmTypeInt16Tests
2617 void SpvAsmTypeInt32Tests::pushResource(vector<Resource> &resource, const vector<int32_t> &data) in pushResource() function in vkt::SpirVAssembly::SpvAsmTypeInt32Tests
2662 void SpvAsmTypeInt64Tests::pushResource(vector<Resource> &resource, const vector<int64_t> &data) in pushResource() function in vkt::SpirVAssembly::SpvAsmTypeInt64Tests
2706 void SpvAsmTypeUint8Tests::pushResource(vector<Resource> &resource, const vector<uint8_t> &data) in pushResource() function in vkt::SpirVAssembly::SpvAsmTypeUint8Tests
2750 void SpvAsmTypeUint16Tests::pushResource(vector<Resource> &resource, const vector<uint16_t> &data) in pushResource() function in vkt::SpirVAssembly::SpvAsmTypeUint16Tests
2794 void SpvAsmTypeUint32Tests::pushResource(vector<Resource> &resource, const vector<uint32_t> &data) in pushResource() function in vkt::SpirVAssembly::SpvAsmTypeUint32Tests
2838 void SpvAsmTypeUint64Tests::pushResource(vector<Resource> &resource, const vector<uint64_t> &data) in pushResource() function in vkt::SpirVAssembly::SpvAsmTypeUint64Tests
/aosp_15_r20/cts/hostsidetests/securitybulletin/src/android/security/cts/
H A DAdbUtils.java310 public static void pushResource(String fullResourceName, String deviceFilePath, in pushResource() method in AdbUtils