Home
last modified time | relevance | path

Searched refs:isGLES2 (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/acore/
H A DGLProfile0XBase.java69 Assert.assertFalse(glp.isGLES2()); in validateGLProfileGL4bc()
96 Assert.assertFalse(gl.isGLES2()); in validateGL4bc()
114 Assert.assertFalse(ctx.isGLES2()); in validateGL4bc()
152 Assert.assertFalse(gl.isGLES2()); in validateGL4()
208 Assert.assertFalse(gl.isGLES2()); in validateGL3bc()
365 Assert.assertTrue(gl.isGLES2()); in validateGLES3()
549 } else if(glp.isGLES2()) { in validateGLProfileGL2ES2()
568 } else if(gl.isGLES2()) { in validateGL2ES2()
673 } else if(glp.isGLES2()) { in validateOffline()
738 if( gl.isGLES2() ) { in validateOnline()
[all …]
H A DTestGLAutoDrawableFactoryGLProfileDeviceNEWT.java152 Assert.assertTrue("Not a GLES2 profile but "+glp, glp.isGLES2()); in test01ES2OnEGL()
200 Assert.assertTrue("Not a GLES2 profile but "+glp, glp.isGLES2()); in test11ES2OnDesktop()
H A DTestGLMesaBug658NEWT.java86 if( gl.isGL2() || gl.isGLES2() ) { // compatibility profile || ES2 in testGLNPolygonModeFailureImpl()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/
H A DGLBase.java130 public boolean isGLES2(); in isGLES2() method
H A DGLContext.java954 isGLES2() || in hasGLSL()
1109 return isGL2ES1() || isGLES2(); in isCPUDataSourcingAvail()
1193 public final boolean isGLES2() { in isGLES2() method in GLContext
1231 return isGLES2() || isGL2GL3(); in isGL2ES2()
H A DGLProfile.java1251 public final boolean isGLES2() { in isGLES2() method in GLProfile
1277 return GL2ES2 == profile || isGLES2() || isGL2GL3(); in isGL2ES2()
1445 } else if( isGLES2() ) { in isValidArrayDataType()
/dports/graphics/jogamp-jogl/jogl/make/config/jogl/
H A Dgl-impl-CustomJavaCode-gles3.java53 public final boolean isGLES2() { in isGLES2() method
H A Dgl-impl-CustomJavaCode-gles1.java52 public final boolean isGLES2() { in isGLES2() method
H A Dgl-impl-CustomJavaCode-gl4bc.java234 public final boolean isGLES2() { in isGLES2() method
/dports/graphics/ogre3d/ogre-1.11.6/Components/RTShaderSystem/src/
H A DOgreShaderFFPTexturing.cpp750 …bool isGLES2 = Root::getSingletonPtr()->getRenderSystem()->getName().find("OpenGL ES 2") != String… in setTextureUnit() local
757 if(!isGLES2) // no 1D texture support in setTextureUnit()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/graph/curve/opengl/
H A DRegionRenderer.java480 if( pass1 && supressGLSLVersionES30 || ( gl.isGLES2() && !gl.isGLES3() ) ) { in useShaderProgram()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/util/glsl/
H A DShaderUtil.java189 if(gl.isGLES2()) { in isShaderCompilerAvailable()
H A DShaderCode.java1319 } else if( gl.isGLES2() ) { in addDefaultShaderPrecision()
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/com/jogamp/newt/opengl/
H A DGLWindow.java1108 if( gl.isGLES2() ) { in main()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/egl/
H A DEGLDrawableFactory.java498 } else if( glp.isGLES2() ) { in getRendererQuirks()