Home
last modified time | relevance | path

Searched refs:GLSupport (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h69 struct GLSupport { struct
312 virtual const GLSupport* getCaps() const = 0;
313 static GLSupport* getCapsGlobal(){return &s_glSupport;}; in getCapsGlobal()
534 …ked(const GLubyte * extensionString, bool nativeTextureDecompressionEnabled, GLSupport& glSupport);
631 static GLSupport s_glSupportGles1;
633 static GLSupport s_glSupport;
635 static GLSupport s_glSupportGles31;
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.h37 virtual const GLSupport* getCaps() const override { in getCaps()
DGLESv2Context.cpp764 void InitExtensionString(GLSupport& glSupport, std::string& ext) { in InitExtensionString()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.h41 virtual const GLSupport* getCaps() const override { return &(GLEScontext::s_glSupportGles1); } in getCaps()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp193 GLSupport GLEScontext::s_glSupport;
194 GLSupport GLEScontext::s_glSupportGles1;
195 GLSupport GLEScontext::s_glSupportGles31;
1795 …cked(const GLubyte * extensionString, bool nativeTextureDecompressionEnabled, GLSupport& glSupport) in initCapsLocked()