Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/gl/
Dtest_images_getinfo_common.cpp142 CreateGLTextureBuffer( width, target, gl_fmt, in test_image_format_get_info()
Dtest_images_read_common.cpp466 buffer = CreateGLTextureBuffer(width, target, gl_fmt, gl_internal_fmt, in test_image_format_read()
Dtest_images_write_common.cpp509 CreateGLTextureBuffer( width, target, format, internalFormat, glType, in test_image_format_write()
/external/OpenCL-CTS/test_common/gl/
Dhelpers.h273 extern void * CreateGLTextureBuffer( size_t width,
Dhelpers.cpp266 void * CreateGLTextureBuffer(size_t width, GLenum target, in CreateGLTextureBuffer() function