Home
last modified time | relevance | path

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

/third_party/boost/libs/compute/include/boost/compute/interop/opengl/
Dcontext.hpp97 CL_GL_CONTEXT_KHR, (cl_context_properties) glXGetCurrentContext(), in opengl_create_shared_context()
100 CL_GL_CONTEXT_KHR, (cl_context_properties) wglGetCurrentContext(), in opengl_create_shared_context()
/third_party/boost/boost/compute/interop/opengl/
Dcontext.hpp97 CL_GL_CONTEXT_KHR, (cl_context_properties) glXGetCurrentContext(), in opengl_create_shared_context()
100 CL_GL_CONTEXT_KHR, (cl_context_properties) wglGetCurrentContext(), in opengl_create_shared_context()
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl_gl.h143 #define CL_GL_CONTEXT_KHR 0x2008 macro
/third_party/mesa3d/include/CL/
Dcl_gl.h147 #define CL_GL_CONTEXT_KHR 0x2008 macro
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl_gl.h135 #define CL_GL_CONTEXT_KHR 0x2008 macro
/third_party/opencl-headers/CL/
Dcl_gl.h135 #define CL_GL_CONTEXT_KHR 0x2008 macro
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_runtime.cc180 …cl_context_properties context_prop[] = {CL_GL_CONTEXT_KHR, (cl_context_properties)eglGetCurrentCon… in InitQueue()