Searched refs:samples (Results 476 - 500 of 685) sorted by last modified time

<<11121314151617181920>>

/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djfss2fst-64.asm71 ; Perform the forward DCT on one block of samples.
H A Djfss2fst.asm70 ; Perform the forward DCT on one block of samples.
H A Djfss2int-64.asm92 ; Perform the forward DCT on one block of samples.
H A Djfss2int.asm91 ; Perform the forward DCT on one block of samples.
H A Djfsseflt-64.asm56 ; Perform the forward DCT on one block of samples.
H A Djfsseflt.asm55 ; Perform the forward DCT on one block of samples.
/external/chromium_org/third_party/icu/source/i18n/
H A Dplurrule.cpp229 getSamplesFromString(const UnicodeString &samples, double *dest, argument
236 // std::cout << "PluralRules::getSamples(), samples = \"" << samples.toUTF8String(ss) << "\"\n";
237 for (sampleCount = 0; sampleCount < destCapacity && sampleStartIdx < samples.length(); ) {
238 sampleEndIdx = samples.indexOf(COMMA, sampleStartIdx);
240 sampleEndIdx = samples.length();
242 const UnicodeString &sampleRange = samples.tempSubStringBetween(sampleStartIdx, sampleEndIdx);
266 // For ranges of samples with fraction decimal digits, scale the number up so that we
277 // Hack Alert: don't return any decimal samples with integer values that
1330 // Ugly, but for samples w
[all...]
/external/chromium_org/third_party/icu/source/samples/
H A DMakefile.in1 ## Makefile.in for ICU samples
14 subdir = samples
41 all-samples: all-samples-recursive
42 clean-samples: clean-samples-recursive
43 check-samples: check-samples-recursive
45 # Note (srl 4/15/2002) do NOT recursively check samples for 2.1, look into testing them in the future.
69 all-samples
[all...]
H A Dreadme.txt60 * How do I build the samples?
64 To build all samples at once:
74 - type 'make all-samples' from this directory
75 (other targets: clean-samples, check-samples)
76 Note: 'make all-samples' won't work correctly in out of source builds.
/external/chromium_org/third_party/icu/source/samples/cal/
H A DMakefile.in1 ## Makefile.in for ICU - samples/cal
15 subdir = samples/cal
/external/chromium_org/third_party/icu/source/samples/date/
H A DMakefile.in1 ## Makefile.in for ICU - samples/date
15 subdir = samples/date
/external/chromium_org/third_party/icu/source/samples/layout/
H A DMakefile.in1 ## Makefile.in for ICU - samples/layout
17 subdir = samples/layout
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dplurults.cpp380 // TODO: fix samples, re-enable this test.
410 // errln(UNICODE_STRING_SIMPLE("no samples for keyword ") + *keyword + UNICODE_STRING_SIMPLE(" in locale ") + locales[i].getName() );
500 // TODO: fix samples implementation, re-enable test.
516 double samples[4]; // no test above should have more samples than 4
517 int32_t count = p->getAllKeywordValues(keyword, &samples[0], 4, status);
519 errln("error getting samples for %s", rp);
544 // We'll cheat a bit here. The samples happend to be in order and so are our
546 // implementation changes to return samples in an arbitrary order, this test
547 // must change. There's no actual restriction on the order of the samples
[all...]
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
H A DMakefile.in58 $(INVOKE) ./$(TARGET) -loop 200 -file $(top_srcdir)/extra/uconv/samples/utf8/utf-8-demo.txt -keygen -shifted
/external/chromium_org/third_party/icu/source/test/perf/howExpensiveIs/
H A Dsieve.cpp196 uint32_t samples = SAMPLES; local
206 meanSieveTime = uprv_getMeanTime(times, &samples,&meanSieveME);
/external/chromium_org/third_party/icu/source/extra/uconv/
H A DMakefile.in120 @echo "\"./$(TARGET) -f ibm-37 $(srcdir)/samples/ibm-37-test.txt\""
122 $(INVOKE) ./$(TARGET) -f ibm-37 $(srcdir)/samples/ibm-37-test.txt
/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/chromium_org/third_party/angle/include/GLES2/
H A Dgl2ext.h1286 GL_APICALL void GL_APIENTRY glRenderbufferStorageMultisampleANGLE (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
1288 typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEANGLEPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
1356 typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEAPPLEPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
1480 typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEEXTPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
1481 typedef void (GL_APIENTRYP PFNGLFRAMEBUFFERTEXTURE2DMULTISAMPLEEXTPROC) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples);
1738 typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEMULTISAMPLEIMGPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
1739 typedef void (GL_APIENTRYP PFNGLFRAMEBUFFERTEXTURE2DMULTISAMPLEIMGPROC) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples);
1830 GL_APICALL void GL_APIENTRY glRenderbufferStorageMultisampleNV ( GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
1832 typedef void (GL_APIENTRYP PFNRENDERBUFFERSTORAGEMULTISAMPLENVPROC) ( GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
/external/chromium_org/third_party/angle/include/GLES3/
H A Dgl3.h976 GL_APICALL void GL_APIENTRY glRenderbufferStorageMultisample (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DCaps.cpp41 GLuint samples = *i; local
42 if (samples >= requestedSamples)
44 return samples;
H A DContext.cpp726 void Context::setRenderbufferStorage(GLsizei width, GLsizei height, GLenum internalformat, GLsizei samples) argument
735 renderbuffer = new gl::DepthStencilbuffer(mRenderer, width, height, samples);
739 renderbuffer = new gl::Depthbuffer(mRenderer, width, height, samples);
743 renderbuffer = new gl::Stencilbuffer(mRenderer, width, height, samples);
747 renderbuffer = new gl::Colorbuffer(mRenderer, width, height, internalformat, samples);
1332 int samples = framebufferObject->getSamples(); local
1336 rasterizer.multiSample = (samples != 0);
1351 for (int i = 0; i < samples; ++i)
H A DContext.h142 void setRenderbufferStorage(GLsizei width, GLsizei height, GLenum internalformat, GLsizei samples);
H A DFramebuffer.cpp390 int samples = -1; local
438 // all color attachments have the same number of samples for the FBO to be complete.
439 if (colorbuffer->getSamples() != samples)
471 samples = colorbuffer->getSamples();
520 samples = mDepthbuffer->getSamples();
527 else if (samples != mDepthbuffer->getSamples())
576 samples = mStencilbuffer->getSamples();
583 else if (samples != mStencilbuffer->getSamples())
H A DRenderbuffer.cpp189 Colorbuffer::Colorbuffer(rx::Renderer *renderer, int width, int height, GLenum format, GLsizei samples) : mRenderTarget(NULL) argument
191 mRenderTarget = renderer->createRenderTarget(width, height, format, samples);
229 DepthStencilbuffer::DepthStencilbuffer(rx::Renderer *renderer, int width, int height, GLsizei samples) argument
232 mDepthStencil = renderer->createRenderTarget(width, height, GL_DEPTH24_STENCIL8_OES, samples);
254 Depthbuffer::Depthbuffer(rx::Renderer *renderer, int width, int height, GLsizei samples) : DepthStencilbuffer(renderer, width, height, samples) argument
268 Stencilbuffer::Stencilbuffer(rx::Renderer *renderer, int width, int height, GLsizei samples) : DepthStencilbuffer(renderer, width, height, samples) argument
H A DRenderbuffer.h107 Colorbuffer(rx::Renderer *renderer, GLsizei width, GLsizei height, GLenum format, GLsizei samples);
123 DepthStencilbuffer(rx::Renderer *renderer, GLsizei width, GLsizei height, GLsizei samples);
139 Depthbuffer(rx::Renderer *renderer, GLsizei width, GLsizei height, GLsizei samples);
150 Stencilbuffer(rx::Renderer *renderer, GLsizei width, GLsizei height, GLsizei samples);

Completed in 1920 milliseconds

<<11121314151617181920>>