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

  /external/skia/gpu/src/
GrDrawTarget.cpp 76 size_t vecSize = (vertexLayout & kTextFormat_VertexLayoutBit) ?
80 size_t size = vecSize; // position
83 size += vecSize;
100 int vecSize = (vertexLayout & kTextFormat_VertexLayoutBit) ?
103 int offset = vecSize; // position
107 offset += vecSize;
120 int vecSize = (vertexLayout & kTextFormat_VertexLayoutBit) ?
123 int offset = vecSize; // position
127 offset += vecSize;
143 int vecSize = (vertexLayout & kTextFormat_VertexLayoutBit)
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Element.java 679 int vecSize = 1;
680 int id = rs.nElementCreate(dt.mID, dk.mID, norm, vecSize);
681 return new Element(id, rs, dt, dk, norm, vecSize);
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 91 milliseconds