Home
last modified time | relevance | path

Searched refs:CreateContextFromType (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/
DCLPlatform.h50 static cl_context CreateContextFromType(const cl_context_properties *properties,
DCLPlatform.cpp234 cl_context Platform::CreateContextFromType(const cl_context_properties *properties, in CreateContextFromType() function in cl::Platform
/external/angle/src/libGLESv2/
Dcl_stubs.cpp144 cl_context CreateContextFromType(const cl_context_properties *properties, in CreateContextFromType() function
153 return Platform::CreateContextFromType(properties, device_type, pfn_notify, user_data, in CreateContextFromType()
Dcl_stubs_autogen.h57 cl_context CreateContextFromType(const cl_context_properties *properties,
Dentry_points_cl_autogen.cpp151 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()