Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp714 GLfloat green_s = deFloatFloor(green_c / deFloatPow(2.0f, exp_s - (float)B - (float)N) + 0.5f); in convertUint_5_9_9_9_rev() local
718 GLuint c2 = (static_cast<GLuint>(green_s)) & 511; in convertUint_5_9_9_9_rev()
DglcPackedPixelsTests.cpp1437 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() local
1441 GLuint c2 = (static_cast<GLuint>(green_s)) & 511; in unpack_UNSIGNED_INT_5_9_9_9_REV()