Lines Matching refs:fExtensions

27     if (!newInterface->fExtensions.has("GL_EXT_debug_marker")) {
28 newInterface->fExtensions.add("GL_EXT_debug_marker");
41 newInterface->fExtensions.remove("GL_NV_path_rendering");
82 clone->fExtensions = interface->fExtensions;
107 if (!fExtensions.isInitialized()) {
213 // and that we have fn pointers for any advertised fExtensions that we will
237 if (glVer >= GR_GL_VER(2,0) || fExtensions.has("GL_ARB_draw_buffers")) {
243 if (glVer >= GR_GL_VER(1,5) || fExtensions.has("GL_ARB_occlusion_query")) {
255 fExtensions.has("GL_ARB_timer_query") ||
256 fExtensions.has("GL_EXT_timer_query")) {
262 if (glVer >= GR_GL_VER(3,3) || fExtensions.has("GL_ARB_timer_query")) {
272 fExtensions.has("GL_ARB_texture_compression")) {
294 fExtensions.has("GL_ARB_texture_storage") ||
295 fExtensions.has("GL_EXT_texture_storage")) {
300 } else if (glVer >= GR_GL_VER(3,0) || fExtensions.has("GL_EXT_texture_storage")) {
306 if (fExtensions.has("GL_EXT_discard_framebuffer")) {
318 if (glVer >= GR_GL_VER(3,0) || fExtensions.has("GL_ARB_framebuffer_object")) {
324 if (fExtensions.has("GL_EXT_framebuffer_blit") &&
328 if (fExtensions.has("GL_EXT_framebuffer_multisample") &&
334 if (glVer >= GR_GL_VER(3,0) || fExtensions.has("GL_CHROMIUM_framebuffer_multisample")) {
340 if (fExtensions.has("GL_APPLE_framebuffer_multisample")) {
346 if (fExtensions.has("GL_IMG_multisampled_render_to_texture") ||
347 fExtensions.has("GL_EXT_multisampled_render_to_texture")) {
358 if (kGL_GrGLStandard == fStandard || fExtensions.has("GL_OES_mapbuffer")) {
367 (glVer >= GR_GL_VER(3,3) || fExtensions.has("GL_ARB_blend_func_extended"))) {
381 if (glVer >= GR_GL_VER(3, 0) || fExtensions.has("GL_ARB_vertex_array_object")) {
389 if (glVer >= GR_GL_VER(3,0) || fExtensions.has("GL_OES_vertex_array_object")) {
398 if (fExtensions.has("GL_EXT_debug_marker")) {
407 fExtensions.has("GL_ARB_invalidate_subdata")) {
424 if (kGLES_GrGLStandard == fStandard && fExtensions.has("GL_CHROMIUM_map_sub")) {
435 (kGLES_GrGLStandard == fStandard && fExtensions.has("GL_EXT_map_buffer_range")) ||
436 (kGL_GrGLStandard == fStandard && fExtensions.has("GL_ARB_map_buffer_range"))) {
443 if ((kGL_GrGLStandard == fStandard && fExtensions.has("GL_EXT_direct_state_access")) ||
444 (kGLES_GrGLStandard == fStandard && fExtensions.has("GL_NV_path_rendering"))) {
452 (glVer >= GR_GL_VER(4,3) || fExtensions.has("GL_ARB_program_interface_query"))) ||
459 if (fExtensions.has("GL_NV_path_rendering")) {