OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:streamOffset
(Results
1 - 15
of
15
) sorted by null
/external/swiftshader/src/OpenGL/libGL/
VertexDataManager.cpp
65
unsigned int
streamOffset
= 0;
71
output = (char*)vertexBuffer->map(attribute, attribute.typeSize() * count, &
streamOffset
);
111
return
streamOffset
;
167
unsigned int
streamOffset
= writeAttributeData(mStreamingBuffer, start, count, attribs[i]);
169
if(
streamOffset
== ~0u)
175
translated[i].offset =
streamOffset
;
VertexDataManager.h
71
void *map(const VertexAttribute &attribute, unsigned int requiredSpace, unsigned int *
streamOffset
);
IndexDataManager.cpp
137
unsigned int
streamOffset
= 0;
141
void *output = streamingBuffer->map(typeSize(type) * convertCount, &
streamOffset
);
155
translated->indexOffset =
streamOffset
;
/external/swiftshader/src/OpenGL/libGLES_CM/
VertexDataManager.cpp
66
unsigned int
streamOffset
= 0;
72
output = (char*)vertexBuffer->map(attribute, attribute.typeSize() * count, &
streamOffset
);
112
return
streamOffset
;
162
unsigned int
streamOffset
= writeAttributeData(mStreamingBuffer, start, count, attribs[i]);
164
if(
streamOffset
== ~0u)
170
translated[i].offset =
streamOffset
;
IndexDataManager.cpp
120
unsigned int
streamOffset
= 0;
124
void *output = streamingBuffer->map(typeSize(type) * convertCount, &
streamOffset
);
138
translated->indexOffset =
streamOffset
;
VertexDataManager.h
68
void *map(const VertexAttribute &attribute, unsigned int requiredSpace, unsigned int *
streamOffset
);
/external/swiftshader/src/OpenGL/libGLESv2/
VertexDataManager.cpp
65
unsigned int
streamOffset
= 0;
71
output = (char*)vertexBuffer->map(attribute, attribute.typeSize() * count, &
streamOffset
);
109
return
streamOffset
;
173
unsigned int
streamOffset
= writeAttributeData(mStreamingBuffer, firstVertexIndex, isInstanced ? 1 : count, attrib);
175
if(
streamOffset
== ~0u)
181
translated[i].offset =
streamOffset
;
VertexDataManager.h
68
void *map(const VertexAttribute &attribute, unsigned int requiredSpace, unsigned int *
streamOffset
);
IndexDataManager.cpp
128
unsigned int
streamOffset
= 0;
132
void *output = streamingBuffer->map(typeSize(type) * convertCount, &
streamOffset
);
146
translated->indexOffset =
streamOffset
;
/external/dng_sdk/source/
dng_opcode_list.cpp
223
uint64
streamOffset
)
230
stream.SetReadPosition (
streamOffset
);
265
if (stream.Position () !=
streamOffset
+ byteCount)
dng_opcode_list.h
142
/// specified offset (
streamOffset
, in bytes). byteCount is provided for
150
uint64
streamOffset
);
/external/swiftshader/src/D3D9/
Direct3DDevice9.hpp
282
int
streamOffset
[MAX_VERTEX_INPUTS];
Direct3DDevice9.cpp
100
streamOffset
[i] = 0;
[
all
...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar
htmlparser-1.3.jar
Completed in 87 milliseconds