Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
DCLContextImpl.h53 virtual CLProgramImpl::Ptr createProgramWithSource(const cl::Program &program,
/external/angle/src/libANGLE/renderer/cl/
DCLContextCL.h58 CLProgramImpl::Ptr createProgramWithSource(const cl::Program &program,
DCLContextCL.cpp251 CLProgramImpl::Ptr CLContextCL::createProgramWithSource(const cl::Program &program, in createProgramWithSource() function in rx::CLContextCL
/external/angle/src/libANGLE/
DCLContext.h81 cl_program createProgramWithSource(cl_uint count,
DCLProgram.cpp210 mImpl(context.getImpl().createProgramWithSource(*this, source, errorCode)), in Program()
DCLContext.cpp232 cl_program Context::createProgramWithSource(cl_uint count, in createProgramWithSource() function in cl::Context
/external/angle/src/libGLESv2/
Dcl_stubs.cpp403 return context->cast<Context>().createProgramWithSource(count, strings, lengths, errorCode); in CreateProgramWithSource()