Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DCLContextVk.cpp238 angle::Result CLContextVk::createProgramWithBinary(const cl::Program &program, in createProgramWithBinary() function in rx::CLContextVk
/aosp_15_r20/external/angle/src/libANGLE/renderer/cl/
H A DCLContextCL.cpp297 angle::Result CLContextCL::createProgramWithBinary(const cl::Program &program, in createProgramWithBinary() function in rx::CLContextCL
/aosp_15_r20/external/angle/src/libANGLE/
H A DCLContext.cpp294 cl_program Context::createProgramWithBinary(cl_uint numDevices, in createProgramWithBinary() function in cl::Context