Searched refs:CreateCLContext (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | cl_context.cc | 84 absl::Status CreateCLContext(const CLDevice& device, in CreateCLContext() function 143 absl::Status CreateCLContext(const CLDevice& device, CLContext* result) { in CreateCLContext() function 144 return CreateCLContext(device, nullptr, result); in CreateCLContext() 163 return CreateCLContext(device, props, result); in CreateCLGLContext()
|
D | cl_context.h | 54 absl::Status CreateCLContext(const CLDevice& device, CLContext* result);
|
D | environment.cc | 38 RETURN_IF_ERROR(CreateCLContext(gpu, &context)); in CreateEnvironment() 246 RETURN_IF_ERROR(CreateCLContext(gpu, &context)); in CreateEnvironment()
|
D | api.cc | 878 RETURN_IF_ERROR(CreateCLContext(device, &context)); in Init() 881 RETURN_IF_ERROR(CreateCLContext(device, &context)); in Init()
|
/external/OpenCL-CTS/test_common/gl/ |
D | setup.h | 40 virtual cl_context CreateCLContext( void ) = 0;
|
D | setup_x11.cpp | 51 virtual cl_context CreateCLContext( void ) in CreateCLContext() function in X11GLEnvironment
|
D | setup_osx.cpp | 71 virtual cl_context CreateCLContext( void ) in CreateCLContext() function in OSXGLEnvironment
|
D | setup_win32.cpp | 70 virtual cl_context CreateCLContext( void ) in CreateCLContext() function in WGLEnvironment
|
/external/OpenCL-CTS/test_common/gles/ |
D | setup.h | 36 virtual cl_context CreateCLContext( void ) = 0;
|
/external/OpenCL-CTS/test_conformance/gles/ |
D | main.cpp | 185 sCurrentContext = glEnv->CreateCLContext(); in main() 292 sCurrentContext = glEnv->CreateCLContext(); in main()
|
D | setup_egl.cpp | 103 virtual cl_context CreateCLContext( void ) in CreateCLContext() function in EGLGLEnvironment
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | main.cpp | 251 sCurrentContext = glEnv->CreateCLContext(); in main() 318 sCurrentContext = glEnv->CreateCLContext(); in main()
|