Home
last modified time | relevance | path

Searched refs:EglPbufferSurface (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglPbufferSurface.cpp18 bool EglPbufferSurface::setAttrib(EGLint attrib,EGLint val) { in setAttrib()
48 bool EglPbufferSurface::getAttrib(EGLint attrib,EGLint* val) { in getAttrib()
DEglPbufferSurface.h23 class EglPbufferSurface:public EglSurface {
25 EglPbufferSurface(EglDisplay *dpy, EglConfig* config): in EglPbufferSurface() function
DEglContext.cpp108 std::unique_ptr<EglPbufferSurface> pbSurface; in ~EglContext()
121 pbSurface.reset(new EglPbufferSurface(m_dpy, m_config)); in ~EglContext()
DAndroid.bp35 "EglPbufferSurface.cpp",
Dmeson.build11 'EglPbufferSurface.cpp',
DCMakeLists.txt8 EglPbufferSurface.cpp
DEglImp.cpp815 SurfacePtr pbSurface(new EglPbufferSurface(dpy,cfg)); in eglCreatePbufferSurface()
831 EglPbufferSurface* tmpPbSurfacePtr = in eglCreatePbufferSurface()
832 static_cast<EglPbufferSurface*>(pbSurface.get()); in eglCreatePbufferSurface()
1057 EglPbufferSurface* surface, in sGetPbufferSurfaceGLProperties()
1190 EglPbufferSurface* tmpPbSurfacePtr = in eglMakeCurrent()
1191 static_cast<EglPbufferSurface*>(newDrawPtr); in eglMakeCurrent()
1192 EglPbufferSurface* tmpReadPbSurfacePtr = in eglMakeCurrent()
1193 static_cast<EglPbufferSurface*>(newReadPtr); in eglMakeCurrent()
/hardware/google/gfxstream/host/gl/
DBUILD.bazel67 "glestranslator/EGL/EglPbufferSurface.cpp",