OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:frmt
(Results
1 - 8
of
8
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglX11Api.cpp
84
EglConfig* pixelFormatToConfig(EGLNativeDisplayType dpy,int renderableType,EGLNativePixelFormatType*
frmt
){
95
IS_SUCCESS(glXGetFBConfigAttrib(dpy,*
frmt
,GLX_TRANSPARENT_TYPE,&tmp));
103
IS_SUCCESS(glXGetFBConfigAttrib(dpy,*
frmt
,GLX_TRANSPARENT_RED_VALUE,&tRed));
104
IS_SUCCESS(glXGetFBConfigAttrib(dpy,*
frmt
,GLX_TRANSPARENT_GREEN_VALUE,&tGreen));
105
IS_SUCCESS(glXGetFBConfigAttrib(dpy,*
frmt
,GLX_TRANSPARENT_BLUE_VALUE,&tBlue));
112
IS_SUCCESS(glXGetFBConfigAttrib(dpy,*
frmt
,GLX_DOUBLEBUFFER,&doubleBuffer));
115
IS_SUCCESS(glXGetFBConfigAttrib(dpy,*
frmt
,GLX_BUFFER_SIZE,&bSize));
116
IS_SUCCESS(glXGetFBConfigAttrib(dpy,*
frmt
,GLX_RED_SIZE,&red));
117
IS_SUCCESS(glXGetFBConfigAttrib(dpy,*
frmt
,GLX_GREEN_SIZE,&green));
118
IS_SUCCESS(glXGetFBConfigAttrib(dpy,*
frmt
,GLX_BLUE_SIZE,&blue))
[
all
...]
EglMacApi.cpp
30
static EglConfig* pixelFormatToConfig(int index,int renderableType,EGLNativePixelFormatType*
frmt
){
31
if(!
frmt
) return NULL;
42
getPixelFormatAttrib(*
frmt
,MAC_HAS_DOUBLE_BUFFER,&doubleBuffer);
47
getPixelFormatAttrib(*
frmt
,MAC_DRAW_TO_WINDOW,&window);
48
getPixelFormatAttrib(*
frmt
,MAC_DRAW_TO_PBUFFER,&pbuffer);
69
getPixelFormatAttrib(*
frmt
,MAC_SAMPLES_PER_PIXEL,&samples);
70
getPixelFormatAttrib(*
frmt
,MAC_COLOR_SIZE,&colorSize);
71
getPixelFormatAttrib(*
frmt
,MAC_ALPHA_SIZE,&alpha);
72
getPixelFormatAttrib(*
frmt
,MAC_DEPTH_SIZE,&depth);
73
getPixelFormatAttrib(*
frmt
,MAC_STENCIL_SIZE,&stencil)
86
EGLNativePixelFormatType
frmt
= getPixelFormat(i);
local
98
EGLNativePixelFormatType
frmt
= *it;
local
[
all
...]
EglWindowsApi.cpp
336
EglConfig* pixelFormatToConfig(EGLNativeInternalDisplayType display,int renderableType,EGLNativePixelFormatType*
frmt
,int index){
347
if(
frmt
->iPixelType != PFD_TYPE_RGBA) return NULL; // other formats are not supported yet
348
if(!((
frmt
->dwFlags & PFD_SUPPORT_OPENGL) && (
frmt
->dwFlags & PFD_DOUBLEBUFFER))) return NULL; //pixel format does not supports opengl or double buffer
349
if( 0 != (
frmt
->dwFlags & (PFD_GENERIC_FORMAT | PFD_NEED_PALETTE )) ) return NULL; //discard generic pixel formats as well as pallete pixel formats
395
red =
frmt
->cRedBits;
396
green =
frmt
->cGreenBits;
397
blue =
frmt
->cBlueBits;
398
alpha =
frmt
->cAlphaBits;
399
depth =
frmt
->cDepthBits
[
all
...]
MacNative.m
79
NSOpenGLPixelFormat *
frmt
= (NSOpenGLPixelFormat *)pixelFormat;
80
[
frmt
getValues:val forAttribute:attrib forVirtualScreen:0];
84
NSOpenGLPixelFormat*
frmt
= (NSOpenGLPixelFormat*)format;
85
return [[EmuGLContext alloc] initWithFormat:
frmt
shareContext:share];
EglConfig.h
60
EGLNativePixelFormatType
frmt
);
EglConfig.cpp
40
EGLNativePixelFormatType
frmt
):
74
m_nativeFormat(
frmt
) {};
/external/harfbuzz/src/
harfbuzz-dump.c
49
#define DUMP_VALUE_RECORD(val,
frmt
) do { DUMP ("<ValueRecord>\n"); Dump_ValueRecord (val, stream, indent + 1, hb_type,
frmt
); DUMP ("</ValueRecord>\n"); } while (0)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py
[
all
...]
Completed in 3289 milliseconds