Home
last modified time | relevance | path

Searched refs:GlLibrary (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLLibrary.h21 class GlLibrary {
27 GlLibrary() {} in GlLibrary() function
30 virtual ~GlLibrary() {} in ~GlLibrary()
DGLDispatch.h41 class GlLibrary; variable
60 void dispatchFuncs(GLESVersion version, GlLibrary* glLib, EGLGetProcAddressFunc eglGPA);
DTranslatorIfaces.h122 class GlLibrary; variable
137 GlLibrary* (*eglGetGlLibrary)();
DGLEScontext.h250 GlLibrary* glLib);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLDispatch.cpp35 typedef GlLibrary::GlFunctionPointer GL_FUNC_PTR;
37 static GL_FUNC_PTR getGLFuncAddress(const char *funcName, GlLibrary* glLib) { in getGLFuncAddress()
179 void GLDispatch::dispatchFuncs(GLESVersion version, GlLibrary* glLib, EGLGetProcAddressFunc eglGPA)… in dispatchFuncs()
DGLEScontext.cpp460 android::base::Stream* stream, GlLibrary* glLib) { in GLEScontext()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi.h30 class GlLibrary; variable
230 virtual GlLibrary* getGlLibrary() = 0;
DEglOsApi_darwin.cpp368 class MacGlLibrary : public GlLibrary {
402 virtual GlLibrary* getGlLibrary() { in getGlLibrary()
DEglOsApi_glx.cpp53 class GlxLibrary : public GlLibrary {
668 virtual GlLibrary* getGlLibrary() { in getGlLibrary()
DEglOsApi_wgl.cpp66 typedef GlLibrary::GlFunctionPointer GlFunctionPointer;
1261 class WglLibrary : public GlLibrary {
1285 virtual GlLibrary* getGlLibrary() { in getGlLibrary()
DEglOsApi_egl.cpp192 class EglOsGlLibrary : public GlLibrary {
862 GlLibrary* getGlLibrary() { in getGlLibrary()
DEglImp.cpp68 GlLibrary* getGlLibrary();
271 GlLibrary* getGlLibrary() { in getGlLibrary()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.h46 android::base::Stream* stream, GlLibrary* glLib);
DGLESv2Context.cpp156 android::base::Stream* stream, GlLibrary* glLib) in GLESv2Context()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.h34 class GlLibrary; variable