HomeSort by relevance Sort by last modified time
    Searched refs:GetPixelFormat (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/remoting/client/
frame_consumer.h 53 virtual PixelFormat GetPixelFormat() = 0;
frame_consumer_proxy.cc 21 pixel_format_ = frame_consumer_->GetPixelFormat();
64 FrameConsumer::PixelFormat FrameConsumerProxy::GetPixelFormat() {
frame_consumer_proxy.h 41 virtual PixelFormat GetPixelFormat() OVERRIDE;
software_video_renderer.cc 158 if (consumer_->GetPixelFormat() == FrameConsumer::FORMAT_RGBA) {
  /external/chromium_org/remoting/ios/bridge/
frame_consumer_bridge.h 44 virtual PixelFormat GetPixelFormat() OVERRIDE;
frame_consumer_bridge.cc 77 FrameConsumerBridge::PixelFormat FrameConsumerBridge::GetPixelFormat() {
  /external/chromium_org/remoting/client/jni/
jni_frame_consumer.h 51 virtual PixelFormat GetPixelFormat() OVERRIDE;
jni_frame_consumer.cc 104 FrameConsumer::PixelFormat JniFrameConsumer::GetPixelFormat() {
  /external/chromium_org/remoting/client/plugin/
pepper_view.h 56 virtual PixelFormat GetPixelFormat() OVERRIDE;
pepper_view.cc 222 FrameConsumer::PixelFormat PepperView::GetPixelFormat() {
  /external/chromium_org/ui/gl/
gl_context_cgl.cc 34 static CGLPixelFormatObj GetPixelFormat() {
87 CGLPixelFormatObj format = GetPixelFormat();
155 CGLPixelFormatObj format = GetPixelFormat();
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_context.c 155 iPixelFormat = GetPixelFormat(hdc);
163 * TODO: Remove the GetPixelFormat() above, and stop relying on GDI.
363 int iPixelFormat = GetPixelFormat(hdc);
stw_framebuffer.c 481 if (GetPixelFormat(hdc) == 0) {
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 155 iPixelFormat = GetPixelFormat(hdc);
163 * TODO: Remove the GetPixelFormat() above, and stop relying on GDI.
363 int iPixelFormat = GetPixelFormat(hdc);
stw_framebuffer.c 481 if (GetPixelFormat(hdc) == 0) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincodec.h 557 virtual HRESULT STDMETHODCALLTYPE GetPixelFormat(
599 HRESULT (STDMETHODCALLTYPE *GetPixelFormat)(
633 #define IWICBitmapSource_GetPixelFormat(This,pPixelFormat) (This)->lpVtbl->GetPixelFormat(This,pPixelFormat)
653 return This->lpVtbl->GetPixelFormat(This,pPixelFormat);
739 virtual HRESULT STDMETHODCALLTYPE GetPixelFormat(
777 HRESULT (STDMETHODCALLTYPE *GetPixelFormat)(
797 #define IWICBitmapLock_GetPixelFormat(This,pPixelFormat) (This)->lpVtbl->GetPixelFormat(This,pPixelFormat)
820 return This->lpVtbl->GetPixelFormat(This,pPixelFormat);
    [all...]
ddraw.h     [all...]
d2d1.h 635 STDMETHOD_(D2D1_PIXEL_FORMAT, GetPixelFormat)(void) const PURE;
649 STDMETHOD_(D2D1_PIXEL_FORMAT, GetPixelFormat)(ID2D1Bitmap *This) PURE;
666 #define ID2D1Bitmap_GetPixelFormat(this) (this)->lpVtbl->GetPixelFormat(this)
    [all...]
  /external/chromium_org/third_party/skia/src/views/win/
SkOSWindow_win.cpp 345 int pixelFormat = GetPixelFormat(dc);
  /external/skia/src/views/win/
SkOSWindow_win.cpp 345 int pixelFormat = GetPixelFormat(dc);
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusBitmap.h 333 Image::GetPixelFormat()
GdiPlusHeaders.h 504 PixelFormat GetPixelFormat();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 107 PixelFormat GetPixelFormat();
gdiplusimpl.h 192 __inline__ PixelFormat Image::GetPixelFormat()
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_video.c 690 surface->GetPixelFormat (surface, &pixelformat);

Completed in 9705 milliseconds

1 2