Searched refs:createProgramWithBinary (Results 1 – 7 of 7) sorted by relevance
/external/angle/src/libANGLE/renderer/ |
D | CLContextImpl.h | 62 virtual CLProgramImpl::Ptr createProgramWithBinary(const cl::Program &program,
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLContextCL.h | 67 CLProgramImpl::Ptr createProgramWithBinary(const cl::Program &program,
|
D | CLContextCL.cpp | 274 CLProgramImpl::Ptr CLContextCL::createProgramWithBinary(const cl::Program &program, in createProgramWithBinary() function in rx::CLContextCL
|
/external/angle/src/libANGLE/ |
D | CLContext.h | 88 cl_program createProgramWithBinary(cl_uint numDevices,
|
D | CLProgram.cpp | 233 .createProgramWithBinary(*this, lengths, binaries, binaryStatus, errorCode)), in Program()
|
D | CLContext.cpp | 268 cl_program Context::createProgramWithBinary(cl_uint numDevices, in createProgramWithBinary() function in cl::Context
|
/external/angle/src/libGLESv2/ |
D | cl_stubs.cpp | 414 return context->cast<Context>().createProgramWithBinary(num_devices, device_list, lengths, in CreateProgramWithBinary()
|