Lines Matching refs:IsGLExtensionRequestable
116 if (IsGLExtensionRequestable("GL_OES_rgb8_rgba8")) in TestFloatTextureFormat()
367 if (IsGLExtensionRequestable("GL_OES_element_index_uint")) in TEST_P()
388 if (IsGLExtensionRequestable("GL_OES_standard_derivatives")) in TEST_P()
414 if (IsGLExtensionRequestable("GL_EXT_shader_texture_lod")) in TEST_P()
439 if (IsGLExtensionRequestable("GL_EXT_frag_depth")) in TEST_P()
471 if (IsGLExtensionRequestable("GL_EXT_texture_filter_anisotropic")) in TEST_P()
530 if (IsGLExtensionRequestable("GL_OES_EGL_image_external")) in TEST_P()
545 IsGLExtensionRequestable("GL_OES_EGL_image_external_essl3")) in TEST_P()
604 if (IsGLExtensionRequestable("GL_NV_pixel_buffer_object")) in TEST_P()
648 if (IsGLExtensionRequestable("GL_EXT_texture_storage")) in TEST_P()
695 if (IsGLExtensionRequestable("GL_OES_mapbuffer")) in TEST_P()
706 if (IsGLExtensionRequestable("GL_EXT_map_buffer_range")) in TEST_P()
739 if (IsGLExtensionRequestable("GL_OES_fbo_render_mipmap")) in TEST_P()
763 if (IsGLExtensionRequestable("GL_EXT_blend_minmax")) in TEST_P()
804 if (IsGLExtensionRequestable("GL_EXT_occlusion_query_boolean")) in TEST_P()
815 if (IsGLExtensionRequestable("GL_EXT_disjoint_timer_query")) in TEST_P()
830 if (IsGLExtensionRequestable("GL_CHROMIUM_sync_query")) in TEST_P()
859 if (IsGLExtensionRequestable("GL_ANGLE_framebuffer_multisample")) in TEST_P()
887 if (IsGLExtensionRequestable("GL_ANGLE_instanced_arrays")) in TEST_P()
913 if (IsGLExtensionRequestable("GL_EXT_instanced_arrays")) in TEST_P()
936 if (IsGLExtensionRequestable("GL_ANGLE_pack_reverse_row_order")) in TEST_P()
975 if (IsGLExtensionRequestable("GL_EXT_unpack_subimage")) in TEST_P()
1007 if (IsGLExtensionRequestable("GL_ANGLE_texture_rectangle")) in TEST_P()
1059 if (IsGLExtensionRequestable("GL_NV_pack_subimage")) in TEST_P()
1096 if (IsGLExtensionRequestable("GL_OES_rgb8_rgba8")) in TEST_P()
1131 if (IsGLExtensionRequestable("GL_ANGLE_framebuffer_blit")) in TEST_P()
1181 if (IsGLExtensionRequestable("GL_OES_get_program_binary")) in TEST_P()
1222 EXPECT_TRUE(IsGLExtensionRequestable("GL_OES_vertex_array_object")); in TEST_P()
1267 if (IsGLExtensionRequestable("GL_EXT_draw_buffers")) in TEST_P()
1728 ANGLE_SKIP_TEST_IF(!IsGLExtensionRequestable("GL_ANGLE_instanced_arrays")); in TEST_P()
1948 if (IsGLExtensionRequestable("GL_OES_draw_buffers_indexed")) in TEST_P()
1971 ANGLE_SKIP_TEST_IF(!IsGLExtensionRequestable("GL_OES_draw_buffers_indexed")); in TEST_P()
2042 ANGLE_SKIP_TEST_IF(!IsGLExtensionRequestable("GL_OES_draw_buffers_indexed")); in TEST_P()
2296 if (IsGLExtensionRequestable("GL_OES_texture_npot")) in TEST_P()
2535 if (IsGLExtensionRequestable("GL_EXT_draw_buffers")) in TEST_P()
2965 if (IsGLExtensionRequestable("GL_EXT_texture_compression_dxt1")) in TEST_P()
3054 if (strlen(extension) > 0 && IsGLExtensionRequestable(extension)) in TEST_P()
3089 if (strlen(extension) > 0 && IsGLExtensionRequestable(extension)) in TEST_P()
3125 if (strlen(extension) > 0 && IsGLExtensionRequestable(extension)) in TEST_P()
3159 if (strlen(extension) > 0 && IsGLExtensionRequestable(extension)) in TEST_P()
3194 if (strlen(extension) > 0 && IsGLExtensionRequestable(extension)) in TEST_P()
3229 if (strlen(extension) > 0 && IsGLExtensionRequestable(extension)) in TEST_P()
3266 if (strlen(extension) > 0 && IsGLExtensionRequestable(extension)) in TEST_P()
3589 if (strlen(extension) > 0 && IsGLExtensionRequestable(extension)) in TEST_P()
3649 if (strlen(extension) > 0 && IsGLExtensionRequestable(extension)) in TEST_P()
3711 if (strlen(extension) > 0 && IsGLExtensionRequestable(extension)) in TEST_P()
3773 if (strlen(extension) > 0 && IsGLExtensionRequestable(extension)) in TEST_P()
3826 ANGLE_SKIP_TEST_IF(!IsGLExtensionRequestable("GL_OES_texture_float")); in TEST_P()
3842 if (IsGLExtensionRequestable("GL_CHROMIUM_color_buffer_float_rgba")) in TEST_P()
3851 if (IsGLExtensionRequestable("GL_CHROMIUM_color_buffer_float_rgb")) in TEST_P()
4277 if (IsGLExtensionRequestable("GL_EXT_color_buffer_float")) in TEST_P()
4596 ANGLE_SKIP_TEST_IF(!IsGLExtensionRequestable("GL_EXT_draw_buffers")); in TEST_P()
4804 if (IsGLExtensionRequestable("GL_OES_texture_float")) in TEST_P()
4810 if (IsGLExtensionRequestable("GL_EXT_texture_storage")) in TEST_P()
4832 if (IsGLExtensionRequestable("GL_EXT_color_buffer_float")) in TEST_P()
4840 if (IsGLExtensionRequestable("GL_EXT_color_buffer_float_linear")) in TEST_P()
4868 if (IsGLExtensionRequestable(extName)) in validateTexImageExtensionFormat()
4922 if (IsGLExtensionRequestable(extName)) in validateCompressedTexImageExtensionFormat()