Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/gl/
Dtest_images_getinfo_common.cpp147 CreateGLTexture1DArray( width, height, target, gl_fmt, in test_image_format_get_info()
Dtest_images_read_common.cpp485 buffer = CreateGLTexture1DArray( width, height, target, gl_fmt, in test_image_format_read()
Dtest_images_write_common.cpp513 CreateGLTexture1DArray( width, height, target, format, internalFormat, in test_image_format_write()
/external/OpenCL-CTS/test_common/gl/
Dhelpers.h263 extern void * CreateGLTexture1DArray( size_t width, size_t length,
Dhelpers.cpp36 void * CreateGLTexture1DArray(size_t width, size_t length, in CreateGLTexture1DArray() function