Home
last modified time | relevance | path

Searched refs:CreateGLTexture2D (Results 1 – 10 of 10) sorted by relevance

/external/OpenCL-CTS/test_conformance/gl/
Dtest_images_getinfo_common.cpp159 CreateGLTexture2D( width, height, target, gl_fmt, in test_image_format_get_info()
Dtest_image_methods.cpp131 CreateGLTexture2D( width, height, target, in test_image_format_methods()
Dtest_images_read_common.cpp480 buffer = CreateGLTexture2D(width, height, target, gl_fmt, gl_internal_fmt, in test_image_format_read()
Dtest_images_write_common.cpp519 CreateGLTexture2D( width, height, target, format, internalFormat, glType, in test_image_format_write()
/external/OpenCL-CTS/test_common/gles/
Dhelpers.h186 extern void * CreateGLTexture2D( size_t width, size_t height,
Dhelpers.cpp37 void * CreateGLTexture2D( size_t width, size_t height, in CreateGLTexture2D() function
/external/OpenCL-CTS/test_conformance/gles/
Dtest_images_2D_info.cpp54 …void *tmp = CreateGLTexture2D( width, height, target, format, internalFormat, glType, type, &glTex… in test_image_object_info()
Dtest_images_2D.cpp151 …void *tmp = CreateGLTexture2D( width, height, target, format, internalFormat, glType, type, &glTex… in test_image_format_read()
498 …void *tmp = CreateGLTexture2D( width, height, target, format, internalFormat, glType, type, &glTex… in test_image_format_write()
/external/OpenCL-CTS/test_common/gl/
Dhelpers.h284 extern void * CreateGLTexture2D( size_t width, size_t height,
Dhelpers.cpp471 void * CreateGLTexture2D( size_t width, size_t height, in CreateGLTexture2D() function