Searched defs:getRenderTarget (Results 1 - 15 of 15) sorted by relevance

/external/deqp/framework/opengl/
H A DgluDummyRenderContext.hpp54 virtual const tcu::RenderTarget& getRenderTarget (void) const { return m_renderTarget; } function in class:glu::DummyRenderContext
H A DgluES3PlusWrapperContext.hpp60 virtual const tcu::RenderTarget& getRenderTarget (void) const { return m_context->getRenderTarget(); } function in class:glu::ES3PlusWrapperContext
H A DgluFboRenderContext.hpp53 virtual const tcu::RenderTarget& getRenderTarget (void) const { return m_renderTarget; } function in class:glu::FboRenderContext
/external/deqp/modules/gles2/
H A Dtes2Context.cpp73 const tcu::RenderTarget& Context::getRenderTarget (void) const function in class:deqp::gles2::Context
75 return m_renderCtx->getRenderTarget();
/external/deqp/modules/gles3/
H A Dtes3Context.cpp70 const tcu::RenderTarget& Context::getRenderTarget (void) const function in class:deqp::gles3::Context
72 return m_renderCtx->getRenderTarget();
/external/deqp/modules/gles31/
H A Dtes31Context.cpp86 const tcu::RenderTarget& Context::getRenderTarget (void) const function in class:deqp::gles31::Context
88 return m_renderCtx->getRenderTarget();
/external/deqp/framework/platform/null/
H A DtcuNullRenderContext.hpp61 virtual const tcu::RenderTarget& getRenderTarget (void) const { return m_renderTarget; } function in class:tcu::null::RenderContext
/external/deqp/framework/platform/ios/
H A DtcuIOSPlatform.hh92 virtual const RenderTarget& getRenderTarget (void) const { return m_emptyTarget; } function in class:tcu::ios::RawContext
112 virtual const RenderTarget& getRenderTarget (void) const { return m_renderTarget; } function in class:tcu::ios::ScreenContext
/external/deqp/framework/platform/osx/
H A DtcuOSXPlatform.cpp77 const tcu::RenderTarget& getRenderTarget (void) const { return m_renderTarget; } function in class:tcu::CGLRenderContext
/external/deqp/framework/platform/win32/
H A DtcuWGLContextFactory.cpp72 const RenderTarget& getRenderTarget (void) const { return m_renderTarget; } function in class:tcu::wgl::__anon4073::WGLContext
H A DtcuWin32GLES3Platform.cpp65 const RenderTarget& getRenderTarget (void) const { return m_renderTarget; } function in class:tcu::Win32GLES3Context
/external/skia/src/gpu/
H A DGrPipeline.h140 GrRenderTarget* getRenderTarget() const { return fRenderTarget.get(); } function in class:GrPipeline
H A DGrPipelineBuilder.h195 GrRenderTarget* getRenderTarget() const { return fRenderTarget.get(); } function in class:GrPipelineBuilder
/external/deqp/framework/egl/
H A DegluGLContextFactory.cpp135 virtual const tcu::RenderTarget& getRenderTarget (void) const { return m_glRenderTarget; } function in class:eglu::__anon4014::RenderContext
/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp174 virtual const tcu::RenderTarget& getRenderTarget (void) const;
668 const RenderTarget& GlxRenderContext::getRenderTarget (void) const function in class:tcu::x11::glx::GlxRenderContext

Completed in 1109 milliseconds