Home
last modified time | relevance | path

Searched refs:GL_POLYGON_OFFSET_FILL (Results 1 – 25 of 29) sorted by relevance

12

/external/deqp/modules/gles3/functional/
Des3fPolygonOffsetTests.cpp399 gl.disable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset()
408 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset()
516 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset()
635 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset()
784 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset()
897 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset()
1014 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset()
1135 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset()
Des3fBooleanStateQueryTests.cpp771 { "polygon_offset_fill", "POLYGON_OFFSET_FILL", GL_POLYGON_OFFSET_FILL, false}, in init()
/external/deqp/modules/gles2/functional/
Des2fPolygonOffsetTests.cpp396 gl.disable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset()
405 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset()
513 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset()
632 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset()
781 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset()
894 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset()
1011 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset()
1132 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset()
Des2fBooleanStateQueryTests.cpp576 { "polygon_offset_fill", "POLYGON_OFFSET_FILL", GL_POLYGON_OFFSET_FILL, false}, in init()
/external/deqp/modules/gles2/performance/
Des2pStateChangeCallTests.cpp193 GL_POLYGON_OFFSET_FILL, in init()
209 GL_POLYGON_OFFSET_FILL, in init()
Des2pRedundantStateChangeTests.cpp613 gl.enable(GL_POLYGON_OFFSET_FILL); in init()
Des2pStateChangeTests.cpp677 gl.enable(GL_POLYGON_OFFSET_FILL); in init()
/external/deqp/modules/gles3/performance/
Des3pStateChangeCallTests.cpp224 GL_POLYGON_OFFSET_FILL, in init()
242 GL_POLYGON_OFFSET_FILL, in init()
Des3pRedundantStateChangeTests.cpp687 gl.enable(GL_POLYGON_OFFSET_FILL); in init()
Des3pStateChangeTests.cpp761 gl.enable(GL_POLYGON_OFFSET_FILL); in init()
/external/deqp/framework/opengl/
DgluStrUtil.inl95 case GL_POLYGON_OFFSET_FILL: return "GL_POLYGON_OFFSET_FILL";
476 case GL_POLYGON_OFFSET_FILL: return "GL_POLYGON_OFFSET_FILL";
1342 case GL_POLYGON_OFFSET_FILL: return "GL_POLYGON_OFFSET_FILL";
DgluStateReset.cpp96 gl.disable (GL_POLYGON_OFFSET_FILL); in resetStateES()
678 gl.disable (GL_POLYGON_OFFSET_FILL); in resetStateGLCore()
/external/mesa3d/include/GLES/
Dgl.h154 #define GL_POLYGON_OFFSET_FILL 0x8037 macro
253 #define GL_POLYGON_OFFSET_FILL 0x8037 macro
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
DLwjglGL1Renderer.java295 glEnable(GL_POLYGON_OFFSET_FILL); in applyRenderState()
312 glDisable(GL_POLYGON_OFFSET_FILL); in applyRenderState()
DLwjglRenderer.java531 glEnable(GL_POLYGON_OFFSET_FILL); in applyRenderState()
548 glDisable(GL_POLYGON_OFFSET_FILL); in applyRenderState()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c221 case GL_POLYGON_OFFSET_FILL: in nouveau_enable()
/external/robolectric/lib/main/
Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/ ...
/external/mesa3d/src/mesa/main/
Denable.c639 case GL_POLYGON_OFFSET_FILL: in _mesa_set_enable()
1402 case GL_POLYGON_OFFSET_FILL: in _mesa_IsEnabled()
Dattrib.c594 GL_POLYGON_OFFSET_FILL); in pop_enable_group()
1190 _mesa_set_enable(ctx, GL_POLYGON_OFFSET_FILL, in _mesa_PopAttrib()
/external/mesa3d/include/GLES2/
Dgl2.h152 #define GL_POLYGON_OFFSET_FILL 0x8037 macro
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
DOGLESShaderRenderer.java518 GLES20.glEnable(GLES20.GL_POLYGON_OFFSET_FILL); in applyRenderState()
547 GLES20.glDisable(GLES20.GL_POLYGON_OFFSET_FILL); in applyRenderState()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c602 _mesa_set_enable(ctx, GL_POLYGON_OFFSET_FILL, GL_FALSE); in _mesa_meta_begin()
924 _mesa_set_enable(ctx, GL_POLYGON_OFFSET_FILL, save->PolygonOffset); in _mesa_meta_end()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c1706 case GL_POLYGON_OFFSET_FILL: in radeonEnable()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c1916 case GL_POLYGON_OFFSET_FILL: in r200Enable()
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl288 #define GL_POLYGON_OFFSET_FILL 0x8037 macro

12