Home
last modified time | relevance | path

Searched refs:CreateGLTexture2DArray (Results 1 – 6 of 6) sorted by relevance

/external/OpenCL-CTS/test_conformance/gl/
Dtest_images_getinfo_common.cpp163 CreateGLTexture2DArray( width, height, depth, target, gl_fmt, in test_image_format_get_info()
Dtest_image_methods.cpp136 CreateGLTexture2DArray( width, height, arraySize, target, in test_image_format_methods()
Dtest_images_read_common.cpp489 buffer = CreateGLTexture2DArray( width, height, depth, target, gl_fmt, in test_image_format_read()
Dtest_images_write_common.cpp527 CreateGLTexture2DArray( width, height, depth, target, format, in test_image_format_write()
/external/OpenCL-CTS/test_common/gl/
Dhelpers.h268 extern void * CreateGLTexture2DArray( size_t width, size_t height, size_t length,
Dhelpers.cpp149 void * CreateGLTexture2DArray(size_t width, size_t height, size_t length, in CreateGLTexture2DArray() function