Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglDisplay.h126 void* getLowLevelContext(EGLContext ctx) const;
DEglDisplay.cpp375 void* EglDisplay::getLowLevelContext(EGLContext ctx) const { in getLowLevelContext() function in EglDisplay
/hardware/google/gfxstream/host/
DFrameBuffer.cpp3789 void* nativecontext = mydisp->getLowLevelContext(prevContext); in updateYUVTextures()