Searched refs:gl_internal_fmt (Results 1 – 2 of 2) sorted by relevance
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_images_getinfo_common.cpp | 116 GLenum gl_internal_fmt = fmt->internal; in test_image_format_get_info() local 138 gl_internal_fmt, gl_type, type, &texture, &error, false, data ); in test_image_format_get_info() 143 gl_internal_fmt, gl_type, type, &texture, &glbuf, &error, false, data ); in test_image_format_get_info() 148 gl_internal_fmt, gl_type, type, &texture, &error, false, data ); in test_image_format_get_info() 160 gl_internal_fmt, gl_type, type, &texture, &error, false, data ); in test_image_format_get_info() 164 gl_internal_fmt, gl_type, type, &texture, &error, false, data ); in test_image_format_get_info() 169 gl_internal_fmt, gl_type, type, &texture, &error, data, false ); in test_image_format_get_info()
|
D | test_images_read_common.cpp | 438 GLenum gl_internal_fmt = fmt->internal; in test_image_format_read() local 462 gl_internal_fmt, gl_type, type, &texture, &error, true, data ); in test_image_format_read() 466 buffer = CreateGLTextureBuffer(width, target, gl_fmt, gl_internal_fmt, in test_image_format_read() 473 gl_internal_fmt, gl_type, type, &glFramebuffer, &glRenderbuffer, &error, in test_image_format_read() 480 buffer = CreateGLTexture2D(width, height, target, gl_fmt, gl_internal_fmt, in test_image_format_read() 486 gl_internal_fmt, gl_type, type, &texture, &error, true, data ); in test_image_format_read() 490 gl_internal_fmt, gl_type, type, &texture, &error, true, data ); in test_image_format_read() 494 gl_internal_fmt, gl_type, type, &texture, &error, data, true ); in test_image_format_read() 500 gl_internal_fmt, gl_type, type, &texture, &error, true, data, true ); in test_image_format_read() 504 gl_internal_fmt, gl_type, type, &texture, &error, true, data, true ); in test_image_format_read() [all …]
|