Home
last modified time | relevance | path

Searched defs:PropertiesArray (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/cl_khr_command_buffer_mutable_dispatch/
H A Dmutable_command_info.cpp111 struct PropertiesArray : public InfoMutableCommandBufferTest struct
115 PropertiesArray(cl_device_id device, cl_context context, in PropertiesArray() function
120 cl_int Run() override in Run()
154 cl_mutable_command_khr command = nullptr;
/aosp_15_r20/external/angle/src/common/
H A Dpacked_cl_enums.json137 "PropertiesArray": "CL_QUEUE_PROPERTIES_ARRAY" string
H A DPackedCLEnums_autogen.h52 PropertiesArray = 6, enumerator
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.h81 using PropertiesArray = std::array<PointerProperties, MAX_POINTERS>; variable