HomeSort by relevance Sort by last modified time
    Searched refs:STORAGE_USER (Results 1 - 11 of 11) sorted by null

  /external/deqp/modules/gles2/functional/
es2fVertexArrayTest.cpp 141 Array::Storage storages[] = {Array::STORAGE_USER, Array::STORAGE_BUFFER};
349 Array::Storage storages[] = {Array::STORAGE_USER};
412 Array::Storage storages[] = {Array::STORAGE_USER};
533 Array::STORAGE_USER,
601 if (spec.arrays[arrayNdx].storage != Array::STORAGE_USER)
618 Array::Storage storages[] = {Array::STORAGE_USER, Array::STORAGE_BUFFER};
730 Array::STORAGE_USER,
819 Array::STORAGE_USER,
es2fDrawTests.cpp 319 { gls::DrawTestSpec::STORAGE_USER, gls::DrawTestSpec::INDEXTYPE_BYTE, true, { 0, 1, -1 } },
320 { gls::DrawTestSpec::STORAGE_USER, gls::DrawTestSpec::INDEXTYPE_SHORT, true, { 0, 2, -1 } },
322 { gls::DrawTestSpec::STORAGE_USER, gls::DrawTestSpec::INDEXTYPE_SHORT, false, { 1, 3, -1 } },
343 tcu::TestCaseGroup* group = (indexTest.storage == gls::DrawTestSpec::STORAGE_USER)
549 gls::DrawTestSpec::STORAGE_USER,
  /external/deqp/modules/gles3/functional/
es3fVertexArrayTest.cpp 170 Array::Storage storages[] = {Array::STORAGE_USER, Array::STORAGE_BUFFER};
492 Array::STORAGE_USER,
572 Array::Storage storages[] = {Array::STORAGE_USER};
746 Array::STORAGE_USER,
814 if (spec.arrays[arrayNdx].storage != Array::STORAGE_USER)
831 Array::Storage storages[] = {Array::STORAGE_USER, Array::STORAGE_BUFFER};
    [all...]
es3fDrawTests.cpp 417 { gls::DrawTestSpec::STORAGE_USER, gls::DrawTestSpec::INDEXTYPE_BYTE, true, { 0, 1, -1 } },
418 { gls::DrawTestSpec::STORAGE_USER, gls::DrawTestSpec::INDEXTYPE_SHORT, true, { 0, 2, -1 } },
419 { gls::DrawTestSpec::STORAGE_USER, gls::DrawTestSpec::INDEXTYPE_INT, true, { 0, 4, -1 } },
421 { gls::DrawTestSpec::STORAGE_USER, gls::DrawTestSpec::INDEXTYPE_SHORT, false, { 1, 3, -1 } },
422 { gls::DrawTestSpec::STORAGE_USER, gls::DrawTestSpec::INDEXTYPE_INT, false, { 2, 3, -1 } },
444 tcu::TestCaseGroup* group = (indexTest.storage == gls::DrawTestSpec::STORAGE_USER)
    [all...]
  /external/deqp/modules/glshared/
glsDrawTest.hpp 118 STORAGE_USER = 0,
glsDrawTest.cpp 964 else if (m_storage == DrawTestSpec::STORAGE_USER)
983 else if (m_storage == DrawTestSpec::STORAGE_USER)
    [all...]
glsVertexArrayTests.cpp 151 "user_ptr", // STORAGE_USER = 0,
478 else if (m_storage == STORAGE_USER)
502 else if (m_storage == STORAGE_USER)
526 else if (m_storage == STORAGE_USER)
546 if (m_storage == STORAGE_USER)
592 else if (m_storage == STORAGE_USER)
    [all...]
glsVertexArrayTests.hpp 127 STORAGE_USER = 0,
  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 132 DE_ASSERT(indexTest.storage != gls::DrawTestSpec::STORAGE_USER);
263 gls::DrawTestSpec::STORAGE_USER,
  /external/deqp/modules/gles3/stress/
es3sVertexArrayTests.cpp 173 Array::Storage storages[] = {Array::STORAGE_USER, Array::STORAGE_BUFFER};
es3sDrawTests.cpp 315 DE_ASSERT(indexTest.storage != gls::DrawTestSpec::STORAGE_USER);
463 gls::DrawTestSpec::STORAGE_USER,

Completed in 114 milliseconds