RetroArch
|
Public Attributes | |
bool | should_resize |
float | mScreenAspect |
bool | keep_aspect |
bool | mEglImageBuf |
unsigned | mTextureWidth |
unsigned | mTextureHeight |
unsigned | mRenderWidth |
unsigned | mRenderHeight |
unsigned | x1 |
unsigned | y1 |
unsigned | x2 |
unsigned | y2 |
VGImageFormat | mTexType |
VGImage | mImage |
math_matrix_3x3 | mTransformMatrix |
VGint | scissor [4] |
EGLImageKHR | last_egl_image |
char * | mLastMsg |
uint32_t | mFontHeight |
VGFont | mFont |
void * | mFontRenderer |
const font_renderer_driver_t * | font_driver |
bool | mFontsOn |
VGuint | mMsgLength |
VGuint | mGlyphIndices [1024] |
VGPaint | mPaintFg |
VGPaint | mPaintBg |
void * | ctx_data |
const gfx_ctx_driver_t * | ctx_driver |
void* vg_t::ctx_data |
const gfx_ctx_driver_t* vg_t::ctx_driver |
const font_renderer_driver_t* vg_t::font_driver |
bool vg_t::keep_aspect |
EGLImageKHR vg_t::last_egl_image |
bool vg_t::mEglImageBuf |
VGFont vg_t::mFont |
uint32_t vg_t::mFontHeight |
void* vg_t::mFontRenderer |
bool vg_t::mFontsOn |
VGuint vg_t::mGlyphIndices[1024] |
VGImage vg_t::mImage |
char* vg_t::mLastMsg |
VGuint vg_t::mMsgLength |
VGPaint vg_t::mPaintBg |
VGPaint vg_t::mPaintFg |
unsigned vg_t::mRenderHeight |
unsigned vg_t::mRenderWidth |
float vg_t::mScreenAspect |
unsigned vg_t::mTextureHeight |
unsigned vg_t::mTextureWidth |
VGImageFormat vg_t::mTexType |
math_matrix_3x3 vg_t::mTransformMatrix |
VGint vg_t::scissor[4] |
bool vg_t::should_resize |
unsigned vg_t::x1 |
unsigned vg_t::x2 |
unsigned vg_t::y1 |
unsigned vg_t::y2 |