Home
last modified time | relevance | path

Searched refs:hasGLExtension (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp674 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 …]
DFenceNVGL.cpp55 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()
DFunctionsGL.h52 bool hasGLExtension(const std::string &ext) const;
DFunctionsGL.cpp224 bool FunctionsGL::hasGLExtension(const std::string &ext) const in hasGLExtension() function in rx::FunctionsGL
DRendererGL.cpp165 mFunctions->hasGLExtension("GL_KHR_debug") || in RendererGL()
Dformatutilsgl.cpp515 !functions->hasGLExtension("GL_ARB_ES2_compatibility")) || in GetNativeInternalFormat()
DBlitGL.cpp1408 if (mFunctions->hasGLExtension("GL_ARB_texture_rectangle")) in getBlitProgram()
/external/angle/src/tests/gl_tests/
DRobustResourceInitTest.cpp212 bool hasGLExtension() in hasGLExtension() function in angle::RobustResourceInitTest
317 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 …]