Searched refs:createProgramWithIL (Results 1 – 7 of 7) sorted by relevance
/external/angle/src/libANGLE/renderer/ |
D | CLContextImpl.h | 57 virtual CLProgramImpl::Ptr createProgramWithIL(const cl::Program &program,
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLContextCL.h | 62 CLProgramImpl::Ptr createProgramWithIL(const cl::Program &program,
|
D | CLContextCL.cpp | 263 CLProgramImpl::Ptr CLContextCL::createProgramWithIL(const cl::Program &program, in createProgramWithIL() function in rx::CLContextCL
|
/external/angle/src/libANGLE/ |
D | CLContext.h | 86 cl_program createProgramWithIL(const void *il, size_t length, cl_int &errorCode);
|
D | CLProgram.cpp | 219 mImpl(context.getImpl().createProgramWithIL(*this, il, length, errorCode)), in Program()
|
D | CLContext.cpp | 263 cl_program Context::createProgramWithIL(const void *il, size_t length, cl_int &errorCode) in createProgramWithIL() function in cl::Context
|
/external/angle/src/libGLESv2/ |
D | cl_stubs.cpp | 430 return context->cast<Context>().createProgramWithIL(il, length, errorCode); in CreateProgramWithIL()
|