Home
last modified time | relevance | path

Searched defs:getRenderTarget (Results 1 – 22 of 22) sorted by relevance

/external/deqp/framework/platform/ios/
DtcuIOSPlatform.hh92 virtual const RenderTarget& getRenderTarget (void) const { return m_emptyTarget; } in getRenderTarget() function in tcu::ios::RawContext
112 virtual const RenderTarget& getRenderTarget (void) const { return m_renderTarget; } in getRenderTarget() function in tcu::ios::ScreenContext
/external/deqp/modules/gles2/
Dtes2Context.cpp73 const tcu::RenderTarget& Context::getRenderTarget (void) const in getRenderTarget() function in deqp::gles2::Context
/external/deqp/modules/gles3/
Dtes3Context.cpp70 const tcu::RenderTarget& Context::getRenderTarget (void) const in getRenderTarget() function in deqp::gles3::Context
/external/angle/src/tests/deqp_support/
Dtes31Context_override.cpp82 const tcu::RenderTarget& Context::getRenderTarget (void) const in getRenderTarget() function in deqp::gles31::Context
/external/deqp/modules/gles31/
Dtes31Context.cpp83 const tcu::RenderTarget& Context::getRenderTarget (void) const in getRenderTarget() function in deqp::gles31::Context
/external/deqp/external/openglcts/modules/common/
DglcContext.cpp86 const tcu::RenderTarget& Context::getRenderTarget(void) const in getRenderTarget() function in deqp::Context
/external/deqp/framework/opengl/
DgluDummyRenderContext.hpp54 virtual const tcu::RenderTarget& getRenderTarget (void) const { return m_renderTarget; } in getRenderTarget() function in glu::EmptyRenderContext
DgluFboRenderContext.hpp53 virtual const tcu::RenderTarget& getRenderTarget (void) const { return m_renderTarget; } in getRenderTarget() function in glu::FboRenderContext
/external/deqp/framework/platform/null/
DtcuNullRenderContext.hpp61 virtual const tcu::RenderTarget& getRenderTarget (void) const { return m_renderTarget; } in getRenderTarget() function in tcu::null::RenderContext
/external/angle/src/libANGLE/renderer/d3d/
DEGLImageD3D.cpp56 angle::Result EGLImageD3D::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::EGLImageD3D
DRenderbufferD3D.cpp94 angle::Result RenderbufferD3D::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::RenderbufferD3D
DTextureD3D.cpp1417 angle::Result TextureD3D_2D::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureD3D_2D
2134 angle::Result TextureD3D_Cube::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureD3D_Cube
2820 angle::Result TextureD3D_3D::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureD3D_3D
3558 angle::Result TextureD3D_2DArray::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureD3D_2DArray
4005 angle::Result TextureD3D_External::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureD3D_External
4109 angle::Result TextureD3D_2DMultisample::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureD3D_2DMultisample
4227 angle::Result TextureD3D_2DMultisampleArray::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureD3D_2DMultisampleArray
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DTextureStorage9.cpp199 angle::Result TextureStorage9_2D::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureStorage9_2D
336 angle::Result TextureStorage9_EGLImage::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureStorage9_EGLImage
481 angle::Result TextureStorage9_Cube::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureStorage9_Cube
DSwapChain9.cpp383 IDirect3DSurface9 *SwapChain9::getRenderTarget() in getRenderTarget() function in rx::SwapChain9
/external/angle/src/libANGLE/
DFramebufferAttachment.h147 angle::Result getRenderTarget(const Context *context, GLsizei samples, T **rtOut) const in getRenderTarget() function
/external/deqp/framework/platform/win32/
DtcuWGLContextFactory.cpp72 const RenderTarget& getRenderTarget (void) const { return m_renderTarget; } in getRenderTarget() function in tcu::wgl::__anon81170a0d0111::WGLContext
/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp59 const tcu::RenderTarget& getRenderTarget (void) const { return m_renderTarget; } in getRenderTarget() function in tcu::CGLRenderContext
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DTextureStorage11.cpp1334 angle::Result TextureStorage11_2D::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureStorage11_2D
1735 angle::Result TextureStorage11_External::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureStorage11_External
1935 angle::Result TextureStorage11_EGLImage::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureStorage11_EGLImage
2491 angle::Result TextureStorage11_Cube::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureStorage11_Cube
3061 angle::Result TextureStorage11_3D::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureStorage11_3D
3472 angle::Result TextureStorage11_2DArray::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureStorage11_2DArray
3764 angle::Result TextureStorage11_2DMultisample::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureStorage11_2DMultisample
4012 angle::Result TextureStorage11_2DMultisampleArray::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureStorage11_2DMultisampleArray
DSwapChain11.cpp971 const d3d11::RenderTargetView &SwapChain11::getRenderTarget() in getRenderTarget() function in rx::SwapChain11
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp493 const tcu::RenderTarget& EglRenderContext::getRenderTarget(void) const in getRenderTarget() function in tcu::surfaceless::EglRenderContext
/external/deqp/framework/egl/
DegluGLContextFactory.cpp138 virtual const tcu::RenderTarget& getRenderTarget (void) const { return m_glRenderTarget; } in getRenderTarget() function in eglu::__anon915de2a80111::RenderContext
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp791 const RenderTarget& GlxRenderContext::getRenderTarget (void) const in getRenderTarget() function in tcu::lnx::x11::glx::GlxRenderContext