Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/cl/
DCLContextCL.cpp263 CLProgramImpl::Ptr CLContextCL::createProgramWithIL(const cl::Program &program, in createProgramWithIL() function in rx::CLContextCL
/external/angle/src/libANGLE/
DCLContext.cpp263 cl_program Context::createProgramWithIL(const void *il, size_t length, cl_int &errorCode) in createProgramWithIL() function in cl::Context