HomeSort by relevance Sort by last modified time
    Searched full:frmt (Results 1 - 8 of 8) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglX11Api.cpp 85 EglConfig* pixelFormatToConfig(EGLNativeDisplayType dpy,int renderableType,EGLNativePixelFormatType* frmt){
96 IS_SUCCESS(glXGetFBConfigAttrib(dpy,*frmt,GLX_TRANSPARENT_TYPE,&tmp));
104 IS_SUCCESS(glXGetFBConfigAttrib(dpy,*frmt,GLX_TRANSPARENT_RED_VALUE,&tRed));
105 IS_SUCCESS(glXGetFBConfigAttrib(dpy,*frmt,GLX_TRANSPARENT_GREEN_VALUE,&tGreen));
106 IS_SUCCESS(glXGetFBConfigAttrib(dpy,*frmt,GLX_TRANSPARENT_BLUE_VALUE,&tBlue));
113 IS_SUCCESS(glXGetFBConfigAttrib(dpy,*frmt,GLX_DOUBLEBUFFER,&doubleBuffer));
116 IS_SUCCESS(glXGetFBConfigAttrib(dpy,*frmt,GLX_BUFFER_SIZE,&bSize));
117 IS_SUCCESS(glXGetFBConfigAttrib(dpy,*frmt,GLX_RED_SIZE,&red));
118 IS_SUCCESS(glXGetFBConfigAttrib(dpy,*frmt,GLX_GREEN_SIZE,&green));
119 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);
79 getPixelFormatAttrib(*frmt,MAC_ALPHA_SIZE,&alpha);
80 getPixelFormatAttrib(*frmt,MAC_DEPTH_SIZE,&depth);
81 getPixelFormatAttrib(*frmt,MAC_STENCIL_SIZE,&stencil)
94 EGLNativePixelFormatType frmt = getPixelFormat(i); local
106 EGLNativePixelFormatType frmt = *it; local
    [all...]
EglWindowsApi.cpp 334 EglConfig* pixelFormatToConfig(EGLNativeInternalDisplayType display,int renderableType,EGLNativePixelFormatType* frmt,int index){
345 if(frmt->iPixelType != PFD_TYPE_RGBA) return NULL; // other formats are not supported yet
346 if(!((frmt->dwFlags & PFD_SUPPORT_OPENGL) && (frmt->dwFlags & PFD_DOUBLEBUFFER))) return NULL; //pixel format does not supports opengl or double buffer
347 if( 0 != (frmt->dwFlags & (PFD_GENERIC_FORMAT | PFD_NEED_PALETTE )) ) return NULL; //discard generic pixel formats as well as pallete pixel formats
393 red = frmt->cRedBits;
394 green = frmt->cGreenBits;
395 blue = frmt->cBlueBits;
396 alpha = frmt->cAlphaBits;
397 depth = frmt->cDepthBits
    [all...]
MacNative.m 107 NSOpenGLPixelFormat *frmt = (NSOpenGLPixelFormat *)pixelFormat;
108 [frmt getValues:val forAttribute:attrib forVirtualScreen:0];
112 NSOpenGLPixelFormat* frmt = (NSOpenGLPixelFormat*)format;
113 return [[EmuGLContext alloc] initWithFormat:frmt shareContext:share];
EglConfig.h 60 EGLNativePixelFormatType frmt);
EglConfig.cpp 40 EGLNativePixelFormatType frmt):
74 m_nativeFormat(frmt) {};
  /external/chromium_org/third_party/skia/third_party/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 351 milliseconds