Home | History | Annotate | Download | only in gpu

Lines Matching defs:vertexCount

168      * vertexCount then the vertex source will be unmodified and likewise for
175 * return false. If vertexCount was non-zero then upon failure the vertex
183 * @param vertexCount the number of vertices to reserve space for. Can be
186 * @param vertices will point to reserved vertex space if vertexCount is
187 * non-zero. Illegal to pass NULL if vertexCount > 0.
191 bool reserveVertexAndIndexSpace(int vertexCount,
204 * @param vertexCount in: hint about how many vertices the caller would
218 virtual bool geometryHints(int* vertexCount,
226 * @param vertexCount the number of vertices in the array. Vertex size is
229 void setVertexSourceToArray(const void* vertexArray, int vertexCount);
303 * @param vertexCount one greater than the max index.
313 int vertexCount,
324 * @param vertexCount one greater than the max index.
330 int vertexCount,
557 int vertexCount,
562 int vertexCount,
763 int vertexCount() const { return fVertexCount; }
823 virtual void willReserveVertexAndIndexSpace(int vertexCount, int indexCount) {}
826 virtual bool onReserveVertexSpace(size_t vertexSize, int vertexCount, void** vertices) = 0;
832 virtual void onSetVertexSourceToArray(const void* vertexArray, int vertexCount) = 0;
859 int vertexCount,
866 int startIndex, int vertexCount,