Searched refs:CreateGLTexture2D (Results 1 – 10 of 10) sorted by relevance
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_images_getinfo_common.cpp | 159 CreateGLTexture2D( width, height, target, gl_fmt, in test_image_format_get_info()
|
D | test_image_methods.cpp | 131 CreateGLTexture2D( width, height, target, in test_image_format_methods()
|
D | test_images_read_common.cpp | 480 buffer = CreateGLTexture2D(width, height, target, gl_fmt, gl_internal_fmt, in test_image_format_read()
|
D | test_images_write_common.cpp | 519 CreateGLTexture2D( width, height, target, format, internalFormat, glType, in test_image_format_write()
|
/external/OpenCL-CTS/test_common/gles/ |
D | helpers.h | 186 extern void * CreateGLTexture2D( size_t width, size_t height,
|
D | helpers.cpp | 37 void * CreateGLTexture2D( size_t width, size_t height, in CreateGLTexture2D() function
|
/external/OpenCL-CTS/test_conformance/gles/ |
D | test_images_2D_info.cpp | 54 …void *tmp = CreateGLTexture2D( width, height, target, format, internalFormat, glType, type, &glTex… in test_image_object_info()
|
D | test_images_2D.cpp | 151 …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/ |
D | helpers.h | 284 extern void * CreateGLTexture2D( size_t width, size_t height,
|
D | helpers.cpp | 471 void * CreateGLTexture2D( size_t width, size_t height, in CreateGLTexture2D() function
|