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

  /external/chromium/webkit/glue/
webvideoframe_impl.cc 50 WebVideoFrame::SurfaceType WebVideoFrameImpl::surfaceType() const {
52 return static_cast<WebVideoFrame::SurfaceType>(video_frame_->type());
  /external/webkit/Source/WebKit/chromium/src/
VideoFrameChromiumImpl.cpp 54 VideoFrameChromium::SurfaceType VideoFrameChromiumImpl::surfaceType() const
57 return static_cast<VideoFrameChromium::SurfaceType>(m_webVideoFrame->surfaceType());
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglConfig.h 33 EGLint surfaceType(){ return m_surface_type;};
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.cpp 102 EGLint surfaceType;
104 EGL_SURFACE_TYPE, &surfaceType);
105 if (!(surfaceType & EGL_PBUFFER_BIT)) continue;
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 174 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType);
182 EGLint getSurfaceType() { return surfaceType; }
204 EGLint surfaceType;
208 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType)
209 : dpy(dpy), config(config), surfaceType(surfaceType), rcSurface(0)
617 EGLint surfaceType;
618 if (s_display.getConfigAttrib(config, EGL_SURFACE_TYPE, &surfaceType) == EGL_FALSE) return EGL_FALSE;
620 if (!(surfaceType & EGL_WINDOW_BIT)) {
629 &s_display, config, surfaceType, static_cast<ANativeWindow*>(win))
    [all...]
  /hardware/qcom/display/libcopybit/
copybit_c2d.cpp 492 C2D_SURFACE_TYPE surfaceType;
529 surfaceType = (C2D_SURFACE_TYPE) (C2D_SURFACE_RGB_HOST | C2D_SURFACE_WITH_PHYS);
541 if(LINK_c2dUpdateSurface( surfaceId,C2D_TARGET | C2D_SOURCE, surfaceType,
550 surfaceType = (C2D_SURFACE_TYPE)(C2D_SURFACE_YUV_HOST | C2D_SURFACE_WITH_PHYS);
580 if(LINK_c2dUpdateSurface( surfaceId,C2D_TARGET | C2D_SOURCE, surfaceType,
    [all...]

Completed in 1831 milliseconds