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

  /external/skia/tools/viewer/sk_app/
GLWindowContext.h 23 class GLWindowContext : public WindowContext {
39 GLWindowContext(const DisplayParams&);
GLWindowContext.cpp 11 #include "GLWindowContext.h"
23 GLWindowContext::GLWindowContext(const DisplayParams& params)
32 void GLWindowContext::initializeContext() {
55 void GLWindowContext::destroyContext() {
70 sk_sp<SkSurface> GLWindowContext::getBackbufferSurface() {
96 void GLWindowContext::swapBuffers() {
100 void GLWindowContext::resize(int w, int h) {
105 void GLWindowContext::setDisplayParams(const DisplayParams& params) {

Completed in 62 milliseconds