Home
last modified time | relevance | path

Searched refs:CreateGLTexture1DArray (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/
H A Dtest_images_getinfo_common.cpp146 CreateGLTexture1DArray(width, height, target, gl_fmt, in test_image_format_get_info()
H A Dtest_images_read_common.cpp526 buffer = CreateGLTexture1DArray(width, height, target, gl_fmt, in test_image_format_read()
H A Dtest_images_write_common.cpp543 CreateGLTexture1DArray(width, height, target, format, in test_image_format_write()
/aosp_15_r20/external/OpenCL-CTS/test_common/gl/
H A Dhelpers.h262 extern void * CreateGLTexture1DArray( size_t width, size_t length,
H A Dhelpers.cpp36 void * CreateGLTexture1DArray(size_t width, size_t length, in CreateGLTexture1DArray() function