Searched refs:green_s (Results 1 – 2 of 2) sorted by relevance
714 GLfloat green_s = deFloatFloor(green_c / deFloatPow(2.0f, exp_s - (float)B - (float)N) + 0.5f); in convertUint_5_9_9_9_rev() local718 GLuint c2 = (static_cast<GLuint>(green_s)) & 511; in convertUint_5_9_9_9_rev()
1437 GLfloat green_s = deFloatFloor(green_c / deFloatPow(2.0f, exp_s - (float)B - (float)N) + 0.5f); in unpack_UNSIGNED_INT_5_9_9_9_REV() local1441 GLuint c2 = (static_cast<GLuint>(green_s)) & 511; in unpack_UNSIGNED_INT_5_9_9_9_REV()