Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/gl/
Dtest_images_getinfo_common.cpp137 CreateGLTexture1D( width, target, gl_fmt, in test_image_format_get_info()
Dtest_images_read_common.cpp461 buffer = CreateGLTexture1D( width, target, gl_fmt, in test_image_format_read()
Dtest_images_write_common.cpp505 CreateGLTexture1D( width, target, format, internalFormat, glType, in test_image_format_write()
/external/OpenCL-CTS/test_common/gl/
Dhelpers.h278 extern void * CreateGLTexture1D(size_t width,
Dhelpers.cpp362 void* CreateGLTexture1D( size_t width, GLenum target, GLenum glFormat, in CreateGLTexture1D() function