Home
last modified time | relevance | path

Searched refs:eglGetCurrentSurface (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/host/gl/
DDisplaySurfaceGl.cpp71 EGLSurface currentDrawSurface = s_egl.eglGetCurrentSurface(EGL_DRAW); in setupContext()
72 EGLSurface currentReadSurface = s_egl.eglGetCurrentSurface(EGL_READ); in setupContext()
104 EGLSurface currentDrawSurface = s_egl.eglGetCurrentSurface(EGL_DRAW); in teardownContext()
105 EGLSurface currentReadSurface = s_egl.eglGetCurrentSurface(EGL_READ); in teardownContext()
DEmulatedEglWindowSurface.cpp124 EGLSurface prevReadSurf = s_egl.eglGetCurrentSurface(EGL_READ); in flushColorBuffer()
125 EGLSurface prevDrawSurf = s_egl.eglGetCurrentSurface(EGL_DRAW); in flushColorBuffer()
157 EGLSurface prevReadSurf = s_egl.eglGetCurrentSurface(EGL_READ); in resize()
158 EGLSurface prevDrawSurf = s_egl.eglGetCurrentSurface(EGL_DRAW); in resize()
/hardware/google/gfxstream/guest/egl/
Degl_ftable.h46 {"eglGetCurrentSurface", (void *)eglGetCurrentSurface},
Degl.cpp2109 EGLSurface eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() function
/hardware/google/gfxstream/include/OpenGLESDispatch/
DRenderEGL_functions.h29 X(EGLSurface, eglGetCurrentSurface, (EGLint readdraw)) \
DRenderEGL_static_translator_namespaced_header.h29 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Drender_egl.entries28 EGLSurface eglGetCurrentSurface(EGLint readdraw);
/hardware/qcom/display/msm8998/gpu_tonemapper/
Dglengine.cpp57 callerContext->eglSurface = eglGetCurrentSurface(EGL_DRAW); in engine_backup()
/hardware/google/gfxstream/common/opengl/include/EGL/
Degl.h132 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
/hardware/google/gfxstream/guest/mesa/include/EGL/
Degl.h142 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
/hardware/google/gfxstream/host/
DFrameBuffer.cpp3545 EGLSurface currRead = eglGetCurrentSurface(EGL_READ); in platformCreateSharedEglContext()
3546 EGLSurface currDraw = eglGetCurrentSurface(EGL_DRAW); in platformCreateSharedEglContext()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp1287 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw) { in eglGetCurrentSurface() function