Home
last modified time | relevance | path

Searched refs:createProgramWithBinary (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libANGLE/renderer/
DCLContextImpl.h62 virtual CLProgramImpl::Ptr createProgramWithBinary(const cl::Program &program,
/external/angle/src/libANGLE/renderer/cl/
DCLContextCL.h67 CLProgramImpl::Ptr createProgramWithBinary(const cl::Program &program,
DCLContextCL.cpp274 CLProgramImpl::Ptr CLContextCL::createProgramWithBinary(const cl::Program &program, in createProgramWithBinary() function in rx::CLContextCL
/external/angle/src/libANGLE/
DCLContext.h88 cl_program createProgramWithBinary(cl_uint numDevices,
DCLProgram.cpp233 .createProgramWithBinary(*this, lengths, binaries, binaryStatus, errorCode)), in Program()
DCLContext.cpp268 cl_program Context::createProgramWithBinary(cl_uint numDevices, in createProgramWithBinary() function in cl::Context
/external/angle/src/libGLESv2/
Dcl_stubs.cpp414 return context->cast<Context>().createProgramWithBinary(num_devices, device_list, lengths, in CreateProgramWithBinary()