Lines Matching defs:indexCount
169 * indexCount.
176 * source is reset and likewise for indexCount.
185 * @param indexCount the number of indices to reserve space for. Can be 0.
188 * @param indices will point to reserved index space if indexCount is
189 * non-zero. Illegal to pass NULL if indexCount > 0.
192 int indexCount,
210 * @param indexCount in: hint about how many indices the caller would
219 int* indexCount) const;
236 * @param indexCount the number of indices in the array.
238 void setIndexSourceToArray(const void* indexArray, int indexCount);
304 * @param indexCount the number of index elements to read. The index count
314 int indexCount,
558 int indexCount);
563 int indexCount);
764 int indexCount() const { return fIndexCount; }
823 virtual void willReserveVertexAndIndexSpace(int vertexCount, int indexCount) {}
827 virtual bool onReserveIndexSpace(int indexCount, void** indices) = 0;
833 virtual void onSetIndexSourceToArray(const void* indexArray, int indexCount) = 0;
861 bool reserveIndexSpace(int indexCount, void** indices);
863 // called by drawIndexed and drawNonIndexed. Use a negative indexCount to
867 int indexCount) const;