HomeSort by relevance Sort by last modified time
    Searched refs:RenderTarget (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /external/deqp/framework/common/
tcuRenderTarget.cpp 29 RenderTarget::RenderTarget (void)
39 RenderTarget::RenderTarget (int width, int height, const PixelFormat& format, int depthBits, int stencilBits, int numSamples)
tcuRenderTarget.hpp 35 class RenderTarget
38 RenderTarget (void);
39 RenderTarget (int width, int height, const PixelFormat& pixelFormat, int depthBits, int stencilBits, int numSamples);
40 ~RenderTarget (void) {}
  /external/deqp/framework/opengl/
gluDummyRenderContext.hpp 54 virtual const tcu::RenderTarget& getRenderTarget (void) const { return m_renderTarget; }
58 tcu::RenderTarget m_renderTarget;
gluFboRenderContext.hpp 53 virtual const tcu::RenderTarget& getRenderTarget (void) const { return m_renderTarget; }
66 tcu::RenderTarget m_renderTarget;
gluES3PlusWrapperContext.hpp 60 virtual const tcu::RenderTarget& getRenderTarget (void) const { return m_context->getRenderTarget(); }
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
RenderTarget.h 7 // RenderTarget.h: Defines an abstract wrapper class to manage IDirect3DSurface9
18 class RenderTarget
21 RenderTarget()
31 virtual ~RenderTarget() {};
59 DISALLOW_COPY_AND_ASSIGN(RenderTarget);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
TextureStorage.h 25 class RenderTarget;
38 virtual RenderTarget *getRenderTarget(const gl::ImageIndex &index) = 0;
  /external/deqp/modules/gles2/
tes2Context.hpp 37 class RenderTarget;
54 const tcu::RenderTarget& getRenderTarget (void) const;
tes2Context.cpp 73 const tcu::RenderTarget& Context::getRenderTarget (void) const
  /external/deqp/modules/gles3/
tes3Context.hpp 37 class RenderTarget;
54 const tcu::RenderTarget& getRenderTarget (void) const;
tes3Context.cpp 70 const tcu::RenderTarget& Context::getRenderTarget (void) const
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
RenderTarget9.h 13 #include "libGLESv2/renderer/RenderTarget.h"
20 class RenderTarget9 : public RenderTarget
27 static RenderTarget9 *makeRenderTarget9(RenderTarget *renderTarget);
TextureStorage9.h 21 class RenderTarget;
31 static DWORD GetTextureUsage(GLenum internalformat, bool renderTarget);
37 virtual RenderTarget *getRenderTarget(const gl::ImageIndex &index) = 0;
62 TextureStorage9_2D(Renderer *renderer, GLenum internalformat, bool renderTarget, GLsizei width, GLsizei height, int levels);
68 virtual RenderTarget *getRenderTarget(const gl::ImageIndex &index);
84 TextureStorage9_Cube(Renderer *renderer, GLenum internalformat, bool renderTarget, int size, int levels);
90 virtual RenderTarget *getRenderTarget(const gl::ImageIndex &index);
  /external/deqp/framework/platform/null/
tcuNullRenderContext.hpp 61 virtual const tcu::RenderTarget& getRenderTarget (void) const { return m_renderTarget; }
68 const tcu::RenderTarget m_renderTarget;
  /external/deqp/modules/gles31/
tes31Context.hpp 37 class RenderTarget;
54 const tcu::RenderTarget& getRenderTarget (void) const;
tes31Context.cpp 79 const tcu::RenderTarget& Context::getRenderTarget (void) const
  /external/chromium_org/third_party/angle/src/libGLESv2/
Renderbuffer.h 24 class RenderTarget;
73 virtual rx::RenderTarget *getRenderTarget();
111 virtual rx::RenderTarget *getRenderTarget();
116 rx::RenderTarget *mRenderTarget;
127 virtual rx::RenderTarget *getRenderTarget();
130 rx::RenderTarget *mDepthStencil;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
RenderTarget.java 38 public final class RenderTarget {
52 /** Stores the RenderTarget that is focused on the current thread. */
53 private static ThreadLocal<RenderTarget> mCurrentTarget = new ThreadLocal<RenderTarget>();
86 public static RenderTarget newTarget(int width, int height) {
92 RenderTarget result = new RenderTarget(eglDisplay, eglContext, eglSurface, 0, true, true);
97 public static RenderTarget currentTarget() {
103 public RenderTarget forTexture(TextureSource texture, int width, int height) {
115 return new RenderTarget(mDisplay, mContext, surface(), fbo, false, false)
    [all...]
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.hh 92 virtual const RenderTarget& getRenderTarget (void) const { return m_emptyTarget; }
103 tcu::RenderTarget m_emptyTarget;
112 virtual const RenderTarget& getRenderTarget (void) const { return m_renderTarget; }
125 tcu::RenderTarget m_renderTarget;
  /external/deqp/framework/referencerenderer/
rrRenderer.hpp 36 class RenderTarget
44 RenderTarget (const MultisamplePixelBufferAccess& colorMultisampleBuffer,
110 DrawCommand (const RenderState& state_, const RenderTarget& renderTarget_, const Program& program_, int numVertexAttribs_, const VertexAttrib* vertexAttribs_, const PrimitiveList& primitives_)
112 , renderTarget (renderTarget_)
121 const RenderTarget& renderTarget;
  /external/deqp/modules/gles31/functional/
es31fMultisampleShaderRenderCase.hpp 60 enum RenderTarget
74 MultisampleRenderCase (Context& context, const char* name, const char* desc, int numSamples, RenderTarget target, int renderSize, int flags = 0);
108 const RenderTarget m_renderTarget;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
PixelTransfer11.h 33 class RenderTarget;
48 bool copyBufferToTexture(const gl::PixelUnpackState &unpack, unsigned int offset, RenderTarget *destRenderTarget,
RenderTarget11.h 13 #include "libGLESv2/renderer/RenderTarget.h"
20 class RenderTarget11 : public RenderTarget
29 static RenderTarget11 *makeRenderTarget11(RenderTarget *renderTarget);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 166 desc.SrcBlend = desc1.RenderTarget[0].SrcBlend;
167 desc.DestBlend = desc1.RenderTarget[0].DestBlend;
168 desc.BlendOp = desc1.RenderTarget[0].BlendOp;
169 desc.SrcBlendAlpha = desc1.RenderTarget[0].SrcBlendAlpha;
170 desc.DestBlendAlpha = desc1.RenderTarget[0].DestBlendAlpha;
171 desc.BlendOpAlpha = desc1.RenderTarget[0].BlendOpAlpha;
174 desc.BlendEnable[i] = desc1.RenderTarget[i].BlendEnable;
175 desc.RenderTargetWriteMask[i] = desc1.RenderTarget[i].RenderTargetWriteMask;
187 desc1.RenderTarget[0].SrcBlend = desc.SrcBlend;
188 desc1.RenderTarget[0].DestBlend = desc.DestBlend
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 166 desc.SrcBlend = desc1.RenderTarget[0].SrcBlend;
167 desc.DestBlend = desc1.RenderTarget[0].DestBlend;
168 desc.BlendOp = desc1.RenderTarget[0].BlendOp;
169 desc.SrcBlendAlpha = desc1.RenderTarget[0].SrcBlendAlpha;
170 desc.DestBlendAlpha = desc1.RenderTarget[0].DestBlendAlpha;
171 desc.BlendOpAlpha = desc1.RenderTarget[0].BlendOpAlpha;
174 desc.BlendEnable[i] = desc1.RenderTarget[i].BlendEnable;
175 desc.RenderTargetWriteMask[i] = desc1.RenderTarget[i].RenderTargetWriteMask;
187 desc1.RenderTarget[0].SrcBlend = desc.SrcBlend;
188 desc1.RenderTarget[0].DestBlend = desc.DestBlend
    [all...]

Completed in 283 milliseconds

1 2 3 4 5 6