Searched refs:destinationIndexType (Results 1 – 2 of 2) sorted by relevance
260 gl::DrawElementsType destinationIndexType, in getStreamingIndexBuffer() argument264 ASSERT(destinationIndexType == gl::DrawElementsType::UnsignedShort || in getStreamingIndexBuffer()265 destinationIndexType == gl::DrawElementsType::UnsignedInt); in getStreamingIndexBuffer()267 auto &streamingBuffer = (destinationIndexType == gl::DrawElementsType::UnsignedInt) in getStreamingIndexBuffer()275 destinationIndexType)); in getStreamingIndexBuffer()
89 gl::DrawElementsType destinationIndexType,