OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indexTest
(Results
1 - 6
of
6
) sorted by null
/art/test/020-string/src/
Main.java
23
indexTest
();
58
public static void
indexTest
() {
/external/deqp/modules/gles2/stress/
es2sDrawTests.cpp
107
struct
IndexTest
115
const
IndexTest
tests[] =
144
const
IndexTest
&
indexTest
= tests[testNdx];
145
tcu::TestCaseGroup* group = (
indexTest
.storage == gls::DrawTestSpec::STORAGE_USER) ? ((
indexTest
.aligned) ? (userPtrGroup) : (unalignedUserPtrGroup)) : ((
indexTest
.aligned) ? (bufferGroup) : (unalignedBufferGroup));
147
const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(
indexTest
.type);
148
const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(
indexTest
.type) + " in " + gls::DrawTestSpec::storageToString(
indexTest
.storage)
[
all
...]
/external/deqp/modules/gles2/functional/
es2fDrawTests.cpp
309
struct
IndexTest
317
const
IndexTest
tests[] =
346
const
IndexTest
&
indexTest
= tests[testNdx];
347
tcu::TestCaseGroup* group = (
indexTest
.storage == gls::DrawTestSpec::STORAGE_USER) ? ((
indexTest
.aligned) ? (userPtrGroup) : (unalignedUserPtrGroup)) : ((
indexTest
.aligned) ? (bufferGroup) : (unalignedBufferGroup));
349
const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(
indexTest
.type);
350
const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(
indexTest
.type) + " in " + gls::DrawTestSpec::storageToString(
indexTest
.storage)
[
all
...]
/external/deqp/modules/gles3/stress/
es3sDrawTests.cpp
288
struct
IndexTest
296
const
IndexTest
tests[] =
330
const
IndexTest
&
indexTest
= tests[testNdx];
331
tcu::TestCaseGroup* group = (
indexTest
.storage == gls::DrawTestSpec::STORAGE_USER) ? ((
indexTest
.aligned) ? (userPtrGroup) : (unalignedUserPtrGroup)) : ((
indexTest
.aligned) ? (bufferGroup) : (unalignedBufferGroup));
333
const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(
indexTest
.type);
334
const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(
indexTest
.type) + " in " + gls::DrawTestSpec::storageToString(
indexTest
.storage)
[
all
...]
/external/deqp/modules/gles3/functional/
es3fDrawTests.cpp
407
struct
IndexTest
415
const
IndexTest
tests[] =
448
const
IndexTest
&
indexTest
= tests[testNdx];
449
tcu::TestCaseGroup* group = (
indexTest
.storage == gls::DrawTestSpec::STORAGE_USER) ? ((
indexTest
.aligned) ? (userPtrGroup) : (unalignedUserPtrGroup)) : ((
indexTest
.aligned) ? (bufferGroup) : (unalignedBufferGroup));
451
const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(
indexTest
.type);
452
const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(
indexTest
.type) + " in " + gls::DrawTestSpec::storageToString(
indexTest
.storage)
[
all
...]
/external/deqp/modules/gles31/functional/
es31fDrawTests.cpp
496
struct
IndexTest
502
const
IndexTest
tests[] =
516
const
IndexTest
&
indexTest
= tests[testNdx];
518
const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(
indexTest
.type);
519
const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(
indexTest
.type);
522
spec.indexType =
indexTest
.type;
524
for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(
indexTest
.offsets) &&
indexTest
.offsets[iterationNdx] != -1; ++iterationNdx)
526
const std::string iterationDesc = std::string("first vertex ") + de::toString(
indexTest
.offsets[iterationNdx] / gls::DrawTestSpec::indexTypeSize(indexTest.type))
[
all
...]
Completed in 249 milliseconds