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

  /external/skia/src/core/
SkLightingShader.cpp 480 uint32_t tmpColor[TMP_COUNT], tmpNormal[TMP_COUNT];
490 int normMax = fNormalState->maxCountForBufferSize(sizeof(tmpNormal[0]) * TMP_COUNT);
507 normalMProc(*fNormalState, tmpNormal, n, x, y);
508 normalSProc(*fNormalState, tmpNormal, n, tmpNormal2);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
MeshBuilder.java 535 private final Vector3 tmpNormal = new Vector3();
546 if (nor == null) nor = tmpNormal.set(pos).nor();
    [all...]

Completed in 66 milliseconds