Lines Matching refs:contextInfo
1050 const glu::ContextInfo& contextInfo = m_context.getContextInfo(); in getCanonicalFormat() local
1051 if (contextInfo.isExtensionSupported("GL_EXT_texture_type_2_10_10_10_REV")) in getCanonicalFormat()
1063 if (contextInfo.isExtensionSupported("GL_OES_required_internalformat")) in getCanonicalFormat()
1472 const glu::ContextInfo& contextInfo = m_context.getContextInfo(); in isFormatValid() local
1501 if ((contextInfo.isExtensionSupported("GL_OES_texture_float") && (GL_FLOAT == type.type)) || in isFormatValid()
1502 (contextInfo.isExtensionSupported("GL_OES_texture_half_float") && in isFormatValid()
1513 if (contextInfo.isExtensionSupported("GL_EXT_texture_type_2_10_10_10_REV") && in isFormatValid()
1521 if (contextInfo.isExtensionSupported("GL_NV_packed_float") && in isFormatValid()
1527 if (contextInfo.isExtensionSupported("GL_EXT_texture_type_2_10_10_10_REV") && in isFormatValid()
1528 contextInfo.isExtensionSupported("GL_OES_required_internalformat")) in isFormatValid()
1556 …if (inputFormat.attachment == GL_DEPTH_ATTACHMENT && contextInfo.isExtensionSupported("GL_NV_read_… in isFormatValid()
1566 contextInfo.isExtensionSupported("GL_NV_read_depth_stencil") && in isFormatValid()
1587 contextInfo.isExtensionSupported("GL_NV_sRGB_formats")) in isFormatValid()
1596 contextInfo.isExtensionSupported("GL_EXT_render_snorm")) in isFormatValid()
1604 contextInfo.isExtensionSupported("GL_EXT_render_snorm")) in isFormatValid()
1673 !contextInfo.isExtensionSupported("GL_ARB_texture_stencil8")))) in isFormatValid()
1802 const glu::ContextInfo& contextInfo = m_context.getContextInfo(); in isCopyValid() local
1818 (!contextInfo.isExtensionSupported("GL_APPLE_color_buffer_packed_float") && in isCopyValid()
1819 !contextInfo.isExtensionSupported("GL_QCOM_render_shared_exponent")))) in isCopyValid()
1827 contextInfo.isExtensionSupported("GL_NV_render_luminance_alpha")) in isCopyValid()
1831 …else if (contextInfo.isExtensionSupported("GL_EXT_render_snorm") && isSNORMFormat(copyInternalForm… in isCopyValid()
1886 const glu::ContextInfo& contextInfo = m_context.getContextInfo(); in isFBOImageAttachValid() local
1900 contextInfo.isExtensionSupported("GL_EXT_color_buffer_float")) in isFBOImageAttachValid()
1907 contextInfo.isExtensionSupported("GL_EXT_color_buffer_half_float")) in isFBOImageAttachValid()
1913 contextInfo.isExtensionSupported("GL_APPLE_color_buffer_packed_float")) in isFBOImageAttachValid()
1919 contextInfo.isExtensionSupported("GL_QCOM_render_shared_exponent")) in isFBOImageAttachValid()
1926 contextInfo.isExtensionSupported("GL_NV_render_luminance_alpha")) in isFBOImageAttachValid()
1931 …if ((GL_SRGB8 == validFormat->internalformat) && contextInfo.isExtensionSupported("GL_NV_sRGB_form… in isFBOImageAttachValid()
1940 contextInfo.isExtensionSupported("GL_EXT_render_snorm")) in isFBOImageAttachValid()
1951 contextInfo.isExtensionSupported("GL_NV_packed_float")) in isFBOImageAttachValid()