HomeSort by relevance Sort by last modified time
    Searched defs:vertexArray (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL_program.cpp 347 const GrVertexAttrib* vertexArray = this->getDrawState().getVertexAttribs() + posIdx;
348 GrVertexAttribType vertexArrayType = vertexArray->fType;
357 vertexOffsetInBytes + vertexArray->fOffset));
  /external/skia/src/gpu/gl/
GrGpuGL_program.cpp 347 const GrVertexAttrib* vertexArray = this->getDrawState().getVertexAttribs() + posIdx;
348 GrVertexAttribType vertexArrayType = vertexArray->fType;
357 vertexOffsetInBytes + vertexArray->fOffset));
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 81 GLfixed *vertexArray;
111 free(object->vertexArray);
125 result->vertexArray = (GLfixed *)malloc(vertices * vertexComponents *
135 if (result->vertexArray == NULL ||
151 0, object->vertexArray);
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);
313 result->vertexArray[currentVertex * 3] = FIXED(pb.x);
314 result->vertexArray[currentVertex * 3 + 1] = FIXED(pb.y)
    [all...]
  /frameworks/native/opengl/tests/angeles/
demo.c 81 GLfixed *vertexArray;
111 free(object->vertexArray);
125 result->vertexArray = (GLfixed *)malloc(vertices * vertexComponents *
135 if (result->vertexArray == NULL ||
151 0, object->vertexArray);
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);
313 result->vertexArray[currentVertex * 3] = FIXED(pb.x);
314 result->vertexArray[currentVertex * 3 + 1] = FIXED(pb.y)
    [all...]

Completed in 63 milliseconds