OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DrawSurface
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/mesa/src/src/egl/main/
eglcontext.c
400
_EGLSurface *surf = ctx->
DrawSurface
;
580
prev_draw = prev_ctx->
DrawSurface
;
588
prev_ctx->
DrawSurface
= NULL;
602
ctx->
DrawSurface
= draw;
eglcontext.h
49
_EGLSurface *
DrawSurface
;
eglapi.c
672
surf = ctx->
DrawSurface
;
695
surf != ctx->
DrawSurface
)
737
_eglGetSurfaceHandle(ctx->
DrawSurface
) == EGL_NO_SURFACE)
783
_eglGetSurfaceHandle(ctx->
DrawSurface
) == EGL_NO_SURFACE)
832
surf = ctx->
DrawSurface
;
[
all
...]
/external/mesa3d/src/egl/main/
eglcontext.c
400
_EGLSurface *surf = ctx->
DrawSurface
;
580
prev_draw = prev_ctx->
DrawSurface
;
588
prev_ctx->
DrawSurface
= NULL;
602
ctx->
DrawSurface
= draw;
eglcontext.h
49
_EGLSurface *
DrawSurface
;
eglapi.c
672
surf = ctx->
DrawSurface
;
695
surf != ctx->
DrawSurface
)
737
_eglGetSurfaceHandle(ctx->
DrawSurface
) == EGL_NO_SURFACE)
783
_eglGetSurfaceHandle(ctx->
DrawSurface
) == EGL_NO_SURFACE)
832
surf = ctx->
DrawSurface
;
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_api.c
571
if (ctx && ctx->
DrawSurface
== surf)
648
if (ctx && ctx->
DrawSurface
== &gsurf->base) {
682
if (ctx && ctx->
DrawSurface
) {
683
struct egl_g3d_surface *gsurf = egl_g3d_surface(ctx->
DrawSurface
);
/external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_api.c
571
if (ctx && ctx->
DrawSurface
== surf)
648
if (ctx && ctx->
DrawSurface
== &gsurf->base) {
682
if (ctx && ctx->
DrawSurface
) {
683
struct egl_g3d_surface *gsurf = egl_g3d_surface(ctx->
DrawSurface
);
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_android.c
267
if (ctx && ctx->
DrawSurface
== &dri2_surf->base)
platform_wayland.c
616
if (ctx && ctx->
DrawSurface
== &dri2_surf->base)
egl_dri2.c
959
struct dri2_egl_surface *dri2_surf = dri2_egl_surface(ctx->
DrawSurface
);
[
all
...]
/external/mesa3d/src/egl/drivers/dri2/
platform_android.c
267
if (ctx && ctx->
DrawSurface
== &dri2_surf->base)
platform_wayland.c
616
if (ctx && ctx->
DrawSurface
== &dri2_surf->base)
egl_dri2.c
959
struct dri2_egl_surface *dri2_surf = dri2_egl_surface(ctx->
DrawSurface
);
[
all
...]
Completed in 435 milliseconds