Home
last modified time | relevance | path

Searched defs:getSurface (Results 1 – 8 of 8) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSurfaceView.java95 public Surface getSurface() { in getSurface() method in ShadowSurfaceView.FakeSurfaceHolder
/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWayland.hpp91 void* getSurface (void) { return m_surface; } in getSurface() function in tcu::lnx::wayland::Window
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemContext.hpp68 const vk::VkSurfaceKHR getSurface (void) const { return *m_surface; } in getSurface() function in vkt::ProtectedMem::ProtectedContext
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DEglBase10.java133 public Surface getSurface() { in createSurface() method in EglBase10.FakeSurfaceHolder
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowCameraTest.java354 public Surface getSurface() { in getSurface() method in ShadowCameraTest.TestSurfaceHolder
/external/deqp/modules/glshared/
DglsVertexArrayTests.hpp226 const tcu::Surface& getSurface (void) const { return m_screen; } in getSurface() function in deqp::gls::ContextArrayPack
DglsDrawTest.cpp1765 const tcu::Surface& getSurface (void) const { return m_screen; } in getSurface() function in deqp::gls::AttributePack
/external/swiftshader/tests/GLESUnitTests/
Dunittests.cpp321 EGLSurface getSurface() const { return surface; } in getSurface() function in SwiftShaderTest