Home
last modified time | relevance | path

Searched refs:CheckGLIntegerExtensionSupport (Results 1 – 8 of 8) sorted by relevance

/external/OpenCL-CTS/test_conformance/gles/
DtestBase.h66 extern bool CheckGLIntegerExtensionSupport();
Dhelpers.cpp473 bool CheckGLIntegerExtensionSupport() in CheckGLIntegerExtensionSupport() function
/external/OpenCL-CTS/test_conformance/gl/
DtestBase.h60 extern bool CheckGLIntegerExtensionSupport();
Dtest_renderbuffer.cpp102 if ((format == GL_RGBA_INTEGER_EXT) && (!CheckGLIntegerExtensionSupport())) in test_renderbuffer_read_image()
302 if ((format == GL_RGBA_INTEGER_EXT) && (!CheckGLIntegerExtensionSupport())) in test_renderbuffer_image_write()
Dtest_images_getinfo_common.cpp182 if ((gl_fmt == GL_RGBA_INTEGER_EXT) && (!CheckGLIntegerExtensionSupport())) { in test_image_format_get_info()
Dhelpers.cpp592 bool CheckGLIntegerExtensionSupport() in CheckGLIntegerExtensionSupport() function
Dtest_images_read_common.cpp525 if ((gl_fmt == GL_RGBA_INTEGER_EXT) && (!CheckGLIntegerExtensionSupport())){ in test_image_format_read()
Dtest_images_write_common.cpp549 if ((format == GL_RGBA_INTEGER_EXT) && (!CheckGLIntegerExtensionSupport())){ in test_image_format_write()