Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
DCLContextImpl.h57 virtual CLProgramImpl::Ptr createProgramWithIL(const cl::Program &program,
/external/angle/src/libANGLE/renderer/cl/
DCLContextCL.h62 CLProgramImpl::Ptr createProgramWithIL(const cl::Program &program,
DCLContextCL.cpp263 CLProgramImpl::Ptr CLContextCL::createProgramWithIL(const cl::Program &program, in createProgramWithIL() function in rx::CLContextCL
/external/angle/src/libANGLE/
DCLContext.h86 cl_program createProgramWithIL(const void *il, size_t length, cl_int &errorCode);
DCLProgram.cpp219 mImpl(context.getImpl().createProgramWithIL(*this, il, length, errorCode)), in Program()
DCLContext.cpp263 cl_program Context::createProgramWithIL(const void *il, size_t length, cl_int &errorCode) in createProgramWithIL() function in cl::Context
/external/angle/src/libGLESv2/
Dcl_stubs.cpp430 return context->cast<Context>().createProgramWithIL(il, length, errorCode); in CreateProgramWithIL()