Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h105 bool ext_GL_OES_texture_buffer = false; member
119 bool textureBufferAny() const { return ext_GL_OES_texture_buffer || ext_GL_EXT_texture_buffer; } in textureBufferAny()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp791 if (glSupport.ext_GL_OES_texture_buffer) { in InitExtensionString()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp1984 glSupport.ext_GL_OES_texture_buffer = true; in initCapsLocked()