Home
last modified time | relevance | path

Searched refs:perspectiveCorrectionHint (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h257 GLenum perspectiveCorrectionHint; member
DContext.cpp89 mState.perspectiveCorrectionHint = GL_DONT_CARE; in Context()
815 mState.perspectiveCorrectionHint = hint; in setPerspectiveCorrectionHint()
1222 case GL_PERSPECTIVE_CORRECTION_HINT: *params = mState.perspectiveCorrectionHint; break; in getIntegerv()