OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:surface2
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerManagerTest.cpp
152
RefPtr<SkSurface>
surface2
= adoptRef(SkSurface::NewRasterPMColor(1, 1));
local
153
OwnPtr<SkDeferredCanvas> canvas2 = adoptPtr(SkDeferredCanvas::Create(
surface2
.get()));
154
FakeCanvas2DLayerBridgePtr layer2(adoptRef(new FakeCanvas2DLayerBridge(webContext.get(), canvas2.release(),
surface2
.release())));
/cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java
67
OffscreenSurface
surface2
= null;
local
78
surface2
= new OffscreenSurface(eglCore, WIDTH, HEIGHT);
85
// Set
surface2
as "draw", surface1 as "read", and blit.
86
surface2
.makeCurrentReadFrom(surface1);
106
// Confirm that
surface2
has the color.
107
surface2
.makeCurrent();
120
if (
surface2
!= null) {
121
surface2
.release();
/external/chromium_org/cc/trees/
occlusion_tracker_unittest.cc
1854
typename Types::ContentLayerType*
surface2
= this->CreateDrawingSurface(
local
1967
typename Types::ContentLayerType*
surface2
=
local
[
all
...]
/external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp
3048
SharedPtr<GLES2ThreadTest::Surface>
surface2
;
local
[
all
...]
Completed in 138 milliseconds