Searched refs:createProgramWithSource (Results 1 – 7 of 7) sorted by relevance
/external/angle/src/libANGLE/renderer/ |
D | CLContextImpl.h | 53 virtual CLProgramImpl::Ptr createProgramWithSource(const cl::Program &program,
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLContextCL.h | 58 CLProgramImpl::Ptr createProgramWithSource(const cl::Program &program,
|
D | CLContextCL.cpp | 251 CLProgramImpl::Ptr CLContextCL::createProgramWithSource(const cl::Program &program, in createProgramWithSource() function in rx::CLContextCL
|
/external/angle/src/libANGLE/ |
D | CLContext.h | 81 cl_program createProgramWithSource(cl_uint count,
|
D | CLProgram.cpp | 210 mImpl(context.getImpl().createProgramWithSource(*this, source, errorCode)), in Program()
|
D | CLContext.cpp | 232 cl_program Context::createProgramWithSource(cl_uint count, in createProgramWithSource() function in cl::Context
|
/external/angle/src/libGLESv2/ |
D | cl_stubs.cpp | 403 return context->cast<Context>().createProgramWithSource(count, strings, lengths, errorCode); in CreateProgramWithSource()
|