HomeSort by relevance Sort by last modified time
    Searched full:msaa (Results 26 - 50 of 232) sorted by null

12 3 4 5 6 7 8 910

  /external/chromium_org/third_party/skia/src/gpu/
GrStencilAndCoverPathRenderer.cpp 42 !antiAlias && // doesn't do per-path AA, relies on the target having MSAA
GrStencilAndCoverTextContext.h 48 * aliasing with the built-in MSAA.
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLRenderTarget.h 74 // catches FBO 0 and non MSAA case
GrGLCaps.cpp 467 // If we don't support MSAA then undo any places above where we set a config as renderable with
468 // msaa.
637 // We prefer the EXT/IMG extension over ES3 MSAA because we've observed
646 // chrome's extension is equivalent to the EXT msaa
    [all...]
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.h 34 // Class implementing the MSAA IAccessible COM interface for a generic View,
352 // to an MSAA event.
356 // to an MSAA role.
360 // to MSAA states set.
  /external/mesa3d/bin/
.cherry-ignore 26 a06f03d795153ce060d99aafb61d10c27a47efc1 r300g: always put MSAA resources in VRAM
  /external/mesa3d/src/mesa/state_tracker/
st_atom_msaa.c 51 /* unlike in gallium/d3d10 the mask is only active if msaa is enabled */
  /external/skia/src/gpu/
GrStencilAndCoverPathRenderer.cpp 42 !antiAlias && // doesn't do per-path AA, relies on the target having MSAA
  /external/skia/src/gpu/gl/
GrGLRenderTarget.h 74 // catches FBO 0 and non MSAA case
  /external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_utils_win.cc 51 // MSAA / IAccessible roles. Each one of these is also a valid
164 // MSAA / IAccessible states. Unlike roles, these are not also IA2 states.
browser_accessibility_state_impl.h 27 // we attempt to dynamically detect a MSAA client screen reader by calling
  /external/chromium_org/third_party/skia/platform_tools/android/app/src/com/skia/
SkiaSampleView.java 238 Log.i("Skia", "Could not get MSAA context count: " + mRequestedMSAASampleCount);
266 Log.i("Skia", "Could not get non-MSAA context count");
  /external/deqp/modules/glshared/
glsShaderPerformanceCase.cpp 132 log << TestLog::Message << renderTarget.getNumSamples() << "x MSAA" << TestLog::EndMessage;
134 log << TestLog::Message << "No MSAA" << TestLog::EndMessage;
  /external/skia/platform_tools/android/app/src/com/skia/
SkiaSampleView.java 238 Log.i("Skia", "Could not get MSAA context count: " + mRequestedMSAASampleCount);
266 Log.i("Skia", "Could not get non-MSAA context count");
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_mipmap_tree.h 148 * Enum for keeping track of the different MSAA layouts supported by Gen7.
153 * Ordinary surface with no MSAA.
223 * for non-interleaved msaa layouts, the two values are the same.
242 * MSAA layout used by this buffer.
348 * the necessary information to implement compressed MSAA on Gen7+
intel_mipmap_tree.c 110 /* array_spacing_lod0 is only used for non-IMS MSAA surfaces. TODO: can we
136 /* MSAA stencil surfaces always use IMS layout. */
225 * blitting engine) doesn't apply to MSAA, since we'll generally be
226 * downsampling or upsampling when blitting between the MSAA buffer
300 * Determine which MSAA layout should be used by the MSAA surface being
306 /* Prior to Gen7, all MSAA surfaces used IMS layout. */
323 * integer MSAA buffers. The alternative, to disable MCS only when one
325 * would require converting between CMS and UMS MSAA layouts on the fly,
409 /* Adjust width/height/depth for MSAA */
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_mipmap_tree.h 148 * Enum for keeping track of the different MSAA layouts supported by Gen7.
153 * Ordinary surface with no MSAA.
223 * for non-interleaved msaa layouts, the two values are the same.
242 * MSAA layout used by this buffer.
348 * the necessary information to implement compressed MSAA on Gen7+
intel_mipmap_tree.c 110 /* array_spacing_lod0 is only used for non-IMS MSAA surfaces. TODO: can we
136 /* MSAA stencil surfaces always use IMS layout. */
225 * blitting engine) doesn't apply to MSAA, since we'll generally be
226 * downsampling or upsampling when blitting between the MSAA buffer
300 * Determine which MSAA layout should be used by the MSAA surface being
306 /* Prior to Gen7, all MSAA surfaces used IMS layout. */
323 * integer MSAA buffers. The alternative, to disable MCS only when one
325 * would require converting between CMS and UMS MSAA layouts on the fly,
409 /* Adjust width/height/depth for MSAA */
    [all...]
  /external/chromium_org/content/browser/renderer_host/
legacy_render_widget_host_win.cc 25 // A custom MSAA object id used to determine if a screen reader or some
26 // other client is listening on MSAA events - if so, we enable full web
151 // When an MSAA client has responded to our fake event on this id,
  /external/chromium_org/content/test/gpu/gpu_tests/
cloud_storage_test_base.py 57 self.msaa = False
119 self.msaa = not (
124 msaa_string = '_msaa' if self.msaa else '_non_msaa'
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp     [all...]
  /external/deqp/framework/common/
tcuRenderTarget.hpp 57 int m_numSamples; //!< MSAA sample count.
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp     [all...]
  /external/skia/include/utils/
SkWGL.h 110 * (including non-MSAA) will be created. If preferCoreProfile is true but a core profile cannot be
  /external/deqp/modules/gles31/functional/
es31fMultisampleShaderRenderCase.cpp 146 // buffer for MSAA texture resolving
163 // msaa targets
264 realSampleCount = 1; // non msaa texture
266 realSampleCount = de::max(1, queriedSampleCount); // msaa texture
270 realSampleCount = de::max(1, queriedSampleCount); // msaa rbo

Completed in 1945 milliseconds

12 3 4 5 6 7 8 910