Searched refs:INITIAL_STREAM_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance
28 enum {INITIAL_STREAM_BUFFER_SIZE = 1024 * 1024}; enumerator42 mStreamingBuffer = new StreamingVertexBuffer(INITIAL_STREAM_BUFFER_SIZE); in VertexDataManager()
27 enum {INITIAL_STREAM_BUFFER_SIZE = 1024 * 1024}; enumerator41 mStreamingBuffer = new StreamingVertexBuffer(INITIAL_STREAM_BUFFER_SIZE); in VertexDataManager()
32 INITIAL_STREAM_BUFFER_SIZE = 1024 * 1024 enumerator235 return mStreamingBuffer.initialize(context, INITIAL_STREAM_BUFFER_SIZE); in initialize()