mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-23 23:49:02 +00:00
Ensure is_extension_available is used where possible (#722)
(Patch2) A number of tests have got their own code for checking the presence of extensions. This change replaces that code with is_extension_available function. Contributes to #627 Signed-off-by: Ellen Norris-Thompson <ellen.norris-thompson@arm.com> Change-Id: I17e007e5ad009e522c5006c42537bf1170550a6f
This commit is contained in:
@@ -98,7 +98,6 @@ private:
|
||||
TTestResult _resultLast;
|
||||
};
|
||||
|
||||
bool ExtensionCheck(const std::string &extension, cl_device_id deviceID);
|
||||
void FunctionContextCreateToString(TContextFuncType contextCreateFunction, std::string &contextFunction);
|
||||
void AdapterToString(cl_dx9_media_adapter_type_khr adapterType, std::string &adapter);
|
||||
cl_context_info AdapterTypeToContextInfo(cl_dx9_media_adapter_type_khr adapterType);
|
||||
|
||||
Reference in New Issue
Block a user