Lines Matching refs:isExtensionSupported
1051 if (contextInfo.isExtensionSupported("GL_EXT_texture_type_2_10_10_10_REV"))
1063 if (contextInfo.isExtensionSupported("GL_OES_required_internalformat"))
1501 if ((contextInfo.isExtensionSupported("GL_OES_texture_float") && (GL_FLOAT == type.type)) ||
1502 (contextInfo.isExtensionSupported("GL_OES_texture_half_float") &&
1513 if (contextInfo.isExtensionSupported("GL_EXT_texture_type_2_10_10_10_REV") &&
1521 if (contextInfo.isExtensionSupported("GL_NV_packed_float") &&
1527 if (contextInfo.isExtensionSupported("GL_EXT_texture_type_2_10_10_10_REV") &&
1528 contextInfo.isExtensionSupported("GL_OES_required_internalformat"))
1556 if (inputFormat.attachment == GL_DEPTH_ATTACHMENT && contextInfo.isExtensionSupported("GL_NV_read_depth") &&
1566 contextInfo.isExtensionSupported("GL_NV_read_depth_stencil") &&
1587 contextInfo.isExtensionSupported("GL_NV_sRGB_formats"))
1595 contextInfo.isExtensionSupported("GL_EXT_texture_norm16"))
1603 (contextInfo.isExtensionSupported("GL_EXT_texture_norm16") && contextInfo.isExtensionSupported("GL_EXT_render_snorm")))
1611 contextInfo.isExtensionSupported("GL_EXT_render_snorm"))
1680 !contextInfo.isExtensionSupported("GL_ARB_texture_stencil8"))))
1825 (!contextInfo.isExtensionSupported("GL_APPLE_color_buffer_packed_float") &&
1826 !contextInfo.isExtensionSupported("GL_QCOM_render_shared_exponent"))))
1834 contextInfo.isExtensionSupported("GL_NV_render_luminance_alpha"))
1838 else if (contextInfo.isExtensionSupported("GL_EXT_render_snorm") && isSNORMFormat(copyInternalFormat) &&
1907 contextInfo.isExtensionSupported("GL_EXT_color_buffer_float"))
1914 contextInfo.isExtensionSupported("GL_EXT_color_buffer_half_float"))
1920 contextInfo.isExtensionSupported("GL_APPLE_color_buffer_packed_float"))
1926 contextInfo.isExtensionSupported("GL_QCOM_render_shared_exponent"))
1933 contextInfo.isExtensionSupported("GL_NV_render_luminance_alpha"))
1938 if ((GL_SRGB8 == validFormat->internalformat) && contextInfo.isExtensionSupported("GL_NV_sRGB_formats"))
1947 contextInfo.isExtensionSupported("GL_EXT_render_snorm"))
1958 contextInfo.isExtensionSupported("GL_NV_packed_float"))