Searched defs:setTransformHint (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/gui/
H A DBufferQueueConsumer.cpp720 status_t BufferQueueConsumer::setTransformHint(uint32_t hint) { function in class:android::BufferQueueConsumer
722 BQ_LOGV("setTransformHint: %#x", hint);
H A DGLConsumer.cpp1126 status_t GLConsumer::setTransformHint(uint32_t hint) { function in class:android::GLConsumer
1129 GLC_LOGE("setTransformHint: GLConsumer is abandoned!");
1132 return mConsumer->setTransformHint(hint);

Completed in 30 milliseconds