OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attrBufAlignment
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp
375
const int
attrBufAlignment
= ((bufferOffset % datumSize) == 0) ? (0) : (datumSize - (bufferOffset % datumSize));
376
const int positionAttrOffset = (flags & FLAG_ATTRIB_UNALIGNED) ? (3) : (flags & FLAG_ATTRIB_ALIGNED) ? (
attrBufAlignment
) : (0);
/external/deqp/modules/gles31/functional/
es31fVertexAttributeBindingTests.cpp
381
const int
attrBufAlignment
= ((bufferOffset % datumSize) == 0) ? (0) : (datumSize - (bufferOffset % datumSize));
382
const int positionAttrOffset = (flags & FLAG_ATTRIB_UNALIGNED) ? (3) : (flags & FLAG_ATTRIB_ALIGNED) ? (
attrBufAlignment
) : (0);
[
all
...]
Completed in 1765 milliseconds