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

  /frameworks/native/libs/gui/include/gui/
Surface.h 161 status_t getHdrSupport(bool* supported);
  /frameworks/native/libs/gui/
Surface.cpp 361 status_t Surface::getHdrSupport(bool* supported) {
    [all...]
  /frameworks/native/libs/gui/tests/
Surface_test.cpp 311 TEST_F(SurfaceTest, GetHdrSupport) {
325 status_t result = surface->getHdrSupport(&supported);
330 // is TRUE, getHdrSupport is also true.
349 status_t result = surface->getHdrSupport(&supported);
    [all...]

Completed in 131 milliseconds