Home | History | Annotate | Download | only in gl

Lines Matching refs:hasExtension

132                                     ctxInfo.hasExtension("GL_OES_rgb8_rgba8") ||
133 ctxInfo.hasExtension("GL_ARM_rgba8");
138 ctxInfo.hasExtension("GL_EXT_bgra");
140 if (ctxInfo.hasExtension("GL_APPLE_texture_format_BGRA8888")) {
142 } else if (ctxInfo.hasExtension("GL_EXT_texture_format_BGRA8888")) {
152 ctxInfo.hasExtension("GL_ARB_texture_swizzle");
164 ctxInfo.hasExtension("GL_EXT_unpack_subimage");
165 fUnpackFlipYSupport = ctxInfo.hasExtension("GL_CHROMIUM_flipy");
167 ctxInfo.hasExtension("GL_NV_pack_subimage");
169 ctxInfo.hasExtension("GL_ANGLE_pack_reverse_row_order");
173 ctxInfo.hasExtension("GL_ANGLE_texture_usage");
178 ctxInfo.hasExtension("GL_ARB_texture_storage") ||
179 ctxInfo.hasExtension("GL_EXT_texture_storage");
184 ctxInfo.hasExtension("GL_EXT_texture_storage");
191 fTextureRedSupport = ctxInfo.hasExtension("GL_ARB_texture_rg");
194 ctxInfo.hasExtension("GL_ARB_texture_rg");
198 ctxInfo.hasExtension("GL_EXT_texture_rg");
202 ctxInfo.hasExtension("GL_ARB_imaging");
213 ctxInfo.hasExtension("GL_ARB_fragment_coord_conventions");
225 fDiscardFBSupport = ctxInfo.hasExtension("GL_EXT_discard_framebuffer");
233 ctxInfo.hasExtension("GL_ARB_vertex_array_object");
236 ctxInfo.hasExtension("GL_OES_vertex_array_object");
240 if (ctxInfo.hasExtension("GL_EXT_shader_framebuffer_fetch")) {
242 } else if (ctxInfo.hasExtension("GL_NV_shader_framebuffer_fetch")) {
273 ctxInfo.hasExtension("GL_EXT_stencil_wrap");
284 fBufferLockSupport = ctxInfo.hasExtension("GL_OES_mapbuffer");
289 ctxInfo.hasExtension("GL_ARB_texture_non_power_of_two")) {
298 ctxInfo.hasExtension("GL_OES_texture_npot");
310 ctxInfo.hasExtension("GL_NV_path_rendering");
321 ctxInfo.hasExtension("GL_ARB_blend_func_extended");
327 fShaderDerivativeSupport = ctxInfo.hasExtension("GL_OES_standard_derivatives");
378 ctxInfo.hasExtension("GL_ARB_framebuffer_object")) {
460 if (ctxInfo.hasExtension("GL_EXT_multisampled_render_to_texture")) {
462 } else if (ctxInfo.hasExtension("GL_IMG_multisampled_render_to_texture")) {
466 } else if (ctxInfo.hasExtension("GL_CHROMIUM_framebuffer_multisample")) {
470 } else if (ctxInfo.hasExtension("GL_APPLE_framebuffer_multisample")) {
475 ctxInfo.hasExtension("GL_ARB_framebuffer_object")) {
477 } else if (ctxInfo.hasExtension("GL_EXT_framebuffer_multisample") &&
478 ctxInfo.hasExtension("GL_EXT_framebuffer_blit")) {
508 ctxInfo.hasExtension("GL_EXT_packed_depth_stencil") ||
509 ctxInfo.hasExtension("GL_ARB_framebuffer_object");
531 ctxInfo.hasExtension("GL_OES_packed_depth_stencil")) {
534 if (ctxInfo.hasExtension("GL_OES_stencil4")) {