Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DCLContextImpl.h54 virtual angle::Result createProgramWithIL(const cl::Program &program,
/aosp_15_r20/external/angle/src/libANGLE/renderer/cl/
H A DCLContextCL.h58 angle::Result createProgramWithIL(const cl::Program &program,
H A DCLContextCL.cpp281 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 DCLContextVk.h64 angle::Result createProgramWithIL(const cl::Program &program,
H A DCLContextVk.cpp229 angle::Result CLContextVk::createProgramWithIL(const cl::Program &program, in createProgramWithIL() function in rx::CLContextVk
/aosp_15_r20/external/angle/src/libANGLE/
H A DCLContext.h77 cl_program createProgramWithIL(const void *il, size_t length);
H A DCLProgram.cpp230 ANGLE_CL_IMPL_TRY(context.getImpl().createProgramWithIL(*this, il, length, &mImpl)); in Program()
H A DCLContext.cpp289 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 Dcl_stubs.cpp449 CL_RETURN_OBJ(context->cast<Context>().createProgramWithIL(il, length)); in CreateProgramWithIL()