Home
last modified time | relevance | path

Searched refs:clGetGLContextInfoKHR (Results 1 – 4 of 4) sorted by relevance

/external/OpenCL-CTS/test_common/gl/
Dsetup_win32.cpp35 #define clGetGLContextInfoKHR clGetGLContextInfoKHR_proc macro
36 static clGetGLContextInfoKHR_fn clGetGLContextInfoKHR; variable
89 if (!clGetGLContextInfoKHR) { in CreateCLContext()
117clGetGLContextInfoKHR = (clGetGLContextInfoKHR_fn) clGetExtensionFunctionAddressForPlatform(platfo… in CreateCLContext()
118 if (!clGetGLContextInfoKHR) { in CreateCLContext()
123 status = clGetGLContextInfoKHR(properties, in CreateCLContext()
135 status = clGetGLContextInfoKHR(properties, in CreateCLContext()
/external/OpenCL-CTS/test_conformance/gles/
Dsetup_egl.cpp115 status = clGetGLContextInfoKHR(properties, in CreateCLContext()
127 status = clGetGLContextInfoKHR(properties, in CreateCLContext()
/external/mesa3d/include/CL/
Dcl_gl.h154 clGetGLContextInfoKHR(const cl_context_properties * properties,
Dcl_icd.h1180 cl_api_clGetGLContextInfoKHR clGetGLContextInfoKHR; member