Home | History | Annotate | Download | only in gpu

Lines Matching refs:vertexCount

170      * vertexCount then the vertex source will be unmodified and likewise for
177 * return false. If vertexCount was non-zero then upon failure the vertex
185 * @param vertexCount the number of vertices to reserve space for. Can be
188 * @param vertices will point to reserved vertex space if vertexCount is
189 * non-zero. Illegal to pass NULL if vertexCount > 0.
193 bool reserveVertexAndIndexSpace(int vertexCount,
206 * @param vertexCount in: hint about how many vertices the caller would
220 virtual bool geometryHints(int* vertexCount,
228 * @param vertexCount the number of vertices in the array. Vertex size is
231 void setVertexSourceToArray(const void* vertexArray, int vertexCount);
305 * @param vertexCount one greater than the max index.
315 int vertexCount,
326 * @param vertexCount one greater than the max index.
332 int vertexCount,
611 int vertexCount,
616 int vertexCount,
819 int vertexCount() const { return fVertexCount; }
879 virtual void willReserveVertexAndIndexSpace(int vertexCount, int indexCount) {}
882 virtual bool onReserveVertexSpace(size_t vertexSize, int vertexCount, void** vertices) = 0;
888 virtual void onSetVertexSourceToArray(const void* vertexArray, int vertexCount) = 0;
921 int vertexCount,
928 int startIndex, int vertexCount,