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

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 211 long currentVertex, currentQuad;
221 currentVertex = 0;
286 for (i = currentVertex * 3;
287 i < (currentVertex + 6) * 3;
294 for (i = currentVertex * 4;
295 i < (currentVertex + 6) * 4;
309 result->vertexArray[currentVertex * 3] = FIXED(pa.x);
310 result->vertexArray[currentVertex * 3 + 1] = FIXED(pa.y);
311 result->vertexArray[currentVertex * 3 + 2] = FIXED(pa.z);
312 ++currentVertex;
    [all...]
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
demo.c 347 long currentVertex, currentQuad;
357 currentVertex = 0;
422 for (i = currentVertex * 3;
423 i < (currentVertex + 6) * 3;
430 for (i = currentVertex * 4;
431 i < (currentVertex + 6) * 4;
445 result->vertexArray[currentVertex * 3] = pa.x;
446 result->vertexArray[currentVertex * 3 + 1] = pa.y;
447 result->vertexArray[currentVertex * 3 + 2] = pa.z;
448 ++currentVertex;
    [all...]
  /frameworks/native/opengl/tests/angeles/
demo.c 211 long currentVertex, currentQuad;
221 currentVertex = 0;
286 for (i = currentVertex * 3;
287 i < (currentVertex + 6) * 3;
294 for (i = currentVertex * 4;
295 i < (currentVertex + 6) * 4;
309 result->vertexArray[currentVertex * 3] = FIXED(pa.x);
310 result->vertexArray[currentVertex * 3 + 1] = FIXED(pa.y);
311 result->vertexArray[currentVertex * 3 + 2] = FIXED(pa.z);
312 ++currentVertex;
    [all...]
  /frameworks/base/libs/hwui/
AmbientShadow.cpp 70 Vector2 currentVertex = { vertices[current].x, vertices[current].y };
73 return ShadowTessellator::calculateNormal(currentVertex, nextVertex);
  /external/skia/src/utils/
SkNinePatch.cpp 51 SkScalar currentVertex,
55 SkScalar delta = currentVertex - prevVertex;
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 717 milliseconds