Searched refs:createProgramWithSource (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/ |
H A D | CLContextImpl.h | 50 virtual angle::Result createProgramWithSource(const cl::Program &program,
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/cl/ |
H A D | CLContextCL.h | 54 angle::Result createProgramWithSource(const cl::Program &program,
|
H A D | CLContextCL.cpp | 264 angle::Result CLContextCL::createProgramWithSource(const cl::Program &program, in createProgramWithSource() function in rx::CLContextCL
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | CLContextVk.h | 60 angle::Result createProgramWithSource(const cl::Program &program,
|
H A D | CLContextVk.cpp | 214 angle::Result CLContextVk::createProgramWithSource(const cl::Program &program, in createProgramWithSource() function in rx::CLContextVk
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | CLContext.h | 75 cl_program createProgramWithSource(cl_uint count, const char **strings, const size_t *lengths);
|
H A D | CLProgram.cpp | 220 ANGLE_CL_IMPL_TRY(context.getImpl().createProgramWithSource(*this, mSource, &mImpl)); in Program()
|
H A D | CLContext.cpp | 259 cl_program Context::createProgramWithSource(cl_uint count, in createProgramWithSource() function in cl::Context
|
/aosp_15_r20/external/angle/src/libGLESv2/ |
H A D | cl_stubs.cpp | 424 CL_RETURN_OBJ(context->cast<Context>().createProgramWithSource(count, strings, lengths)); in CreateProgramWithSource()
|