Searched refs:samples (Results 476 - 500 of 685) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofiledata_unittest.cc219 // While there are samples, skip them. Each sample consists of
322 void ExpectRunningSamples(int samples) { argument
326 EXPECT_EQ(samples, state.samples_gathered);
401 // Start and Stop, collecting no samples. Verify output contents.
420 // Start and Stop with no options, collecting no samples. Verify
519 2, 5, 100, 201, 302, 403, 504, // our two samples
/external/chromium_org/tools/telemetry/telemetry/timeline/
H A Dtrace_event_importer.py118 '''Helper that creates and adds samples to a Counter object based on
144 ctr.samples.append(0)
146 ctr.samples.append(event['args'][series_name])
H A Dthread.py39 def samples(self): member in class:Thread
/external/chromium_org/ui/gl/
H A Dgl_gl_api_implementation.cc167 GLenum target, GLsizei samples, GLenum internalformat, GLsizei width,
171 target, samples, gl_internal_format, width, height);
166 CustomRenderbufferStorageMultisampleEXT( GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) argument
H A Dgl_bindings_skia_in_process.cc247 GLint level, GLsizei samples) {
249 level, samples);
400 GLvoid StubGLRenderbufferStorageMultisample(GLenum target, GLsizei samples, argument
403 glRenderbufferStorageMultisampleEXT(target, samples, internalformat, width,
245 StubGLFramebufferTexture2DMultisample(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples) argument
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.cpp219 void ContextWrapper::glRenderbufferStorageMultisample (deUint32 target, int samples, deUint32 internalformat, int width, int height) argument
221 m_curCtx->renderbufferStorageMultisample(target, samples, internalformat, width, height);
/external/deqp/framework/platform/win32/
H A DtcuWGL.cpp346 info.samples = values[13];
494 config.numSamples != info.samples)
/external/icu/icu4c/source/extra/uconv/
H A DMakefile.in121 @echo "\"./$(TARGET) -f ibm-37 $(srcdir)/samples/ibm-37-test.txt\""
123 $(INVOKE) ./$(TARGET) -f ibm-37 $(srcdir)/samples/ibm-37-test.txt
/external/svox/pico/lib/
H A Dpicoos.h393 nr of samples 'nrSamples', and a handle to the opened file
416 extern picoos_bool picoos_sdfGetSamples (picoos_SDFile sdFile, picoos_uint32 start, picoos_uint32 * nrSamples, picoos_int16 samples[]);
427 extern picoos_bool picoos_sdfPutSamples (picoos_SDFile sdFile, picoos_uint32 nrSamples, picoos_int16 samples[]);
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DvalidationES.h35 bool ValidateRenderbufferStorageParameters(Context *context, GLenum target, GLsizei samples,
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxconfig.c172 *value_return = mode->samples;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen6_sf_state.c129 bool multisampled_fbo = ctx->DrawBuffer->Visual.samples > 1;
H A Dgen6_wm_state.c102 bool multisampled_fbo = ctx->DrawBuffer->Visual.samples > 1;
H A Dgen7_sf_state.c167 bool multisampled_fbo = ctx->DrawBuffer->Visual.samples > 1;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddrawpix.c245 ctx->ReadBuffer->Visual.samples > 0) {
H A Dfbobject.h143 _mesa_RenderbufferStorageMultisample(GLenum target, GLsizei samples,
/external/chromium_org/third_party/opus/src/src/
H A Dopus_decoder.c952 int samples; local
958 samples = count*opus_packet_get_samples_per_frame(packet, Fs);
960 if (samples*25 > Fs*3)
963 return samples;
/external/chromium_org/tools/perf/metrics/
H A Dtimeline_unittest.py76 x_counter.samples += [1, 2]
/external/deqp/modules/egl/
H A DteglConfigList.cpp153 info.samples = val;
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableClassToInstanceMapTest.java160 public SampleElements<Entry<Class, Number>> samples() { method in class:ImmutableClassToInstanceMapTest.TestClassToInstanceMapGenerator
/external/libopus/src/
H A Dopus_decoder.c952 int samples; local
958 samples = count*opus_packet_get_samples_per_frame(packet, Fs);
960 if (samples*25 > Fs*3)
963 return samples;
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-record.c77 long samples; member in struct:perf_record
130 rec->samples++;
558 int hits = rec->samples;
565 if (hits == rec->samples) {
592 "[ perf record: Captured and wrote %.3f MB %s (~%" PRIu64 " samples) ]\n",
875 OPT_BOOLEAN('R', "raw-samples", &record.opts.raw_samples,
906 OPT_BOOLEAN('n', "no-samples", &record.opts.no_samples,
/external/mesa3d/src/glx/
H A Dglxconfig.c172 *value_return = mode->samples;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_sf_state.c129 bool multisampled_fbo = ctx->DrawBuffer->Visual.samples > 1;
H A Dgen6_wm_state.c102 bool multisampled_fbo = ctx->DrawBuffer->Visual.samples > 1;

Completed in 825 milliseconds

<<11121314151617181920>>