OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlockLayoutEntry
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/glshared/
glsUniformBlockCase.cpp
204
struct
BlockLayoutEntry
206
BlockLayoutEntry
(void)
216
std::ostream& operator<< (std::ostream& stream, const
BlockLayoutEntry
& entry)
272
std::vector<
BlockLayoutEntry
> blocks;
606
layout.blocks.push_back(
BlockLayoutEntry
());
607
BlockLayoutEntry
& blockEntry = layout.blocks.back();
[
all
...]
/external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp
127
struct
BlockLayoutEntry
129
BlockLayoutEntry
(void)
139
std::ostream& operator<< (std::ostream& stream, const
BlockLayoutEntry
& entry)
207
std::vector<
BlockLayoutEntry
> blocks;
713
layout.blocks.push_back(
BlockLayoutEntry
());
714
BlockLayoutEntry
& blockEntry = layout.blocks.back();
790
const
BlockLayoutEntry
& blockLayout = layout.blocks[blockNdx];
[
all
...]
Completed in 324 milliseconds