Searched refs:streamOffset (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | VertexDataManager.cpp | 65 unsigned int streamOffset = 0; in writeAttributeData() local 71 output = (char*)vertexBuffer->map(attribute, attribute.typeSize() * count, &streamOffset); in writeAttributeData() 109 return streamOffset; in writeAttributeData() 173 unsigned int streamOffset = writeAttributeData(mStreamingBuffer, firstVertexIndex, isInstanced ? 1 : count, attrib); in prepareVertexData() local 175 if(streamOffset == ~0u) in prepareVertexData() 181 translated[i].offset = streamOffset; in prepareVertexData()
|
H A D | IndexDataManager.cpp | 308 size_t streamOffset = 0; in prepareIndexData() local 312 void *output = streamingBuffer->map(typeSize(type) * convertCount, &streamOffset); in prepareIndexData() 325 translated->indexOffset = static_cast<unsigned int>(streamOffset); in prepareIndexData() 335 size_t streamOffset = 0; in prepareIndexData() local 339 void *output = streamingBuffer->map(typeSize(type) * convertCount, &streamOffset); in prepareIndexData() 351 translated->indexOffset = static_cast<unsigned int>(streamOffset); in prepareIndexData()
|
H A D | VertexDataManager.h | 68 void *map(const VertexAttribute &attribute, unsigned int requiredSpace, unsigned int *streamOffset);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | VertexDataManager.cpp | 369 unsigned int streamOffset = 0; in StoreStaticAttrib() local 399 CheckedNumeric<unsigned int> checkedOffset(streamOffset); in StoreStaticAttrib() 406 translated->baseOffset = streamOffset + firstElementOffset; in StoreStaticAttrib() 561 unsigned int streamOffset = 0; in storeDynamicAttrib() local 572 static_cast<GLsizei>(totalCount), instances, baseInstance, &streamOffset, sourceData)); in storeDynamicAttrib() 578 translated->baseOffset = streamOffset; in storeDynamicAttrib() 608 unsigned int streamOffset; in storeCurrentValue() local 610 0, &streamOffset, sourceData)); in storeCurrentValue() 615 cachedState->offset = streamOffset; in storeCurrentValue()
|
H A D | IndexBuffer.cpp | 71 unsigned int *streamOffset) in mapBuffer() 89 if (streamOffset) in mapBuffer() 91 *streamOffset = mWritePosition; in mapBuffer() 68 mapBuffer(const gl::Context *context, unsigned int size, void **outMappedMemory, unsigned int *streamOffset) mapBuffer() argument
|
H A D | IndexBuffer.h | 79 unsigned int *streamOffset);
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_opcode_list.cpp | 223 uint64 streamOffset) in Parse() 230 stream.SetReadPosition (streamOffset); in Parse() 265 if (stream.Position () != streamOffset + byteCount) in Parse() 220 Parse(dng_host &host, dng_stream &stream, uint32 byteCount, uint64 streamOffset) Parse() argument
|
H A D | dng_opcode_list.h | 142 /// specified offset (streamOffset, in bytes). byteCount is provided for 150 uint64 streamOffset);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktBitstreamBufferImpl.cpp | 247 deUint32 BitstreamBufferImpl::AddStreamMarker(deUint32 streamOffset) in AddStreamMarker() argument 249 m_streamMarkers.push_back(streamOffset); in AddStreamMarker() 253 deUint32 BitstreamBufferImpl::SetStreamMarker(deUint32 streamOffset, deUint32 index) in SetStreamMarker() argument 260 m_streamMarkers[index] = streamOffset; in SetStreamMarker()
|
H A D | vktBitstreamBufferImpl.hpp | 109 deUint32 AddStreamMarker(deUint32 streamOffset) override; 110 deUint32 SetStreamMarker(deUint32 streamOffset, deUint32 index) override;
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga3d_cmd.h | 864 uint16 streamOffset; member 1486 uint16 streamOffset; member
|
Completed in 9 milliseconds