Searched refs:clCreateFromGLTexture_ptr (Results 1 – 12 of 12) sorted by relevance
/external/OpenCL-CTS/test_conformance/gles/ |
D | test_images_3D_info.cpp | 27 …streams[ 0 ] = (*clCreateFromGLTexture_ptr)( context, CL_MEM_READ_ONLY, glTarget, 0, glTexture, &e… in test_image_read()
|
D | test_images_2D_info.cpp | 26 …clMemWrapper image = (*clCreateFromGLTexture_ptr)( context, CL_MEM_READ_ONLY, glTarget, 0, glTextu… in test_image_read()
|
D | test_images_3D.cpp | 48 …streams[ 0 ] = (*clCreateFromGLTexture_ptr)( context, CL_MEM_READ_ONLY, glTarget, 0, glTexture, &e… in test_image_read()
|
D | test_images_2D.cpp | 126 …clMemWrapper image = (*clCreateFromGLTexture_ptr)( context, CL_MEM_READ_ONLY, glTarget, 0, glTextu… in test_image_read() 473 …clMemWrapper image = (*clCreateFromGLTexture_ptr)( context, CL_MEM_WRITE_ONLY, glTarget, 0, glText… in test_image_write()
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_images_getinfo_common.cpp | 38 streams[ 0 ] = (*clCreateFromGLTexture_ptr)( context, CL_MEM_READ_ONLY, in test_image_info()
|
D | test_image_methods.cpp | 166 image = (*clCreateFromGLTexture_ptr)( context, CL_MEM_READ_ONLY, in test_image_format_methods()
|
D | test_images_read_common.cpp | 368 image = (*clCreateFromGLTexture_ptr)( context, CL_MEM_READ_ONLY, in test_image_read()
|
D | test_images_write_common.cpp | 411 clMemWrapper image = (*clCreateFromGLTexture_ptr)( context, CL_MEM_WRITE_ONLY, in test_image_write()
|
/external/OpenCL-CTS/test_common/gles/ |
D | helpers.h | 96 extern clCreateFromGLTexture_fn clCreateFromGLTexture_ptr;
|
D | helpers.cpp | 1179 clCreateFromGLTexture_fn clCreateFromGLTexture_ptr; variable 1196 …clCreateFromGLTexture_ptr = (clCreateFromGLTexture_fn)clGetExtensionFunctionAddressForPlatform(pla… in init_clgl_ext() 1197 if (clCreateFromGLTexture_ptr == NULL) in init_clgl_ext()
|
/external/OpenCL-CTS/test_common/gl/ |
D | helpers.h | 108 extern clCreateFromGLTexture_fn clCreateFromGLTexture_ptr;
|
D | helpers.cpp | 2372 clCreateFromGLTexture_fn clCreateFromGLTexture_ptr; variable 2426 …clCreateFromGLTexture_ptr = (clCreateFromGLTexture_fn)clGetExtensionFunctionAddressForPlatform(pla… in init_clgl_ext() 2427 if (clCreateFromGLTexture_ptr == NULL) { in init_clgl_ext()
|