Searched refs:pbuffer (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libagl/
H A Degl.cpp713 virtual bool initCheck() const { return pbuffer.data != 0; }
716 virtual EGLint getWidth() const { return pbuffer.width; }
717 virtual EGLint getHeight() const { return pbuffer.height; }
719 GGLSurface pbuffer; member in struct:android::egl_pbuffer_surface_t
734 ALOGE("incompatible pixel format for pbuffer (format=%d)", f);
735 pbuffer.data = 0;
738 pbuffer.version = sizeof(GGLSurface);
739 pbuffer.width = w;
740 pbuffer.height = h;
741 pbuffer
[all...]

Completed in 337 milliseconds