RetroArch
Public Attributes | List of all members
exynos_data Struct Reference
Collaboration diagram for exynos_data:
[legend]

Public Attributes

char drmname [32]
 
struct exynos_device * device
 
struct g2d_context * g2d
 
struct g2d_image * dst
 
struct g2d_image * src [EXYNOS_IMAGE_COUNT]
 
struct exynos_bo * buf [EXYNOS_BUFFER_COUNT]
 
struct exynos_pagepages
 
unsigned num_pages
 
struct exynos_pagecur_page
 
unsigned pageflip_pending
 
unsigned width
 
unsigned height
 
float aspect
 
unsigned blit_params [6]
 
unsigned bpp
 
unsigned pitch
 
unsigned size
 
bool sync
 

Member Data Documentation

◆ aspect

float exynos_data::aspect

◆ blit_params

unsigned exynos_data::blit_params[6]

◆ bpp

unsigned exynos_data::bpp

◆ buf

struct exynos_bo* exynos_data::buf[EXYNOS_BUFFER_COUNT]

◆ cur_page

struct exynos_page* exynos_data::cur_page

◆ device

struct exynos_device* exynos_data::device

◆ drmname

char exynos_data::drmname[32]

◆ dst

struct g2d_image* exynos_data::dst

◆ g2d

struct g2d_context* exynos_data::g2d

◆ height

unsigned exynos_data::height

◆ num_pages

unsigned exynos_data::num_pages

◆ pageflip_pending

unsigned exynos_data::pageflip_pending

◆ pages

struct exynos_page* exynos_data::pages

◆ pitch

unsigned exynos_data::pitch

◆ size

unsigned exynos_data::size

◆ src

struct g2d_image* exynos_data::src[EXYNOS_IMAGE_COUNT]

◆ sync

bool exynos_data::sync

◆ width

unsigned exynos_data::width

The documentation for this struct was generated from the following file: