Home
last modified time | relevance | path

Searched refs:streamOffset (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/src/OpenGL/libGL/
DVertexDataManager.cpp65 unsigned int streamOffset = 0; in writeAttributeData() local
71 output = (char*)vertexBuffer->map(attribute, attribute.typeSize() * count, &streamOffset); in writeAttributeData()
111 return streamOffset; in writeAttributeData()
167 unsigned int streamOffset = writeAttributeData(mStreamingBuffer, start, count, attribs[i]); in prepareVertexData() local
169 if(streamOffset == ~0u) in prepareVertexData()
175 translated[i].offset = streamOffset; in prepareVertexData()
DIndexDataManager.cpp137 unsigned int streamOffset = 0; in prepareIndexData() local
141 void *output = streamingBuffer->map(typeSize(type) * convertCount, &streamOffset); in prepareIndexData()
155 translated->indexOffset = streamOffset; in prepareIndexData()
DVertexDataManager.h71 …void *map(const VertexAttribute &attribute, unsigned int requiredSpace, unsigned int *streamOffset
/external/swiftshader/src/OpenGL/libGLES_CM/
DVertexDataManager.cpp66 unsigned int streamOffset = 0; in writeAttributeData() local
72 output = (char*)vertexBuffer->map(attribute, attribute.typeSize() * count, &streamOffset); in writeAttributeData()
112 return streamOffset; in writeAttributeData()
162 unsigned int streamOffset = writeAttributeData(mStreamingBuffer, start, count, attribs[i]); in prepareVertexData() local
164 if(streamOffset == ~0u) in prepareVertexData()
170 translated[i].offset = streamOffset; in prepareVertexData()
DIndexDataManager.cpp120 unsigned int streamOffset = 0; in prepareIndexData() local
124 void *output = streamingBuffer->map(typeSize(type) * convertCount, &streamOffset); in prepareIndexData()
138 translated->indexOffset = streamOffset; in prepareIndexData()
DVertexDataManager.h68 …void *map(const VertexAttribute &attribute, unsigned int requiredSpace, unsigned int *streamOffset
/external/swiftshader/src/OpenGL/libGLESv2/
DVertexDataManager.cpp65 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… in prepareVertexData() local
175 if(streamOffset == ~0u) in prepareVertexData()
181 translated[i].offset = streamOffset; in prepareVertexData()
DIndexDataManager.cpp128 unsigned int streamOffset = 0; in prepareIndexData() local
132 void *output = streamingBuffer->map(typeSize(type) * convertCount, &streamOffset); in prepareIndexData()
146 translated->indexOffset = streamOffset; in prepareIndexData()
DVertexDataManager.h68 …void *map(const VertexAttribute &attribute, unsigned int requiredSpace, unsigned int *streamOffset
/external/dng_sdk/source/
Ddng_opcode_list.cpp223 uint64 streamOffset) in Parse() argument
230 stream.SetReadPosition (streamOffset); in Parse()
265 if (stream.Position () != streamOffset + byteCount) in Parse()
Ddng_opcode_list.h150 uint64 streamOffset);
/external/swiftshader/src/D3D9/
DDirect3DDevice9.hpp282 int streamOffset[MAX_VERTEX_INPUTS]; member in D3D9::Direct3DDevice9
DDirect3DDevice9.cpp100 streamOffset[i] = 0; in Direct3DDevice9()
1936 *offset = streamOffset[streamNumber]; in GetStreamSource()
4411 …if(dataStream[stream] == vertexBuffer && streamOffset[stream] == offset && streamStride[stream] ==… in SetStreamSource()
4427 streamOffset[stream] = offset; in SetStreamSource()
5742 const void *buffer = ((char*)resource->data() + streamOffset[stream]) + offset; in bindVertexStreams()
/external/owasp/sanitizer/lib/htmlparser-1.3/
Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM ...
Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM ...