OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gridWidths
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles3/functional/
es3fDrawTests.cpp
848
const int
gridWidths
[] =
858
for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(
gridWidths
); ++ndx)
860
const std::string name = std::string("draw_arrays_instanced_grid_") + de::toString(
gridWidths
[ndx]) + "x" + de::toString(
gridWidths
[ndx]);
861
const std::string desc = std::string("DrawArraysInstanced, Grid size ") + de::toString(
gridWidths
[ndx]) + "x" + de::toString(
gridWidths
[ndx]);
863
this->addChild(new InstancedGridRenderTest(m_context, name.c_str(), desc.c_str(),
gridWidths
[ndx], false));
867
for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(
gridWidths
); ++ndx)
869
const std::string name = std::string("draw_elements_instanced_grid_") + de::toString(
gridWidths
[ndx]) + "x" + de::toString(
gridWidths
[ndx])
[
all
...]
/external/deqp/modules/gles31/functional/
es31fDrawTests.cpp
959
const int
gridWidths
[] =
969
for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(
gridWidths
); ++ndx)
971
const std::string name = std::string("draw_arrays_indirect_grid_") + de::toString(
gridWidths
[ndx]) + "x" + de::toString(
gridWidths
[ndx]);
972
const std::string desc = std::string("DrawArraysIndirect, Grid size ") + de::toString(
gridWidths
[ndx]) + "x" + de::toString(
gridWidths
[ndx]);
974
this->addChild(new InstancedGridRenderTest(m_context, name.c_str(), desc.c_str(),
gridWidths
[ndx], false));
978
for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(
gridWidths
); ++ndx)
980
const std::string name = std::string("draw_elements_indirect_grid_") + de::toString(
gridWidths
[ndx]) + "x" + de::toString(
gridWidths
[ndx])
[
all
...]
Completed in 34 milliseconds