HomeSort by relevance Sort by last modified time
    Searched refs:samples (Results 751 - 775 of 837) sorted by null

<<31323334

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_surface_state.c     [all...]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 264 GL_APICALL void (* GL_APIENTRY glRenderbufferStorageMultisample) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
gl3stub.h 406 extern GL_APICALL void (* GL_APIENTRY glRenderbufferStorageMultisample) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
    [all...]
  /external/chromium_org/cc/debug/
fake_web_graphics_context_3d.h 89 WebKit::WGC3Dsizei samples,
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 528 WGC3Denum target, WGC3Dsizei samples, WGC3Denum internalformat,
655 SAMPLES = 0x3031,
  /external/chromium_org/gpu/command_buffer/client/
gles2_cmd_helper_autogen.h     [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 334 PP_Resource context, GLenum target, GLsizei samples,
  /external/chromium_org/third_party/mesa/src/src/glx/
glxext.c 541 config->samples = *bp++;
glxcmds.c 991 MATCH_MINIMUM(samples);
1134 PREFER_SMALLER(samples);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_screen.c 236 * samples YU or YV pairs and places Y into the R component, while
237 * plane 1 is ARGB and samples YUYV clusters and places pairs and
659 unsigned num_samples = intel_quantize_num_samples(screen, mesaVis->samples);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
readpix.c 753 ctx->ReadBuffer->Visual.samples > 0) {
  /external/chromium_org/ui/compositor/
test_web_graphics_context_3d.h 72 WebKit::WGC3Dsizei samples,
  /external/libvorbis/doc/
01-introduction.tex 345 to 8192 samples. Aside from coupling, Vorbis handles channels as
346 independent vectors and these frame sizes are in samples per channel.
  /external/mesa3d/src/glx/
glxext.c 541 config->samples = *bp++;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_screen.c 236 * samples YU or YV pairs and places Y into the R component, while
237 * plane 1 is ARGB and samples YUYV clusters and places pairs and
659 unsigned num_samples = intel_quantize_num_samples(screen, mesaVis->samples);
    [all...]
  /external/mesa3d/src/mesa/main/
readpix.c 753 ctx->ReadBuffer->Visual.samples > 0) {
  /external/opencv/cvaux/include/
cvaux.h     [all...]
  /frameworks/base/media/java/android/media/
AudioService.java     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES30.java     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 895 ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 895 ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples);
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
libGLESv2.cpp     [all...]
  /external/chromium_org/third_party/icu/source/
configure     [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 596 /* Used to hide and reveal supplemental content, such as long code samples.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
options.js 599 context.setVariable('$samples', 0);

Completed in 626 milliseconds

<<31323334