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

  /sdk/emulator/opengl/host/libs/Translator/EGL/
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...]
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...]
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];
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...]
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)

Completed in 285 milliseconds