Home
last modified time | relevance | path

Searched refs:CreateProgramWithIL (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libGLESv2/
Dcl_stubs_autogen.h161 cl_program CreateProgramWithIL(cl_context context, const void *il, size_t length);
Dentry_points_cl_autogen.cpp2580 CL_EVENT(CreateProgramWithIL, in clCreateProgramWithIL()
2585 ANGLE_CL_VALIDATE_ERRCODE_RET(CreateProgramWithIL, context, il, length); in clCreateProgramWithIL()
2588 cl_program object = CreateProgramWithIL(context, il, length); in clCreateProgramWithIL()
2595 ANGLE_CAPTURE_CL(CreateProgramWithIL, true, context, il, length, errcode_ret, object); in clCreateProgramWithIL()
Dcl_stubs.cpp447 cl_program CreateProgramWithIL(cl_context context, const void *il, size_t length) in CreateProgramWithIL() function