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

  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 142 bool useIndices = true;
419 if (useIndices) {
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 83 bool useIndices;
171 if (config.useIndices)
555 else if (m_config.useIndices)
700 if (m_config.useIndices)
1017 if (config.useIndices)
1114 basicConfig.useIndices = true;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 634 InstancedGridRenderTest (Context& context, const char* name, const char* desc, int gridSide, bool useIndices);
647 InstancedGridRenderTest::InstancedGridRenderTest (Context& context, const char* name, const char* desc, int gridSide, bool useIndices)
650 , m_useIndices (useIndices)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp 764 InstancedGridRenderTest (Context& context, const char* name, const char* desc, int gridSide, bool useIndices);
776 InstancedGridRenderTest::InstancedGridRenderTest (Context& context, const char* name, const char* desc, int gridSide, bool useIndices)
779 , m_useIndices (useIndices)
    [all...]

Completed in 222 milliseconds