HomeSort by relevance Sort by last modified time
    Searched defs:pixelFormat (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/jni/
android_view_Display.cpp 23 #include <ui/PixelFormat.h>
40 jfieldID pixelFormat;
59 env->SetIntField(clazz, offsets.pixelFormat,info.pixelFormatInfo.format);
117 offsets.pixelFormat = env->GetFieldID(clazz, "mPixelFormat", "I");
  /external/webkit/Source/WebKit2/Shared/mac/
ShareableSurface.cpp 93 unsigned pixelFormat = 'BGRA';
103 values[2] = CFNumberCreate(0, kCFNumberIntType, &pixelFormat);
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageBufferCG.cpp 59 unsigned pixelFormat = 'BGRA';
79 values[2] = CFNumberCreate(0, kCFNumberIntType, &pixelFormat);
  /development/tools/emulator/opengl/system/egl/
egl.cpp 381 int32_t w, int32_t h, GLenum pixelFormat)
382 : egl_surface_t(dpy, config, surfType), format(pixelFormat)
709 GLenum pixelFormat;
710 if (s_display.getConfigGLPixelFormat(config, &pixelFormat) == EGL_FALSE)
713 egl_surface_t* surface = new egl_pbuffer_surface_t(dpy, config, surfaceType, w, h, pixelFormat);
    [all...]
  /external/mesa3d/test/
egl.cpp     [all...]
  /frameworks/base/opengl/libagl/
egl.cpp     [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 348 milliseconds