Searched refs:samples (Results 576 - 600 of 685) sorted by relevance

<<2122232425262728

/external/chromium_org/third_party/skia/include/gpu/gl/
H A DGrGLFunctions.h119 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLFramebufferTexture2DMultisampleProc)(GrGLenum target, GrGLenum attachment, GrGLenum textarget, GrGLuint texture, GrGLint level, GrGLsizei samples);
166 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLRenderbufferStorageMultisampleProc)(GrGLenum target, GrGLsizei samples, GrGLenum internalformat, GrGLsizei width, GrGLsizei height);
/external/chromium_org/ui/gfx/
H A Dcolor_analysis_unittest.cc111 explicit MockKMeanImageSampler(const std::vector<int>& samples) argument
112 : prebaked_sample_results_(samples),
/external/deqp/executor/
H A DxeTestResultParser.cpp626 config->samples = toInt(getAttribute("Samples"));
683 ri::Sample* sample = list->samples.allocItem<ri::Sample>();
/external/guava/guava-tests/test/com/google/common/collect/
H A DListsTest.java255 @Override public SampleElements<Character> samples() {
282 @Override public SampleElements<Character> samples() {
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c659 * num_samples - number of samples/pixel if multisampling, or zero
789 vis->samples = 0;
815 v->stvis.samples = num_samples;
/external/skia/include/gpu/gl/
H A DGrGLFunctions.h118 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLFramebufferTexture2DMultisampleProc)(GrGLenum target, GrGLenum attachment, GrGLenum textarget, GrGLuint texture, GrGLint level, GrGLsizei samples);
165 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLRenderbufferStorageMultisampleProc)(GrGLenum target, GrGLsizei samples, GrGLenum internalformat, GrGLsizei width, GrGLsizei height);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextFuncs.inl1873 GLW_APICALL void GLW_APIENTRY glRenderbufferStorageMultisample (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
1876 DE_UNREF(samples);
2125 GLW_APICALL void GLW_APIENTRY glTexImage2DMultisample (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
2128 DE_UNREF(samples);
2135 GLW_APICALL void GLW_APIENTRY glTexImage3DMultisample (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
2138 DE_UNREF(samples);
3754 GLW_APICALL void GLW_APIENTRY glTexStorage2DMultisample (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
3757 DE_UNREF(samples);
3764 GLW_APICALL void GLW_APIENTRY glTexStorage3DMultisample (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
3767 DE_UNREF(samples);
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_base.cc924 GLsizei samples,
934 target, samples, gl_format, width, height))
941 cmd.Init(target, samples, internal_format, width, height);
922 DoRenderbufferStorageMultisampleCHROMIUM( GLenum target, GLsizei samples, GLenum internal_format, GLenum gl_format, GLsizei width, GLsizei height) argument
H A Dgles2_cmd_decoder_unittest_base.h221 GLsizei samples,
/external/chromium_org/third_party/icu/source/
H A Dconfigure1408 --enable-samples build ICU samples default=yes
7383 # Enable/disable samples
7384 # Check whether --enable-samples was given.
7387 yes) samples=true ;;
7388 no) samples=false ;;
7389 *) as_fn_error $? "bad value ${enableval} for --enable-samples" "$LINENO" 5 ;;
7392 samples=true
7396 if test "$samples" = true; then
7473 ac_config_files="$ac_config_files icudefs.mk Makefile data/pkgdataMakefile config/Makefile.inc config/icu.pc config/pkgdataMakefile data/Makefile stubdata/Makefile common/Makefile i18n/Makefile io/Makefile extra/Makefile extra/uconv/Makefile extra/uconv/pkgdataMakefile extra/scrptrun/Makefile tools/Makefile tools/ctestfw/Makefile tools/toolutil/Makefile tools/makeconv/Makefile tools/genrb/Makefile tools/genccode/Makefile tools/gencmn/Makefile tools/gencnval/Makefile tools/gendict/Makefile tools/gentest/Makefile tools/gennorm2/Makefile tools/genbrk/Makefile tools/gensprep/Makefile tools/icuinfo/Makefile tools/icupkg/Makefile tools/icuswap/Makefile tools/pkgdata/Makefile tools/tzcode/Makefile tools/gencfu/Makefile test/Makefile test/compat/Makefile test/testdata/Makefile test/testdata/pkgdataMakefile test/hdrtst/Makefile test/intltest/Makefile test/cintltst/Makefile test/iotest/Makefile test/letest/Makefile test/perf/Makefile test/perf/collationperf/Makefile test/perf/collperf/Makefile test/perf/dicttrieperf/Makefile test/perf/ubrkperf/Makefile test/perf/charperf/Makefile test/perf/convperf/Makefile test/perf/normperf/Makefile test/perf/DateFmtPerf/Makefile test/perf/howExpensiveIs/Makefile test/perf/strsrchperf/Makefile test/perf/unisetperf/Makefile test/perf/usetperf/Makefile test/perf/ustrperf/Makefile test/perf/utfperf/Makefile test/perf/utrie2perf/Makefile test/perf/leperf/Makefile samples/Makefil
[all...]
/external/fio/
H A Dclient.c724 dst->samples = le64_to_cpu(src->samples);
1229 struct io_sample *s = &ret->samples[i];
/external/icu/icu4c/source/
H A Dconfigure1408 --enable-samples build ICU samples default=yes
7383 # Enable/disable samples
7384 # Check whether --enable-samples was given.
7387 yes) samples=true ;;
7388 no) samples=false ;;
7389 *) as_fn_error $? "bad value ${enableval} for --enable-samples" "$LINENO" 5 ;;
7392 samples=true
7396 if test "$samples" = true; then
7473 ac_config_files="$ac_config_files icudefs.mk Makefile data/pkgdataMakefile config/Makefile.inc config/icu.pc config/pkgdataMakefile data/Makefile stubdata/Makefile common/Makefile i18n/Makefile layout/Makefile layoutex/Makefile io/Makefile extra/Makefile extra/uconv/Makefile extra/uconv/pkgdataMakefile extra/scrptrun/Makefile tools/Makefile tools/ctestfw/Makefile tools/toolutil/Makefile tools/makeconv/Makefile tools/genrb/Makefile tools/genccode/Makefile tools/gencmn/Makefile tools/gencnval/Makefile tools/gendict/Makefile tools/gentest/Makefile tools/gennorm2/Makefile tools/genbrk/Makefile tools/gensprep/Makefile tools/icuinfo/Makefile tools/icupkg/Makefile tools/icuswap/Makefile tools/pkgdata/Makefile tools/tzcode/Makefile tools/gencfu/Makefile test/Makefile test/compat/Makefile test/testdata/Makefile test/testdata/pkgdataMakefile test/hdrtst/Makefile test/intltest/Makefile test/cintltst/Makefile test/iotest/Makefile test/letest/Makefile test/perf/Makefile test/perf/collationperf/Makefile test/perf/collperf/Makefile test/perf/collperf2/Makefile test/perf/dicttrieperf/Makefile test/perf/ubrkperf/Makefile test/perf/charperf/Makefile test/perf/convperf/Makefile test/perf/normperf/Makefile test/perf/DateFmtPerf/Makefile test/perf/howExpensiveIs/Makefile test/perf/strsrchperf/Makefile test/perf/unisetperf/Makefile test/perf/usetperf/Makefile test/perf/ustrperf/Makefile test/perf/utfperf/Makefile test/perf/utrie2perf/Makefile test/perf/leperf/Makefile samples/Makefil
[all...]
/external/chromium_org/gpu/GLES2/
H A Dgl2extchromium.h264 typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLECHROMIUMPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h66 virtual void renderbufferStorageMultisampleCHROMIUM(WGC3Denum target, WGC3Dsizei samples, WGC3Denum internalformat, WGC3Dsizei width, WGC3Dsizei height) { } argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Degl_g3d.c358 gconf->stvis.samples = 0;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
H A Dglxinit.c431 config->samples = *bp++;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dframebuffer.c520 /* Grab samples and sampleBuffers from any attachment point (assuming
524 fb->Visual.samples = rb->NumSamples;
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLNoOpInterface.cpp405 GrGLsizei samples,
404 noOpGLRenderbufferStorageMultisample(GrGLenum target, GrGLsizei samples, GrGLenum internalformat, GrGLsizei width, GrGLsizei height) argument
H A DGrGpuGL.cpp1170 int samples = rt->numSamples(); local
1190 if (samples > 0) {
1192 samples,
1211 samples, format)));
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/include/
H A Dsignal_processing_library.h143 int samples,
159 // - length : Number of samples in vector.
177 // - length : Number of samples in vector.
195 // - length : Number of samples in vector.
215 // - length : Number of samples in vector.
235 // - length : Number of samples in vector.
255 // - length : Number of samples in vector.
275 // - length : Number of samples in vector.
288 // - length : Number of samples in vector.
299 // - length : Number of samples i
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d.c358 gconf->stvis.samples = 0;
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dglxinit.c431 config->samples = *bp++;
/external/mesa3d/src/mesa/main/
H A Dframebuffer.c520 /* Grab samples and sampleBuffers from any attachment point (assuming
524 fb->Visual.samples = rb->NumSamples;
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dtcd.c1864 OPJ_UINT32 samples = (OPJ_UINT32)((l_tile_comp->x1 - l_tile_comp->x0) * (l_tile_comp->y1 - l_tile_comp->y0)); local
1891 samples,
1906 opj_mct_encode_real(l_tile->comps[0].data, l_tile->comps[1].data, l_tile->comps[2].data, samples);
1909 opj_mct_encode(l_tile->comps[0].data, l_tile->comps[1].data, l_tile->comps[2].data, samples);
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_wave.c169 /* Store the two initial samples we start with */
187 /* Decode and store the other samples in this block */
295 /* Fill the decode buffer with a channel block of data (8 samples) */
375 /* Decode and store the other samples in this block */
515 spec->samples = 4096; /* Good default buffer size */

Completed in 797 milliseconds

<<2122232425262728