Home
last modified time | relevance | path

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

/external/swiftshader/tests/VulkanWrapper/
DWindow.cpp32 vk::SurfaceKHR Window::getSurface() in getSurface() function in Window
99 vk::SurfaceKHR Window::getSurface() in getSurface() function in Window
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderTarget9.cpp90 IDirect3DSurface9 *TextureRenderTarget9::getSurface() const in getSurface() function in rx::TextureRenderTarget9
140 IDirect3DSurface9 *SurfaceRenderTarget9::getSurface() const in getSurface() function in rx::SurfaceRenderTarget9
DImage9.cpp355 angle::Result Image9::getSurface(Context9 *context9, IDirect3DSurface9 **outSurface) in getSurface() function in rx::Image9
/external/skia/tools/perf-canvaskit-puppeteer/
Dbenchmark.js3 function getSurface(CanvasKit, webglversion) { function
/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.hpp69 const vk::VkSurfaceKHR getSurface (void) const { return *m_surface; } in getSurface() function in vkt::ProtectedMem::ProtectedContext
/external/angle/samples/sample_util/
DSampleApplication.cpp175 EGLSurface SampleApplication::getSurface() const in getSurface() function in SampleApplication
/external/angle/src/libANGLE/renderer/gl/egl/
DSurfaceEGL.cpp155 EGLSurface SurfaceEGL::getSurface() const in getSurface() function in rx::SurfaceEGL
/external/angle/src/libANGLE/
DFramebufferAttachment.cpp235 const egl::Surface *FramebufferAttachment::getSurface() const in getSurface() function in gl::FramebufferAttachment
/external/angle/util/
DEGLWindow.cpp83 EGLSurface EGLWindow::getSurface() const in getSurface() function in EGLWindow
/external/webrtc/sdk/android/src/java/org/webrtc/
DEglBase10Impl.java136 public Surface getSurface() { in createSurface() method in EglBase10Impl.FakeSurfaceHolder
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowCameraTest.java354 public Surface getSurface() { in getSurface() method in ShadowCameraTest.TestSurfaceHolder
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/
DMediaCodecVideoRenderer.java1656 protected Surface getSurface() { in getSurface() method in MediaCodecVideoRenderer
/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.cpp472 EGLSurface getSurface() const { return surface; } in getSurface() function in SwiftShaderTest
/external/skia/src/core/
DSkCanvas.cpp541 SkSurface* SkCanvas::getSurface() const { in getSurface() function in SkCanvas