Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/libs/virglrenderer/
DEglSurface.h47 if (!read_ && sur->draw) in bind()
54 draw = true; in bind()
61 if (read || draw) { in unbind()
65 draw = false; in unbind()
66 if (read || draw) in unbind()
87 bool draw = false; member
/device/generic/goldfish-opengl/system/egl/
Degl.cpp203 draw(EGL_NO_SURFACE), in EGLContext_t()
656 if (context->read == context->draw) { in s_destroyPendingSurfacesInContext()
658 s_destroyPendingSurfaceAndSetNull(&context->draw); in s_destroyPendingSurfacesInContext()
659 if (context->draw == NULL) { in s_destroyPendingSurfacesInContext()
663 s_destroyPendingSurfaceAndSetNull(&context->draw); in s_destroyPendingSurfacesInContext()
1466 if (!ctx->draw) { in eglSwapInterval()
1469 egl_surface_t* draw(static_cast<egl_surface_t*>(ctx->draw)); in eglSwapInterval() local
1470 draw->setSwapInterval(interval); in eglSwapInterval()
1658 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) in eglMakeCurrent() argument
1661 VALIDATE_SURFACE_RETURN(draw, EGL_FALSE); in eglMakeCurrent()
[all …]
DeglContext.h35 EGLSurface draw; member
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl.cpp491 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) in eglMakeCurrent() argument
496 EGLBoolean res = getDispatch()->eglMakeCurrent(dpy, draw, read, aglContext); in eglMakeCurrent()
504 (uint32_t) (draw == EGL_NO_SURFACE ? 0 : draw), in eglMakeCurrent()
624 EGLBoolean eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGL… in eglSetSwapRectangleANDROID() argument
626 return getDispatch()->eglSetSwapRectangleANDROID(dpy, draw, left, top, width, height); in eglSetSwapRectangleANDROID()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
DSetup.sample58 draw src/draw.c $(SDL) $(DEBUG)
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Degl.entries24 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
/device/generic/goldfish-opengl/system/include/EGL/
Degl.h301 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in221 …est encoder, but can be tricky to validate in the middle of all the other draw validation going on)