Searched refs:createProgramWithIL (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/ |
H A D | CLContextImpl.h | 54 virtual angle::Result createProgramWithIL(const cl::Program &program,
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/cl/ |
H A D | CLContextCL.h | 58 angle::Result createProgramWithIL(const cl::Program &program,
|
H A D | CLContextCL.cpp | 281 angle::Result CLContextCL::createProgramWithIL(const cl::Program &program, in createProgramWithIL() function in rx::CLContextCL
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | CLContextVk.h | 64 angle::Result createProgramWithIL(const cl::Program &program,
|
H A D | CLContextVk.cpp | 229 angle::Result CLContextVk::createProgramWithIL(const cl::Program &program, in createProgramWithIL() function in rx::CLContextVk
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | CLContext.h | 77 cl_program createProgramWithIL(const void *il, size_t length);
|
H A D | CLProgram.cpp | 230 ANGLE_CL_IMPL_TRY(context.getImpl().createProgramWithIL(*this, il, length, &mImpl)); in Program()
|
H A D | CLContext.cpp | 289 cl_program Context::createProgramWithIL(const void *il, size_t length) in createProgramWithIL() function in cl::Context
|
/aosp_15_r20/external/angle/src/libGLESv2/ |
H A D | cl_stubs.cpp | 449 CL_RETURN_OBJ(context->cast<Context>().createProgramWithIL(il, length)); in CreateProgramWithIL()
|