Searched refs:supportedNames (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/egl/
H A DteglGetFrameTimestampsTests.cpp522 // Verify required timestamps are supported and populate supportedNames.
523 std::vector<eglw::EGLint> supportedNames; local
532 info.supportedIndex = supportedNames.size();
533 supportedNames.push_back(i->first);
648 std::vector<EGLnsecsANDROID> supportedValues(supportedNames.size(), 0);
651 display, *surface, frame5ago.frameId, static_cast<eglw::EGLint>(supportedNames.size()),
652 &supportedNames[0], &supportedValues[0]));
673 std::vector<EGLnsecsANDROID> supportedValues(supportedNames.size(), 0);
675 display, *surface, lastFrame.frameId, static_cast<eglw::EGLint>(supportedNames.size()),
676 &supportedNames[
[all...]

Completed in 57 milliseconds