Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Dcl_stubs_autogen.h160 cl_program CreateProgramWithSource(cl_context context,
Dentry_points_cl_autogen.cpp413 CL_EVENT(CreateProgramWithSource, in clCreateProgramWithSource()
419 ANGLE_CL_VALIDATE_ERRCODE_RET(CreateProgramWithSource, context, count, strings, lengths); in clCreateProgramWithSource()
422 cl_program object = CreateProgramWithSource(context, count, strings, lengths, errorCode); in clCreateProgramWithSource()
Dcl_stubs.cpp397 cl_program CreateProgramWithSource(cl_context context, in CreateProgramWithSource() function