Searched refs:hasGLExtension (Results 1 – 8 of 8) sorted by relevance
674 functions->hasGLExtension("GL_ARB_ES3_compatibility") || in GenerateCaps()722 functions->hasGLExtension("GL_EXT_texture_array") || in GenerateCaps()736 functions->hasGLExtension("GL_EXT_texture_lod_bias") || in GenerateCaps()747 functions->hasGLExtension("GL_EXT_framebuffer_object") || in GenerateCaps()765 functions->hasGLExtension("ARB_draw_buffers") || in GenerateCaps()817 functions->hasGLExtension("GL_ARB_get_program_binary") || in GenerateCaps()837 functions->hasGLExtension("GL_ARB_ES2_compatibility") || in GenerateCaps()871 if (functions->isAtLeastGL(gl::Version(3, 2)) || functions->hasGLExtension("GL_ARB_sync") || in GenerateCaps()899 functions->hasGLExtension("GL_ARB_ES2_compatibility") || in GenerateCaps()967 functions->hasGLExtension("GL_ARB_uniform_buffer_object") || in GenerateCaps()[all …]
55 return functions->hasGLESExtension("GL_NV_fence") || functions->hasGLExtension("GL_NV_fence"); in Supported()107 functions->isAtLeastGLES(gl::Version(3, 0)) || functions->hasGLExtension("GL_ARB_sync"); in Supported()
52 bool hasGLExtension(const std::string &ext) const;
224 bool FunctionsGL::hasGLExtension(const std::string &ext) const in hasGLExtension() function in rx::FunctionsGL
165 mFunctions->hasGLExtension("GL_KHR_debug") || in RendererGL()
515 !functions->hasGLExtension("GL_ARB_ES2_compatibility")) || in GetNativeInternalFormat()
1408 if (mFunctions->hasGLExtension("GL_ARB_texture_rectangle")) in getBlitProgram()
212 bool hasGLExtension() in hasGLExtension() function in angle::RobustResourceInitTest317 EXPECT_EQ(shouldHaveSupport, hasGLExtension()); in TEST_P()371 ANGLE_SKIP_TEST_IF(!hasGLExtension()); in TEST_P()421 ANGLE_SKIP_TEST_IF(!hasGLExtension()); in TEST_P()432 ANGLE_SKIP_TEST_IF(!hasGLExtension()); in TEST_P()622 ANGLE_SKIP_TEST_IF(!hasGLExtension()); in TEST_P()635 ANGLE_SKIP_TEST_IF(!hasGLExtension()); in TEST_P()659 ANGLE_SKIP_TEST_IF(!hasGLExtension()); in TEST_P()687 ANGLE_SKIP_TEST_IF(!hasGLExtension()); in TEST_P()701 ANGLE_SKIP_TEST_IF(!hasGLExtension()); in TEST_P()[all …]