Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libGLESv2/
H A Dcl_stubs_autogen.h147 cl_program CreateProgramWithSource(cl_context context,
H A Dentry_points_cl_autogen.cpp429 CL_EVENT(CreateProgramWithSource, in clCreateProgramWithSource()
435 ANGLE_CL_VALIDATE_ERRCODE_RET(CreateProgramWithSource, context, count, strings, lengths); in clCreateProgramWithSource()
438 cl_program object = CreateProgramWithSource(context, count, strings, lengths); in clCreateProgramWithSource()
H A Dcl_stubs.cpp419 cl_program CreateProgramWithSource(cl_context context, in CreateProgramWithSource() function