Home
last modified time | relevance | path

Searched refs:hasContextPriority (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/renderfright/gl/
DGLExtensions.h41 bool hasContextPriority() const { return mHasContextPriority; } in hasContextPriority() function
DGLESRenderEngine.cpp231 extensions.hasContextPriority() && args.contextPriority == ContextPriority::HIGH; in create()
/frameworks/native/libs/renderengine/skia/
DGLExtensions.h41 bool hasContextPriority() const { return mHasContextPriority; } in hasContextPriority() function
DSkiaGLRenderEngine.cpp495 if (!GLExtensions::getInstance().hasContextPriority()) { in createContextPriority()