HomeSort by relevance Sort by last modified time
    Searched refs:perspectiveCorrectionHint (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 259 GLenum perspectiveCorrectionHint;
Context.cpp 89 mState.perspectiveCorrectionHint = GL_DONT_CARE;
810 mState.perspectiveCorrectionHint = hint;
1224 case GL_PERSPECTIVE_CORRECTION_HINT: *params = mState.perspectiveCorrectionHint; break;
    [all...]

Completed in 593 milliseconds