Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Dcl_stubs_autogen.h177 cl_program CreateProgramWithIL(cl_context context,
Dentry_points_cl_autogen.cpp2204 CL_EVENT(CreateProgramWithIL, in clCreateProgramWithIL()
2209 ANGLE_CL_VALIDATE_ERRCODE_RET(CreateProgramWithIL, context, il, length); in clCreateProgramWithIL()
2212 cl_program object = CreateProgramWithIL(context, il, length, errorCode); in clCreateProgramWithIL()
Dcl_stubs.cpp428 cl_program CreateProgramWithIL(cl_context context, const void *il, size_t length, cl_int &errorCode) in CreateProgramWithIL() function