HomeSort by relevance Sort by last modified time
    Searched full:multisample (Results 126 - 150 of 238) sorted by null

1 2 3 4 56 7 8 910

  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/EGL/
egl.h 216 /* Multisample resolution behaviors */
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/EGL/
egl.h 216 /* Multisample resolution behaviors */
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 216 /* Multisample resolution behaviors */
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/EGL/
egl.h 216 /* Multisample resolution behaviors */
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 216 /* Multisample resolution behaviors */
  /external/deqp/modules/gles31/functional/
es31fFboNoAttachmentTests.cpp 575 // Multisample
577 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(testCtx, "multisample", "Basic functionality with multisampled fbo");
es31fTextureFilteringTests.cpp 279 // minification - w/ tweak to avoid hitting triangle edges with a face switchpoint in multisample configs
289 // Layer rounding - only in single-sample configs as multisample configs may produce smooth transition at the middle.
es31fShaderTextureSizeTests.cpp 21 * \brief Multisample texture size tests
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 476 /* limitations of multisample resources */
767 /* XXX Properly implement multisample textures on Cayman. In the meantime,
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/mesa/drivers/dri/intel/
intel_fbo.c 183 * Round up the requested multisample count to the next supported sample size.
886 * This is a no-op except on multisample buffers shared with DRI2.
intel_screen.c 989 /* Generate multisample configs.
993 * Multisample configs must follow the singlesample configs in order to
    [all...]
intel_mipmap_tree.c 341 * For a multisample DRI2 buffer, this wraps the given region with
342 * a singlesample miptree, then creates a multisample miptree into which the
    [all...]
  /external/deqp/modules/gles2/functional/
es2fMultisampleTests.cpp 173 * \brief Abstract base class handling common stuff for multisample cases.
337 // Check multisample support.
340 throw tcu::NotSupportedError("No multisample buffers");
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboCompletenessTests.cpp 480 getContext(), "samples", "Tests for multisample attachments");
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump_state.c 323 util_dump_member(stream, bool, state, multisample);
u_inlines.h 532 !state->multisample ? 1.0f : 0.0f;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state_validate.c 329 if (rasterizer->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/mesa3d/src/mesa/
SConscript 94 'main/multisample.c',
sources.mak 62 $(SRCDIR)main/multisample.c \
  /external/mesa3d/src/mesa/drivers/dri/common/
utils.c 170 * without a multisample buffer.
  /external/mesa3d/src/mesa/swrast/
s_points.c 261 if (ctx->Multisample._Enabled) {
s_renderbuffer.c 548 if (multisample) {
  /external/deqp/doc/testspecs/VK/
apitests.adoc     [all...]

Completed in 1547 milliseconds

1 2 3 4 56 7 8 910