HomeSort by relevance Sort by last modified time
    Searched full:tmpequation (Results 1 - 1 of 1) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 394 GLdouble tmpEquation[4];
397 tmpEquation[i] = static_cast<GLdouble>(equation[i]);
399 ctx->dispatcher().glClipPlane(plane,tmpEquation);
404 GLdouble tmpEquation[4];
406 tmpEquation[i] = X2D(equation[i]);
408 ctx->dispatcher().glClipPlane(plane,tmpEquation);
    [all...]

Completed in 1181 milliseconds