Searched refs:streamBuffer (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/platform/s3/ |
D | aws_crypto.cc | 81 char streamBuffer in Calculate() local 84 stream.read(streamBuffer, in Calculate() 89 SHA256_Update(&sha256, streamBuffer, static_cast<size_t>(bytesRead)); in Calculate()
|
/external/skia/third_party/gif/ |
D | SkGifImageReader.cpp | 316 sk_sp<SkColorTable> SkGIFColorMap::buildTable(SkStreamBuffer* streamBuffer, SkColorType colorType, in buildTable() argument 334 sk_sp<SkData> rawData(streamBuffer->getDataAtPosition(m_position, bytes)); in buildTable() 377 bool SkGIFFrameContext::decode(SkStreamBuffer* streamBuffer, SkGifCodec* client, in decode() argument 400 sk_sp<SkData> data(streamBuffer->getDataAtPosition(block.blockPosition, len)); in decode()
|
/external/skqp/third_party/gif/ |
D | SkGifImageReader.cpp | 316 sk_sp<SkColorTable> SkGIFColorMap::buildTable(SkStreamBuffer* streamBuffer, SkColorType colorType, in buildTable() argument 334 sk_sp<SkData> rawData(streamBuffer->getDataAtPosition(m_position, bytes)); in buildTable() 377 bool SkGIFFrameContext::decode(SkStreamBuffer* streamBuffer, SkGifCodec* client, in decode() argument 400 sk_sp<SkData> data(streamBuffer->getDataAtPosition(block.blockPosition, len)); in decode()
|
/external/swiftshader/src/D3D8/ |
D | Direct3DDevice8.cpp | 4482 Direct3DVertexBuffer8 *streamBuffer = (Direct3DVertexBuffer8*)dataStream[stream]; in bindStreams() local 4483 resource = streamBuffer->getResource(); in bindStreams()
|
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9.cpp | 5741 Direct3DVertexBuffer9 *streamBuffer = dataStream[stream]; in bindVertexStreams() local 5742 sw::Resource *resource = streamBuffer->getResource(); in bindVertexStreams()
|