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

  /external/skia/tools/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)
30 void GLWindowContext::initializeContext() {
42 void GLWindowContext::destroyContext() {
56 sk_sp<SkSurface> GLWindowContext::getBackbufferSurface() {
84 void GLWindowContext::swapBuffers() {
88 void GLWindowContext::resize(int w, int h) {
93 void GLWindowContext::setDisplayParams(const DisplayParams& params) {
  /external/skqp/tools/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)
30 void GLWindowContext::initializeContext() {
42 void GLWindowContext::destroyContext() {
56 sk_sp<SkSurface> GLWindowContext::getBackbufferSurface() {
84 void GLWindowContext::swapBuffers() {
88 void GLWindowContext::resize(int w, int h) {
93 void GLWindowContext::setDisplayParams(const DisplayParams& params) {

Completed in 277 milliseconds