HomeSort by relevance Sort by last modified time
    Searched refs:DE_ARRAY_END (Results 26 - 50 of 62) sorted by null

12 3

  /external/deqp/modules/gles31/functional/
es31fNegativeShaderDirectiveTests.cpp 490 return std::vector<FunctionContainer>(DE_ARRAY_BEGIN(funcs), DE_ARRAY_END(funcs));
es31fNegativeFragmentApiTests.cpp 506 return std::vector<FunctionContainer>(DE_ARRAY_BEGIN(funcs), DE_ARRAY_END(funcs));
es31fNegativeShaderImageLoadStoreTests.cpp 589 return std::vector<FunctionContainer>(DE_ARRAY_BEGIN(funcs), DE_ARRAY_END(funcs));
es31fOpaqueTypeIndexingTests.cpp 474 access.setPixDepth(rnd.choose<float>(DE_ARRAY_BEGIN(values), DE_ARRAY_END(values)), ndx, 0);
518 coords[invocationNdx*numCoordComps + (numCoordComps-1)] = rnd.choose<float>(DE_ARRAY_BEGIN(cmpValues), DE_ARRAY_END(cmpValues));
    [all...]
es31fTextureGatherTests.cpp 502 DE_ARRAY_END(offsets),
797 std::fill(DE_ARRAY_BEGIN(offsets), DE_ARRAY_END(offsets), IVec2());
    [all...]
es31fNegativeStateApiTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsFboUtil.hpp 62 #define GLS_ARRAY_RANGE(ARR) { DE_ARRAY_BEGIN(ARR), DE_ARRAY_END(ARR) }
glsLifetimeTests.cpp 594 m_types.insert(m_types.end(), DE_ARRAY_BEGIN(types), DE_ARRAY_END(types));
    [all...]
glsFboCompletenessTests.cpp 987 for (const AttPoint* it = DE_ARRAY_BEGIN(attPoints); it != DE_ARRAY_END(attPoints); it++)
glsFragOpInteractionCase.cpp 214 return rnd.choose<float>(DE_ARRAY_BEGIN(depthValues), DE_ARRAY_END(depthValues));
  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp     [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp     [all...]
  /external/deqp/framework/delibs/decpp/
deCommandLine.hpp 113 , namedValuesEnd(DE_ARRAY_END(namedValues_))
deCommandLine.cpp 410 << Option<TestNamedOpt> ("n", "named", "Test named opt", DE_ARRAY_BEGIN(s_namedValues), DE_ARRAY_END(s_namedValues), "one");
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 148 return vector<float>(DE_ARRAY_BEGIN(data), DE_ARRAY_END(data));
163 return vector<float>(DE_ARRAY_BEGIN(data), DE_ARRAY_END(data));
179 return vector<float>(DE_ARRAY_BEGIN(data), DE_ARRAY_END(data));
222 retval.insert(retval.end(), DE_ARRAY_BEGIN(temp), DE_ARRAY_END(temp));
    [all...]
  /external/deqp/modules/egl/
teglBufferAgeTests.cpp 752 frameDrawTypes.push_back(vector<BufferAgeTest::DrawType> (DE_ARRAY_BEGIN(clearRender), DE_ARRAY_END(clearRender)));
753 frameDrawTypes.push_back(vector<BufferAgeTest::DrawType> (DE_ARRAY_BEGIN(renderClear), DE_ARRAY_END(renderClear)));
teglPartialUpdateTests.cpp 803 frameDrawTypes.push_back(vector<PartialUpdateTest::DrawType> (DE_ARRAY_BEGIN(clearRender), DE_ARRAY_END(clearRender)));
804 frameDrawTypes.push_back(vector<PartialUpdateTest::DrawType> (DE_ARRAY_BEGIN(renderClear), DE_ARRAY_END(renderClear)));
teglSwapBuffersWithDamageTests.cpp 793 frameDrawTypes.push_back(vector<DrawType> (DE_ARRAY_BEGIN(clearRender), DE_ARRAY_END(clearRender)));
794 frameDrawTypes.push_back(vector<DrawType> (DE_ARRAY_BEGIN(renderClear), DE_ARRAY_END(renderClear)));
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 426 for (const Attribute* it = DE_ARRAY_BEGIN(s_attribs); it != DE_ARRAY_END(s_attribs); it++)
  /external/deqp/modules/gles2/functional/
es2fRandomFragmentOpTests.cpp 133 std::copy(DE_ARRAY_BEGIN(quad.color), DE_ARRAY_END(quad.color), DE_ARRAY_BEGIN(translated.color));
  /external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp 441 m_types.insert(m_types.end(), DE_ARRAY_BEGIN(types), DE_ARRAY_END(types));
es3fRandomFragmentOpTests.cpp 133 std::copy(DE_ARRAY_BEGIN(quad.color), DE_ARRAY_END(quad.color), DE_ARRAY_BEGIN(translated.color));
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 369 access.setPixDepth(rnd.choose<float>(DE_ARRAY_BEGIN(values), DE_ARRAY_END(values)), ndx, 0);
524 coords[invocationNdx*numCoordComps + (numCoordComps-1)] = rnd.choose<float>(DE_ARRAY_BEGIN(cmpValues), DE_ARRAY_END(cmpValues));
    [all...]
  /external/deqp/modules/internal/
ditFrameworkTests.cpp 635 c.rtSize.z() = rnd.choose<int>(DE_ARRAY_BEGIN(supportedMsaaLevels), DE_ARRAY_END(supportedMsaaLevels));
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryMappingTests.cpp 743 std::fill(DE_ARRAY_BEGIN(m_usage), DE_ARRAY_END(m_usage), 0);
    [all...]

Completed in 4094 milliseconds

12 3