Home
last modified time | relevance | path

Searched defs:createProgramWithSource (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
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/renderer/cl/
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/
H A DCLContext.cpp259 cl_program Context::createProgramWithSource(cl_uint count, in createProgramWithSource() function in cl::Context