Home
last modified time | relevance | path

Searched refs:IsGLExtensionRequestable (Results 1 – 11 of 11) sorted by relevance

/external/angle/src/tests/gl_tests/
DWebGLCompatibilityTest.cpp116 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()
[all …]
DGetTexLevelParameterTest.cpp36 if (IsGLExtensionRequestable("GL_ANGLE_get_tex_level_parameter")) in TEST_P()
DRequestExtensionTest.cpp32 if (IsGLExtensionRequestable("GL_OES_rgb8_rgba8")) in TEST_P()
DMultiDrawTest.cpp391 if (IsGLExtensionRequestable("GL_ANGLE_multi_draw")) in requestMultiDrawExtension()
406 if (IsGLExtensionRequestable("GL_ANGLE_instanced_arrays")) in requestInstancedExtension()
DDrawBaseVertexBaseInstanceTest.cpp425 if (IsGLExtensionRequestable("GL_ANGLE_base_vertex_base_instance")) in requestDrawBaseVertexBaseInstanceExtension()
440 if (IsGLExtensionRequestable("GL_ANGLE_instanced_arrays")) in requestInstancedExtension()
DParallelShaderCompileTest.cpp43 if (IsGLExtensionRequestable("GL_KHR_parallel_shader_compile")) in ensureParallelShaderCompileExtensionAvailable()
DTextureMultisampleTest.cpp183 if (IsGLExtensionRequestable("GL_OES_texture_storage_multisample_2d_array")) in requestArrayExtension()
DCopyTextureTest.cpp1762 if (IsGLExtensionRequestable("GL_CHROMIUM_copy_texture")) in TEST_P()
DRobustResourceInitTest.cpp2116 if (IsGLExtensionRequestable("GL_OES_texture_storage_multisample_2d_array")) in TEST_P()
/external/angle/src/tests/test_utils/
Dangle_test_platform.cpp104 if (IsGLExtensionEnabled("GL_ANGLE_request_extension") && IsGLExtensionRequestable(extName)) in EnsureGLExtensionEnabled()
133 bool IsGLExtensionRequestable(const std::string &extName) in IsGLExtensionRequestable() function
Dangle_test_platform.h42 bool IsGLExtensionRequestable(const std::string &extName);