Home
last modified time | relevance | path

Searched refs:isAtLeastGL (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
DCompilerGL.cpp27 if (functions->isAtLeastGL(gl::Version(4, 5))) in GetShaderOutputType()
31 else if (functions->isAtLeastGL(gl::Version(4, 4))) in GetShaderOutputType()
35 else if (functions->isAtLeastGL(gl::Version(4, 3))) in GetShaderOutputType()
39 else if (functions->isAtLeastGL(gl::Version(4, 2))) in GetShaderOutputType()
43 else if (functions->isAtLeastGL(gl::Version(4, 1))) in GetShaderOutputType()
47 else if (functions->isAtLeastGL(gl::Version(4, 0))) in GetShaderOutputType()
51 else if (functions->isAtLeastGL(gl::Version(3, 3))) in GetShaderOutputType()
55 else if (functions->isAtLeastGL(gl::Version(3, 2))) in GetShaderOutputType()
59 else if (functions->isAtLeastGL(gl::Version(3, 1))) in GetShaderOutputType()
63 else if (functions->isAtLeastGL(gl::Version(3, 0))) in GetShaderOutputType()
Drenderergl_utils.cpp673 if (functions->isAtLeastGL(gl::Version(4, 3)) || in GenerateCaps()
703 if (functions->isAtLeastGL(gl::Version(1, 2)) || functions->isAtLeastGLES(gl::Version(3, 0)) || in GenerateCaps()
721 if (functions->isAtLeastGL(gl::Version(3, 0)) || in GenerateCaps()
735 if (functions->isAtLeastGL(gl::Version(1, 5)) || in GenerateCaps()
746 if (functions->isAtLeastGL(gl::Version(3, 0)) || in GenerateCaps()
764 if (functions->isAtLeastGL(gl::Version(2, 0)) || in GenerateCaps()
806 if (functions->isAtLeastGL(gl::Version(1, 2)) || functions->isAtLeastGLES(gl::Version(3, 0))) in GenerateCaps()
816 if (functions->isAtLeastGL(gl::Version(4, 1)) || in GenerateCaps()
836 if (functions->isAtLeastGL(gl::Version(4, 1)) || in GenerateCaps()
871 if (functions->isAtLeastGL(gl::Version(3, 2)) || functions->hasGLExtension("GL_ARB_sync") || in GenerateCaps()
[all …]
DFunctionsGL.cpp110 if (isAtLeastGL(gl::Version(3, 0)) || isAtLeastGLES(gl::Version(3, 0))) in initialize()
145 if (isAtLeastGL(gl::Version(3, 2))) in initialize()
199 bool FunctionsGL::isAtLeastGL(const gl::Version &glVersion) const in isAtLeastGL() function in rx::FunctionsGL
252 if (isAtLeastGLES(gl::Version(3, 0)) || isAtLeastGL(gl::Version(4, 2)) || in initializeStubFunctionsForNULLDriver()
258 if (isAtLeastGL(gl::Version(4, 3))) in initializeStubFunctionsForNULLDriver()
DFunctionsGL.h44 bool isAtLeastGL(const gl::Version &glVersion) const;
DFenceNVGL.cpp106 return functions->isAtLeastGL(gl::Version(3, 2)) || in Supported()
DRendererGL.cpp164 bool hasDebugOutput = mFunctions->isAtLeastGL(gl::Version(4, 3)) || in RendererGL()
DBlitGL.cpp1193 if (mFunctions->isAtLeastGL(gl::Version(3, 3))) in orphanScratchTextures()
1414 ASSERT(mFunctions->isAtLeastGL(gl::Version(3, 1))); in getBlitProgram()
Dformatutilsgl.cpp514 ((!functions->isAtLeastGL(gl::Version(4, 1)) && in GetNativeInternalFormat()
DStateManagerGL.cpp151 mHasSeparateFramebufferBindings(mFunctions->isAtLeastGL(gl::Version(3, 0)) ||
2411 if (!mFunctions->isAtLeastGL(gl::Version(3, 2))) in setTextureCubemapSeamlessEnabled()