Lines Matching refs:GLSurfaceAdapter
179 GLSurfaceAdapter::GLSurfaceAdapter(GLSurface* surface) : surface_(surface) {}
181 bool GLSurfaceAdapter::Initialize() {
185 void GLSurfaceAdapter::Destroy() {
189 bool GLSurfaceAdapter::Resize(const gfx::Size& size) {
193 bool GLSurfaceAdapter::Recreate() {
197 bool GLSurfaceAdapter::DeferDraws() {
201 bool GLSurfaceAdapter::IsOffscreen() {
205 bool GLSurfaceAdapter::SwapBuffers() {
209 bool GLSurfaceAdapter::PostSubBuffer(int x, int y, int width, int height) {
213 std::string GLSurfaceAdapter::GetExtensions() {
217 gfx::Size GLSurfaceAdapter::GetSize() {
221 void* GLSurfaceAdapter::GetHandle() {
225 unsigned int GLSurfaceAdapter::GetBackingFrameBufferObject() {
229 bool GLSurfaceAdapter::OnMakeCurrent(GLContext* context) {
233 bool GLSurfaceAdapter::SetBackbufferAllocation(bool allocated) {
237 void GLSurfaceAdapter::SetFrontbufferAllocation(bool allocated) {
241 void* GLSurfaceAdapter::GetShareHandle() {
245 void* GLSurfaceAdapter::GetDisplay() {
249 void* GLSurfaceAdapter::GetConfig() {
253 unsigned GLSurfaceAdapter::GetFormat() {
257 VSyncProvider* GLSurfaceAdapter::GetVSyncProvider() {
261 GLSurfaceAdapter::~GLSurfaceAdapter() {}