Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_common/gles/
H A Dhelpers.cpp1177 clCreateFromGLTexture_fn clCreateFromGLTexture_ptr; variable
1194clCreateFromGLTexture_ptr = (clCreateFromGLTexture_fn)clGetExtensionFunctionAddressForPlatform(pla… in init_clgl_ext()
1195 if (clCreateFromGLTexture_ptr == NULL) in init_clgl_ext()
H A Dhelpers.h94 extern clCreateFromGLTexture_fn clCreateFromGLTexture_ptr;
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gles/
H A Dtest_images_3D_info.cpp27 …streams[ 0 ] = (*clCreateFromGLTexture_ptr)( context, CL_MEM_READ_ONLY, glTarget, 0, glTexture, &e… in test_image_read()
H A Dtest_images_2D.cpp126 …clMemWrapper image = (*clCreateFromGLTexture_ptr)( context, CL_MEM_READ_ONLY, glTarget, 0, glTextu… in test_image_read()
475 …clMemWrapper image = (*clCreateFromGLTexture_ptr)( context, CL_MEM_WRITE_ONLY, glTarget, 0, glText… in test_image_write()
H A Dtest_images_2D_info.cpp26 …clMemWrapper image = (*clCreateFromGLTexture_ptr)( context, CL_MEM_READ_ONLY, glTarget, 0, glTextu… in test_image_read()
H A Dtest_images_3D.cpp48 …streams[ 0 ] = (*clCreateFromGLTexture_ptr)( context, CL_MEM_READ_ONLY, glTarget, 0, glTexture, &e… in test_image_read()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/
H A Dtest_images_getinfo_common.cpp39 streams[0] = (*clCreateFromGLTexture_ptr)(context, CL_MEM_READ_ONLY, in test_image_info()
H A Dtest_image_methods.cpp175 image = (*clCreateFromGLTexture_ptr)(context, CL_MEM_READ_ONLY, target, 0, in test_image_format_methods()
H A Dtest_images_read_common.cpp397 image = (*clCreateFromGLTexture_ptr)(context, CL_MEM_READ_ONLY, target, in test_image_read()
H A Dtest_images_write_common.cpp432 clMemWrapper image = (*clCreateFromGLTexture_ptr)( in test_image_write()
/aosp_15_r20/external/OpenCL-CTS/test_common/gl/
H A Dhelpers.h107 extern clCreateFromGLTexture_fn clCreateFromGLTexture_ptr;
H A Dhelpers.cpp2380 clCreateFromGLTexture_fn clCreateFromGLTexture_ptr; variable
2434clCreateFromGLTexture_ptr = (clCreateFromGLTexture_fn)clGetExtensionFunctionAddressForPlatform(pla… in init_clgl_ext()
2435 if (clCreateFromGLTexture_ptr == NULL) { in init_clgl_ext()