Home
last modified time | relevance | path

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

/external/deqp/framework/platform/ios/
DtcuIOSPlatform.hh101 virtual const RenderTarget &getRenderTarget(void) const in getRenderTarget() function in tcu::ios::RawContext
131 virtual const RenderTarget &getRenderTarget(void) const in getRenderTarget() function in tcu::ios::ScreenContext
/external/deqp/modules/gles2/
Dtes2Context.cpp71 const tcu::RenderTarget &Context::getRenderTarget(void) const in getRenderTarget() function in deqp::gles2::Context
/external/deqp/modules/gles3/
Dtes3Context.cpp71 const tcu::RenderTarget &Context::getRenderTarget(void) const in getRenderTarget() function in deqp::gles3::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.cpp85 const tcu::RenderTarget &Context::getRenderTarget(void) const in getRenderTarget() function in deqp::Context
/external/deqp/framework/opengl/
DgluDummyRenderContext.hpp62 virtual const tcu::RenderTarget &getRenderTarget(void) const in getRenderTarget() function in glu::EmptyRenderContext
DgluFboRenderContext.hpp59 virtual const tcu::RenderTarget &getRenderTarget(void) const in getRenderTarget() function in glu::FboRenderContext
/external/deqp/framework/platform/null/
DtcuNullRenderContext.hpp67 virtual const tcu::RenderTarget &getRenderTarget(void) const 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.cpp1481 angle::Result TextureD3D_2D::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureD3D_2D
2212 angle::Result TextureD3D_Cube::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureD3D_Cube
2912 angle::Result TextureD3D_3D::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureD3D_3D
3662 angle::Result TextureD3D_2DArray::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureD3D_2DArray
4119 angle::Result TextureD3D_External::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureD3D_External
4225 angle::Result TextureD3D_2DMultisample::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureD3D_2DMultisample
4345 angle::Result TextureD3D_2DMultisampleArray::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureD3D_2DMultisampleArray
4591 angle::Result TextureD3D_Buffer::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureD3D_Buffer
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DTextureStorage9.cpp205 angle::Result TextureStorage9_2D::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureStorage9_2D
342 angle::Result TextureStorage9_EGLImage::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureStorage9_EGLImage
487 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/deqp/framework/platform/win32/
DtcuWGLContextFactory.cpp75 const RenderTarget &getRenderTarget(void) const in getRenderTarget() function in tcu::wgl::__anon2bf766750111::WGLContext
/external/angle/src/libANGLE/
DFramebufferAttachment.h159 angle::Result getRenderTarget(const Context *context, GLsizei samples, T **rtOut) const in getRenderTarget() function
/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp65 const tcu::RenderTarget &getRenderTarget(void) const in getRenderTarget() function in tcu::CGLRenderContext
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DTextureStorage11.cpp1471 angle::Result TextureStorage11_2D::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureStorage11_2D
1882 angle::Result TextureStorage11_External::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureStorage11_External
2097 angle::Result TextureStorage11_EGLImage::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureStorage11_EGLImage
2693 angle::Result TextureStorage11_Cube::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureStorage11_Cube
3264 angle::Result TextureStorage11_3D::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureStorage11_3D
3678 angle::Result TextureStorage11_2DArray::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureStorage11_2DArray
3974 angle::Result TextureStorage11_2DMultisample::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureStorage11_2DMultisample
4226 angle::Result TextureStorage11_2DMultisampleArray::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureStorage11_2DMultisampleArray
4419 angle::Result TextureStorage11_Buffer::getRenderTarget(const gl::Context *context, in getRenderTarget() function in rx::TextureStorage11_Buffer
DSwapChain11.cpp971 const d3d11::RenderTargetView &SwapChain11::getRenderTarget() in getRenderTarget() function in rx::SwapChain11
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp513 const tcu::RenderTarget &EglRenderContext::getRenderTarget(void) const in getRenderTarget() function in tcu::surfaceless::EglRenderContext
/external/deqp/framework/egl/
DegluGLContextFactory.cpp144 virtual const tcu::RenderTarget &getRenderTarget(void) const in getRenderTarget() function in eglu::__anon437270100111::RenderContext
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp793 const RenderTarget &GlxRenderContext::getRenderTarget(void) const in getRenderTarget() function in tcu::lnx::x11::glx::GlxRenderContext