Searched refs:gl_fmt (Results 1 – 2 of 2) sorted by relevance
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_images_getinfo_common.cpp | 115 GLenum gl_fmt = fmt->formattype; in test_image_format_get_info() local 137 CreateGLTexture1D( width, target, gl_fmt, in test_image_format_get_info() 142 CreateGLTextureBuffer( width, target, gl_fmt, in test_image_format_get_info() 147 CreateGLTexture1DArray( width, height, target, gl_fmt, in test_image_format_get_info() 159 CreateGLTexture2D( width, height, target, gl_fmt, in test_image_format_get_info() 163 CreateGLTexture2DArray( width, height, depth, target, gl_fmt, in test_image_format_get_info() 168 CreateGLTexture3D( width, height, depth, target, gl_fmt, in test_image_format_get_info() 182 if ((gl_fmt == GL_RGBA_INTEGER_EXT) && (!CheckGLIntegerExtensionSupport())) { in test_image_format_get_info()
|
D | test_images_read_common.cpp | 437 GLenum gl_fmt = fmt->formattype; in test_image_format_read() local 461 buffer = CreateGLTexture1D( width, target, gl_fmt, in test_image_format_read() 466 buffer = CreateGLTextureBuffer(width, target, gl_fmt, gl_internal_fmt, in test_image_format_read() 472 buffer = CreateGLRenderbuffer(width, height, target, gl_fmt, in test_image_format_read() 480 buffer = CreateGLTexture2D(width, height, target, gl_fmt, gl_internal_fmt, in test_image_format_read() 485 buffer = CreateGLTexture1DArray( width, height, target, gl_fmt, in test_image_format_read() 489 buffer = CreateGLTexture2DArray( width, height, depth, target, gl_fmt, in test_image_format_read() 493 buffer = CreateGLTexture3D( width, height, depth, target, gl_fmt, in test_image_format_read() 499 buffer = CreateGLTexture2DMultisample( width, height, samples, target, gl_fmt, in test_image_format_read() 503 buffer = CreateGLTexture2DArrayMultisample( width, height, depth, samples, target, gl_fmt, in test_image_format_read() [all …]
|