OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutoEGLDisplayImage
(Results
1 - 3
of
3
) sorted by null
/external/drm_hwcomposer/
autogl.h
54
struct
AutoEGLDisplayImage
{
55
AutoEGLDisplayImage
() = default;
57
AutoEGLDisplayImage
(EGLDisplay display, EGLImageKHR image)
61
AutoEGLDisplayImage
(const
AutoEGLDisplayImage
& rhs) = delete;
62
AutoEGLDisplayImage
(
AutoEGLDisplayImage
&& rhs) {
69
~
AutoEGLDisplayImage
() {
73
AutoEGLDisplayImage
& operator=(const
AutoEGLDisplayImage
& rhs) = delete
[
all
...]
glworker.h
56
AutoEGLDisplayImage
egl_fb_image;
60
CachedFramebuffer(const sp<GraphicBuffer> &gb,
AutoEGLDisplayImage
&&image,
glworker.cpp
703
const sp<GraphicBuffer> &gb,
AutoEGLDisplayImage
&&image,
747
AutoEGLDisplayImage
egl_fb_image(
Completed in 444 milliseconds