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

1 2

  /external/chromium_org/third_party/angle/util/
EGLWindow.h 46 void setMultisample(bool multisample) { mMultisample = multisample; }
  /external/deqp/modules/glshared/
glsRasterizationTestUtil.hpp 104 * triangle should not be z-clipped. If multisample is false, the pixel
105 * center is compared against the triangle. If multisample is true, the
108 CoverageType calculateTriangleCoverage (const tcu::Vec4& p0, const tcu::Vec4& p1, const tcu::Vec4& p2, const tcu::IVec2& pixel, const tcu::IVec2& viewportSize, int subpixelBits, bool multisample);
glsRasterizationTestUtil.cpp 534 InterpolationRange interpolate (int primitiveNdx, const tcu::IVec2 pixel, const tcu::IVec2 viewportSize, bool multisample, int subpixelBits) const
536 // allow anywhere in the pixel area in multisample
538 const float testSquareSize = (multisample) ? (1.0f) : (2.0f / (1UL << subpixelBits));
539 const float testSquarePos = (multisample) ? (0.0f) : (0.5f - testSquareSize / 2);
575 InterpolationRange interpolate (int primitiveNdx, const tcu::IVec2 pixel, const tcu::IVec2 viewportSize, bool multisample, int subpixelBits) const
577 DE_ASSERT(multisample);
578 DE_UNREF(multisample);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.h 115 // Copies the multisample color buffer to the normal color buffer and leaves m_fbo bound.
118 // commit should copy the full multisample buffer, and not respect the
135 bool multisample() const;
182 // Create the depth/stencil and multisample buffers, if needed.
DrawingBuffer.cpp 441 m_actualAttributes.antialias = multisample();
638 // create a multisample FBO
740 // We will clear the multisample FBO, but we also need to clear the non-multisampled buffer.
830 // resize multisample FBO
897 bool DrawingBuffer::multisample() const function in class:blink::DrawingBuffer
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 89 rast->multisampleantialias = templ->multisample;
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_state.h 99 unsigned multisample:1; /* XXX maybe more ms state in future */ member in struct:pipe_rasterizer_state
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 89 rast->multisampleantialias = templ->multisample;
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 99 unsigned multisample:1; /* XXX maybe more ms state in future */ member in struct:pipe_rasterizer_state
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_rasterizer.c 233 if (ctx->Multisample._Enabled || st->force_msaa)
234 raster->multisample = 1;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 233 if (ctx->Multisample._Enabled || st->force_msaa)
234 raster->multisample = 1;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_inlines.h 532 !state->multisample ? 1.0f : 0.0f;
u_dump_state.c 323 util_dump_member(stream, bool, state, multisample);
  /external/mesa3d/src/gallium/auxiliary/util/
u_inlines.h 532 !state->multisample ? 1.0f : 0.0f;
u_dump_state.c 323 util_dump_member(stream, bool, state, multisample);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_state_validate.c 329 if (rasterizer->multisample)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_dump_state.c 141 trace_dump_member(bool, state, multisample);
  /external/chromium_org/third_party/mesa/src/src/mesa/
sources.mak 62 $(SRCDIR)main/multisample.c \
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_renderbuffer.c 548 if (multisample) {
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state_validate.c 329 if (rasterizer->multisample)
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.c 141 trace_dump_member(bool, state, multisample);
  /external/mesa3d/src/mesa/
sources.mak 62 $(SRCDIR)main/multisample.c \
  /external/mesa3d/src/mesa/swrast/
s_renderbuffer.c 548 if (multisample) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_state.c 887 rs->multisample_enable = state->multisample;
929 S_028A4C_MSAA_ENABLE(state->multisample) |
936 S_028A4C_MSAA_ENABLE(state->multisample) |
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 887 rs->multisample_enable = state->multisample;
929 S_028A4C_MSAA_ENABLE(state->multisample) |
936 S_028A4C_MSAA_ENABLE(state->multisample) |
    [all...]

Completed in 681 milliseconds

1 2