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

  /external/mesa3d/src/mesa/main/
feedback.c 177 ctx->Select.HitFlag = GL_FALSE;
208 * Sets gl_selection::HitFlag and updates gl_selection::HitMinZ and
214 ctx->Select.HitFlag = GL_TRUE;
256 ctx->Select.HitFlag = GL_FALSE;
275 /* Record the hit before the HitFlag is wiped out again. */
277 if (ctx->Select.HitFlag) {
282 ctx->Select.HitFlag = GL_FALSE;
315 if (ctx->Select.HitFlag) {
348 if (ctx->Select.HitFlag) {
378 if (ctx->Select.HitFlag) {
    [all...]
mtypes.h     [all...]

Completed in 170 milliseconds