/external/deqp/modules/gles2/functional/ |
es2fPolygonOffsetTests.cpp | 278 m_testCtx.getLog() << tcu::TestLog::Message << "Testing PolygonOffset with " << m_internalFormatName << " depth buffer." << tcu::TestLog::EndMessage; 393 log << TestLog::Message << "Draw bottom-right. Color = White.\tState: PolygonOffset(0, -2), POLYGON_OFFSET_FILL disabled." << TestLog::EndMessage; 395 gl.polygonOffset (0, -2); 402 log << TestLog::Message << "Draw bottom-right. Color = Red.\tState: PolygonOffset(0, -1), POLYGON_OFFSET_FILL enabled." << TestLog::EndMessage; 404 gl.polygonOffset (0, -1); 542 log << TestLog::Message << "Draw colorless triangle.\tState: DepthFunc = GL_ALWAYS, PolygonOffset(0, 0)." << TestLog::EndMessage; 545 gl.polygonOffset (0, 0); 551 log << TestLog::Message << "Draw green triangle.\tState: DepthFunc = GL_EQUAL, PolygonOffset(0, " << offset << ")." << TestLog::EndMessage; 554 gl.polygonOffset (0, offset); 642 log << TestLog::Message << "Draw top-left. Color = White.\tState: PolygonOffset(0, 0)." << TestLog::EndMessage [all...] |
/external/deqp/modules/gles3/functional/ |
es3fPolygonOffsetTests.cpp | 281 m_testCtx.getLog() << tcu::TestLog::Message << "Testing PolygonOffset with " << m_internalFormatName << " depth buffer." << tcu::TestLog::EndMessage; 396 log << TestLog::Message << "Draw bottom-right. Color = White.\tState: PolygonOffset(0, -2), POLYGON_OFFSET_FILL disabled." << TestLog::EndMessage; 398 gl.polygonOffset (0, -2); 405 log << TestLog::Message << "Draw bottom-right. Color = Red.\tState: PolygonOffset(0, -1), POLYGON_OFFSET_FILL enabled." << TestLog::EndMessage; 407 gl.polygonOffset (0, -1); 545 log << TestLog::Message << "Draw colorless triangle.\tState: DepthFunc = GL_ALWAYS, PolygonOffset(0, 0)." << TestLog::EndMessage; 548 gl.polygonOffset (0, 0); 554 log << TestLog::Message << "Draw green triangle.\tState: DepthFunc = GL_EQUAL, PolygonOffset(0, " << offset << ")." << TestLog::EndMessage; 557 gl.polygonOffset (0, offset); 645 log << TestLog::Message << "Draw top-left. Color = White.\tState: PolygonOffset(0, 0)." << TestLog::EndMessage [all...] |
/external/deqp/framework/opengl/wrapper/ |
glwInitES20Direct.inl | 95 gl->polygonOffset = &glPolygonOffset;
|
glwInitES20.inl | 95 gl->polygonOffset = (glPolygonOffsetFunc) loader->get("glPolygonOffset");
|
glwInitES30Direct.inl | 95 gl->polygonOffset = &glPolygonOffset;
|
glwFunctions.inl | 57 glPolygonOffsetFunc polygonOffset;
|
glwInitES30.inl | 95 gl->polygonOffset = (glPolygonOffsetFunc) loader->get("glPolygonOffset");
|
glwInitES31.inl | 95 gl->polygonOffset = (glPolygonOffsetFunc) loader->get("glPolygonOffset");
|
glwInitGL30.inl | 55 gl->polygonOffset = (glPolygonOffsetFunc) loader->get("glPolygonOffset");
|
glwInitGL31.inl | 55 gl->polygonOffset = (glPolygonOffsetFunc) loader->get("glPolygonOffset");
|
glwInitGL32.inl | 55 gl->polygonOffset = (glPolygonOffsetFunc) loader->get("glPolygonOffset");
|
glwInitGL33.inl | 55 gl->polygonOffset = (glPolygonOffsetFunc) loader->get("glPolygonOffset");
|
/external/deqp/framework/opengl/ |
gluES3PlusWrapperFuncs.inl | 95 dst->polygonOffset = src.polygonOffset;
|
gluStateReset.cpp | 95 gl.polygonOffset(0.0f, 0.0f); 553 gl.polygonOffset (0.0f, 0.0f); [all...] |
/external/deqp/framework/opengl/simplereference/ |
sglrContext.hpp | 122 virtual void polygonOffset (float factor, float units) = DE_NULL;
|
sglrGLContext.hpp | 134 virtual void polygonOffset (float factor, float units);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/ |
MockWebGraphicsContext3D.h | 175 virtual void polygonOffset(WGC3Dfloat factor, WGC3Dfloat units) { }
|
/external/deqp/modules/gles2/performance/ |
es2pStateChangeCallTests.cpp | 382 polygonOffset,
|
es2pStateChangeTests.cpp | 682 gl.polygonOffset(0.0f, 0.0f); 684 gl.polygonOffset(0.1f, 0.1f); [all...] |
/external/deqp/modules/gles3/performance/ |
es3pStateChangeCallTests.cpp | 417 polygonOffset,
|
es3pStateChangeTests.cpp | 766 gl.polygonOffset(0.0f, 0.0f); 768 gl.polygonOffset(0.1f, 0.1f); [all...] |
/external/deqp/framework/platform/null/ |
tcuNullRenderContextInitFuncs.inl | 57 gl->polygonOffset = glPolygonOffset;
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebGraphicsContext3D.h | 291 virtual void polygonOffset(WGC3Dfloat factor, WGC3Dfloat units) = 0;
|
/external/chromium_org/webkit/common/gpu/ |
webgraphicscontext3d_impl.h | 253 virtual void polygonOffset(WGC3Dfloat factor, WGC3Dfloat units);
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
WebGLRenderingContextBase.idl | 599 void polygonOffset(GLfloat factor, GLfloat units); [all...] |