Searched refs:CreateProgramWithIL (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/angle/src/libGLESv2/ |
H A D | cl_stubs_autogen.h | 161 cl_program CreateProgramWithIL(cl_context context, const void *il, size_t length);
|
H A D | entry_points_cl_autogen.cpp | 2282 CL_EVENT(CreateProgramWithIL, in clCreateProgramWithIL() 2287 ANGLE_CL_VALIDATE_ERRCODE_RET(CreateProgramWithIL, context, il, length); in clCreateProgramWithIL() 2290 cl_program object = CreateProgramWithIL(context, il, length); in clCreateProgramWithIL()
|
H A D | cl_stubs.cpp | 447 cl_program CreateProgramWithIL(cl_context context, const void *il, size_t length) in CreateProgramWithIL() function
|