Searched refs:CreateContextFromType (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/ |
D | CLPlatform.h | 50 static cl_context CreateContextFromType(const cl_context_properties *properties,
|
D | CLPlatform.cpp | 234 cl_context Platform::CreateContextFromType(const cl_context_properties *properties, in CreateContextFromType() function in cl::Platform
|
/external/angle/src/libGLESv2/ |
D | cl_stubs.cpp | 144 cl_context CreateContextFromType(const cl_context_properties *properties, in CreateContextFromType() function 153 return Platform::CreateContextFromType(properties, device_type, pfn_notify, user_data, in CreateContextFromType()
|
D | cl_stubs_autogen.h | 57 cl_context CreateContextFromType(const cl_context_properties *properties,
|
D | entry_points_cl_autogen.cpp | 151 CL_EVENT(CreateContextFromType, in clCreateContextFromType() 159 ANGLE_CL_VALIDATE_ERRCODE_RET(CreateContextFromType, properties, device_typePacked, pfn_notify, in clCreateContextFromType() 164 CreateContextFromType(properties, device_typePacked, pfn_notify, user_data, errorCode); in clCreateContextFromType()
|