Searched refs:createProgramWithSource (Results 1 – 9 of 9) sorted by relevance
| /external/angle/src/libANGLE/renderer/ |
| D | CLContextImpl.h | 53 virtual angle::Result createProgramWithSource(const cl::Program &program,
|
| /external/angle/src/libANGLE/renderer/vulkan/ |
| D | CLContextVk.h | 62 angle::Result createProgramWithSource(const cl::Program &program,
|
| D | CLContextVk.cpp | 131 angle::Result CLContextVk::createProgramWithSource(const cl::Program &program, in createProgramWithSource() function in rx::CLContextVk
|
| /external/angle/src/libANGLE/renderer/cl/ |
| D | CLContextCL.h | 57 angle::Result createProgramWithSource(const cl::Program &program,
|
| D | CLContextCL.cpp | 264 angle::Result CLContextCL::createProgramWithSource(const cl::Program &program, in createProgramWithSource() function in rx::CLContextCL
|
| /external/angle/src/libANGLE/ |
| D | CLContext.h | 75 cl_program createProgramWithSource(cl_uint count, const char **strings, const size_t *lengths);
|
| D | CLProgram.cpp | 214 ANGLE_CL_IMPL_TRY(context.getImpl().createProgramWithSource(*this, mSource, &mImpl)); in Program()
|
| D | CLContext.cpp | 226 cl_program Context::createProgramWithSource(cl_uint count, in createProgramWithSource() function in cl::Context
|
| /external/angle/src/libGLESv2/ |
| D | cl_stubs.cpp | 421 CL_RETURN_OBJ(context->cast<Context>().createProgramWithSource(count, strings, lengths)); in CreateProgramWithSource()
|