Searched refs:RasterDistance (Results 1 – 3 of 3) sorted by relevance
121 ctx->Current.RasterDistance = in gl_RasterPos4f()216 ctx->Current.RasterDistance = 0.0; in gl_windowpos()
243 *params = FLOAT_TO_BOOL(ctx->Current.RasterDistance); in gl_GetBooleanv()1006 params[0] = (GLdouble) ctx->Current.RasterDistance; in gl_GetDoublev()1768 params[0] = ctx->Current.RasterDistance; in gl_GetFloatv()2534 params[0] = (GLint) ctx->Current.RasterDistance; in gl_GetIntegerv()
659 GLfloat RasterDistance; /* Current raster distance */ member