Home
last modified time | relevance | path

Searched refs:mHasFramebufferFetch (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DExtensions.h32 inline bool hasFramebufferFetch() const { return mHasFramebufferFetch; } in hasFramebufferFetch()
50 bool mHasFramebufferFetch; variable
DExtensions.cpp56 mHasFramebufferFetch = extensions.has("GL_NV_shader_framebuffer_fetch"); in Extensions()