Home
last modified time | relevance | path

Searched defs:createSurface (Results 1 – 10 of 10) sorted by relevance

/external/skia/example/
DHelloWorld.h36 SkSurface* createSurface() override { in createSurface() function
/external/skia/experimental/SkV8Example/
DSkV8Example.cpp113 SkSurface* SkV8ExampleWindow::createSurface() { in createSurface() function in SkV8ExampleWindow
/external/skia/samplecode/
DSampleApp.h103 SkSurface* createSurface() override { in createSurface() function
DSampleApp.cpp271 virtual SkSurface* createSurface(SampleWindow::DeviceType dType, in createSurface() function in SampleWindow::DefaultDeviceManager
/external/skia/src/views/
DSkWindow.cpp38 SkSurface* SkWindow::createSurface() { in createSurface() function in SkWindow
/external/deqp/modules/egl/
DteglImageUtil.cpp97 MovePtr<ManagedSurface> createSurface (EglTestContext& eglTestCtx, EGLDisplay dpy, EGLConfig config… in createSurface() function
/external/skia/tests/
DSurfaceTest.cpp35 static SkSurface* createSurface(SurfaceType surfaceType, GrContext* context, in createSurface() function
DDeferredCanvasTest.cpp34 static SkSurface* createSurface(SkColor color) { in createSurface() function
DCanvasTest.cpp74 static SkSurface* createSurface(SkColor color) { in createSurface() function
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java961 public GL createSurface(SurfaceHolder holder) { in createSurface() method in GLSurfaceView.EglHelper