Home
last modified time | relevance | path

Searched refs:ext_GL_EXT_shader_framebuffer_fetch (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h109 bool ext_GL_EXT_shader_framebuffer_fetch = false; member
319 return s_glSupport.ext_GL_EXT_shader_framebuffer_fetch; in shaderFramebufferFetchSupported()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp784 …if (glSupport.ext_GL_EXT_shader_framebuffer_fetch && isGles2Gles()) ext += "GL_EXT_shader_framebuf… in InitExtensionString()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp1965 glSupport.ext_GL_EXT_shader_framebuffer_fetch = true; in initCapsLocked()