Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp450 if (functions->isAtLeastGLES(gl::Version(3, 0)) && in GenerateTextureFormatCaps()
675 functions->isAtLeastGLES(gl::Version(3, 0))) in GenerateCaps()
703 if (functions->isAtLeastGL(gl::Version(1, 2)) || functions->isAtLeastGLES(gl::Version(3, 0)) || in GenerateCaps()
723 functions->isAtLeastGLES(gl::Version(3, 0))) in GenerateCaps()
737 functions->isAtLeastGLES(gl::Version(3, 0))) in GenerateCaps()
748 functions->isAtLeastGLES(gl::Version(3, 0))) in GenerateCaps()
753 else if (functions->isAtLeastGLES(gl::Version(2, 0))) in GenerateCaps()
766 functions->isAtLeastGLES(gl::Version(3, 0)) || in GenerateCaps()
806 if (functions->isAtLeastGL(gl::Version(1, 2)) || functions->isAtLeastGLES(gl::Version(3, 0))) in GenerateCaps()
818 functions->isAtLeastGLES(gl::Version(3, 0)) || in GenerateCaps()
[all …]
DFunctionsGL.cpp110 if (isAtLeastGL(gl::Version(3, 0)) || isAtLeastGLES(gl::Version(3, 0))) in initialize()
209 bool FunctionsGL::isAtLeastGLES(const gl::Version &glesVersion) const in isAtLeastGLES() function in rx::FunctionsGL
252 if (isAtLeastGLES(gl::Version(3, 0)) || isAtLeastGL(gl::Version(4, 2)) || in initializeStubFunctionsForNULLDriver()
DFunctionsGL.h46 bool isAtLeastGLES(const gl::Version &glesVersion) const;
DFenceNVGL.cpp107 functions->isAtLeastGLES(gl::Version(3, 0)) || functions->hasGLExtension("GL_ARB_sync"); in Supported()
Dformatutilsgl.cpp539 else if (functions->isAtLeastGLES(gl::Version(3, 0))) in GetNativeInternalFormat()
643 else if (functions->isAtLeastGLES(gl::Version(3, 0))) in GetNativeFormat()
693 if (functions->isAtLeastGLES(gl::Version(3, 0))) in GetNativeCompressedFormat()
722 else if (functions->isAtLeastGLES(gl::Version(3, 0))) in GetNativeType()
735 else if (functions->isAtLeastGLES(gl::Version(2, 0))) in GetNativeType()
755 if (functions->standard == STANDARD_GL_DESKTOP || functions->isAtLeastGLES(gl::Version(3, 0))) in GetNativeReadType()
DRendererGL.cpp166 mFunctions->isAtLeastGLES(gl::Version(3, 2)) || in RendererGL()
DBlitGL.cpp1199 else if (mFunctions->isAtLeastGLES(gl::Version(3, 0))) in orphanScratchTextures()
DStateManagerGL.cpp152 mFunctions->isAtLeastGLES(gl::Version(3, 0))),