Home
last modified time | relevance | path

Searched refs:createProgramWithSource (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DCLContextImpl.h50 virtual angle::Result createProgramWithSource(const cl::Program &program,
/aosp_15_r20/external/angle/src/libANGLE/renderer/cl/
H A DCLContextCL.h54 angle::Result createProgramWithSource(const cl::Program &program,
H A DCLContextCL.cpp264 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 DCLContextVk.h60 angle::Result createProgramWithSource(const cl::Program &program,
H A DCLContextVk.cpp214 angle::Result CLContextVk::createProgramWithSource(const cl::Program &program, in createProgramWithSource() function in rx::CLContextVk
/aosp_15_r20/external/angle/src/libANGLE/
H A DCLContext.h75 cl_program createProgramWithSource(cl_uint count, const char **strings, const size_t *lengths);
H A DCLProgram.cpp220 ANGLE_CL_IMPL_TRY(context.getImpl().createProgramWithSource(*this, mSource, &mImpl)); in Program()
H A DCLContext.cpp259 cl_program Context::createProgramWithSource(cl_uint count, in createProgramWithSource() function in cl::Context
/aosp_15_r20/external/angle/src/libGLESv2/
H A Dcl_stubs.cpp424 CL_RETURN_OBJ(context->cast<Context>().createProgramWithSource(count, strings, lengths)); in CreateProgramWithSource()