/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPolygonOffsetClampTests.cpp | 371 gl.disable(GL_POLYGON_OFFSET_FILL); in test() 384 gl.enable(GL_POLYGON_OFFSET_FILL); in test() 399 gl.disable(GL_POLYGON_OFFSET_FILL); in test() 412 gl.enable(GL_POLYGON_OFFSET_FILL); in test() 437 gl.disable(GL_POLYGON_OFFSET_FILL); in test()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fPolygonOffsetTests.cpp | 398 gl.disable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset() 407 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset() 517 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset() 636 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset() 787 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset() 900 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset() 1017 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset() 1138 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset() 1231 addChild(new UsageTestCase(m_context, (std::string(format.name) + "_enable").c_str(), "test enable GL_POLYGON_OFFSET_FILL", format.internalFormat, format.name)); in init()
|
H A D | es3fBooleanStateQueryTests.cpp | 773 { "polygon_offset_fill", "POLYGON_OFFSET_FILL", GL_POLYGON_OFFSET_FILL, false}, in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fPolygonOffsetTests.cpp | 395 gl.disable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset() 404 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset() 514 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset() 634 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset() 785 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset() 898 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset() 1015 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset() 1136 gl.enable (GL_POLYGON_OFFSET_FILL); in testPolygonOffset() 1227 addChild(new UsageTestCase(m_context, (std::string(format.name) + "_enable").c_str(), "test enable GL_POLYGON_OFFSET_FILL", format.internalFormat, format.name)); in init()
|
H A D | es2fBooleanStateQueryTests.cpp | 578 { "polygon_offset_fill", "POLYGON_OFFSET_FILL", GL_POLYGON_OFFSET_FILL, false}, in init()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | RenderPipelineGL.cpp | 306 gl.Enable(GL_POLYGON_OFFSET_FILL); in ApplyNow() 315 gl.Disable(GL_POLYGON_OFFSET_FILL); in ApplyNow()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pStateChangeCallTests.cpp | 193 GL_POLYGON_OFFSET_FILL, in init() 209 GL_POLYGON_OFFSET_FILL, in init()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pStateChangeCallTests.cpp | 224 GL_POLYGON_OFFSET_FILL, in init() 242 GL_POLYGON_OFFSET_FILL, in init()
|
/third_party/openGLES/api/GLSC/1.0.1/ |
H A D | gl.h | 112 #define GL_POLYGON_OFFSET_FILL 0x8037 macro 281 /* #define GL_POLYGON_OFFSET_FILL 0x8037 */
|
/third_party/openGLES/api/GLSC/1.0/ |
H A D | gl.h | 116 #define GL_POLYGON_OFFSET_FILL 0x8037 macro 285 /* #define GL_POLYGON_OFFSET_FILL 0x8037 */
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/ |
H A D | gl.h | 116 #define GL_POLYGON_OFFSET_FILL 0x8037 macro 285 /* #define GL_POLYGON_OFFSET_FILL 0x8037 */
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/ |
H A D | gl.h | 112 #define GL_POLYGON_OFFSET_FILL 0x8037 macro 281 /* #define GL_POLYGON_OFFSET_FILL 0x8037 */
|
/third_party/openGLES/api/GLES/1.0/ |
H A D | gl.h | 181 #define GL_POLYGON_OFFSET_FILL 0x8037 macro
|
/third_party/openGLES/api/GLSC2/ |
H A D | glsc2.h | 111 #define GL_POLYGON_OFFSET_FILL 0x8037 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/ |
H A D | gl.h | 181 #define GL_POLYGON_OFFSET_FILL 0x8037 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/ |
H A D | glsc2.h | 132 #define GL_POLYGON_OFFSET_FILL 0x8037 macro
|
/third_party/mesa3d/src/mesa/main/ |
H A D | attrib.c | 435 GL_POLYGON_OFFSET_FILL); in pop_enable_group() 973 GL_POLYGON_OFFSET_FILL); in _mesa_PopAttrib()
|
H A D | enable.c | 846 case GL_POLYGON_OFFSET_FILL: in _mesa_set_enable() 1710 case GL_POLYGON_OFFSET_FILL: in _mesa_IsEnabled()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluStateReset.cpp | 116 gl.disable (GL_POLYGON_OFFSET_FILL); in resetStateES() 725 gl.disable (GL_POLYGON_OFFSET_FILL); in resetStateGLCore()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | State.cpp | 1273 case GL_POLYGON_OFFSET_FILL: 1426 case GL_POLYGON_OFFSET_FILL: in getEnableFeature() 2395 case GL_POLYGON_OFFSET_FILL:
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | StateManagerGL.cpp | 1648 mFunctions->enable(GL_POLYGON_OFFSET_FILL); 1652 mFunctions->disable(GL_POLYGON_OFFSET_FILL); 2765 get(GL_POLYGON_OFFSET_FILL, &state->enablePolygonOffsetFill);
|
/third_party/mesa3d/include/GLES/ |
H A D | gl.h | 214 #define GL_POLYGON_OFFSET_FILL 0x8037 macro
|
/third_party/openGLES/api/GLES/ |
H A D | gl.h | 195 #define GL_POLYGON_OFFSET_FILL 0x8037 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES/ |
H A D | gl.h | 214 #define GL_POLYGON_OFFSET_FILL 0x8037 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES/ |
H A D | gl.h | 214 #define GL_POLYGON_OFFSET_FILL 0x8037 macro
|