Home
last modified time | relevance | path

Searched defs:lightModelTwoSide (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/tests/gl_tests/gles1/
DLightsTest.cpp45 GLboolean lightModelTwoSide; in TEST_P() local
231 const GLfloat lightModelTwoSide = rng.randomBool() ? 1.0f : 0.0f; in TEST_P() local
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h619 bool lightModelTwoSide; variable