OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:storageToString
(Results
1 - 11
of
11
) sorted by null
/external/deqp/modules/glshared/
glsDrawTest.hpp
180
static std::string
storageToString
(Storage storage);
glsDrawTest.cpp
[
all
...]
glsVertexArrayTests.hpp
147
static std::string
storageToString
(Storage storage);
glsVertexArrayTests.cpp
147
std::string Array::
storageToString
(Storage storage)
[
all
...]
/external/deqp/modules/gles3/stress/
es3sVertexArrayTests.cpp
190
std::string name = Array::
storageToString
(storages[storageNdx]) + "_stride" + typeToString(stride) + "_components" + typeToString(componentCount) + "_quads" + typeToString(counts[countNdx]);
es3sDrawTests.cpp
320
const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::
storageToString
(indexTest.storage);
/external/deqp/modules/gles3/functional/
es3fVertexArrayTest.cpp
187
std::string name = Array::
storageToString
(storages[storageNdx]) + "_stride" + typeToString(stride) + "_components" + typeToString(componentCount) + "_quads" + typeToString(counts[countNdx]);
800
<< Array::
storageToString
(spec.arrays[arrayNdx].storage);
[
all
...]
es3fDrawTests.cpp
449
const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::
storageToString
(indexTest.storage);
[
all
...]
/external/deqp/modules/gles2/stress/
es2sDrawTests.cpp
137
const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::
storageToString
(indexTest.storage);
/external/deqp/modules/gles2/functional/
es2fDrawTests.cpp
348
const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::
storageToString
(indexTest.storage);
es2fVertexArrayTest.cpp
587
<< Array::
storageToString
(spec.arrays[arrayNdx].storage);
Completed in 389 milliseconds