Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DExtensions.h40 inline bool hasFramebufferFetch() const { return mHasFramebufferFetch; } in hasFramebufferFetch()
64 bool mHasFramebufferFetch; variable
DExtensions.cpp58 mHasFramebufferFetch = hasExtension("GL_NV_shader_framebuffer_fetch"); in Extensions()