Searched refs:CreateGLTexture1D (Results 1 – 5 of 5) sorted by relevance
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_images_getinfo_common.cpp | 137 CreateGLTexture1D( width, target, gl_fmt, in test_image_format_get_info()
|
D | test_images_read_common.cpp | 461 buffer = CreateGLTexture1D( width, target, gl_fmt, in test_image_format_read()
|
D | test_images_write_common.cpp | 505 CreateGLTexture1D( width, target, format, internalFormat, glType, in test_image_format_write()
|
/external/OpenCL-CTS/test_common/gl/ |
D | helpers.h | 278 extern void * CreateGLTexture1D(size_t width,
|
D | helpers.cpp | 362 void* CreateGLTexture1D( size_t width, GLenum target, GLenum glFormat, in CreateGLTexture1D() function
|