Home
last modified time | relevance | path

Searched refs:clCreateFromGLTexture_ptr (Results 1 – 12 of 12) sorted by relevance

/external/OpenCL-CTS/test_conformance/gles/
Dtest_images_3D_info.cpp27 …streams[ 0 ] = (*clCreateFromGLTexture_ptr)( context, CL_MEM_READ_ONLY, glTarget, 0, glTexture, &e… in test_image_read()
Dtest_images_2D_info.cpp26 …clMemWrapper image = (*clCreateFromGLTexture_ptr)( context, CL_MEM_READ_ONLY, glTarget, 0, glTextu… in test_image_read()
Dtest_images_3D.cpp48 …streams[ 0 ] = (*clCreateFromGLTexture_ptr)( context, CL_MEM_READ_ONLY, glTarget, 0, glTexture, &e… in test_image_read()
Dtest_images_2D.cpp126 …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/
Dtest_images_getinfo_common.cpp38 streams[ 0 ] = (*clCreateFromGLTexture_ptr)( context, CL_MEM_READ_ONLY, in test_image_info()
Dtest_image_methods.cpp166 image = (*clCreateFromGLTexture_ptr)( context, CL_MEM_READ_ONLY, in test_image_format_methods()
Dtest_images_read_common.cpp368 image = (*clCreateFromGLTexture_ptr)( context, CL_MEM_READ_ONLY, in test_image_read()
Dtest_images_write_common.cpp411 clMemWrapper image = (*clCreateFromGLTexture_ptr)( context, CL_MEM_WRITE_ONLY, in test_image_write()
/external/OpenCL-CTS/test_common/gles/
Dhelpers.h96 extern clCreateFromGLTexture_fn clCreateFromGLTexture_ptr;
Dhelpers.cpp1179 clCreateFromGLTexture_fn clCreateFromGLTexture_ptr; variable
1196clCreateFromGLTexture_ptr = (clCreateFromGLTexture_fn)clGetExtensionFunctionAddressForPlatform(pla… in init_clgl_ext()
1197 if (clCreateFromGLTexture_ptr == NULL) in init_clgl_ext()
/external/OpenCL-CTS/test_common/gl/
Dhelpers.h108 extern clCreateFromGLTexture_fn clCreateFromGLTexture_ptr;
Dhelpers.cpp2372 clCreateFromGLTexture_fn clCreateFromGLTexture_ptr; variable
2426clCreateFromGLTexture_ptr = (clCreateFromGLTexture_fn)clGetExtensionFunctionAddressForPlatform(pla… in init_clgl_ext()
2427 if (clCreateFromGLTexture_ptr == NULL) { in init_clgl_ext()