Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DCLContextVk.cpp229 angle::Result CLContextVk::createProgramWithIL(const cl::Program &program, in createProgramWithIL() function in rx::CLContextVk
/aosp_15_r20/external/angle/src/libANGLE/renderer/cl/
H A DCLContextCL.cpp281 angle::Result CLContextCL::createProgramWithIL(const cl::Program &program, in createProgramWithIL() function in rx::CLContextCL
/aosp_15_r20/external/angle/src/libANGLE/
H A DCLContext.cpp289 cl_program Context::createProgramWithIL(const void *il, size_t length) in createProgramWithIL() function in cl::Context