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

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CPUProfileView.js 142 this.samples = profile.samples;
150 if (this.samples)
    [all...]
  /external/linux-tools-perf/
builtin-top.c 318 printf(" samples pcnt");
320 printf(" weight samples pcnt");
656 /* Tag samples to be skipped. */
723 ++top.samples;
773 "Kernel%s samples will not be resolved.\n",
782 const char *msg = "Kernel samples will not be resolved.\n";
1000 u64 hits = top.samples;
1004 if (hits == top.samples)
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
tns.c 65 Word16 samples, Word16 corrCoeff);
675 Word16 samples,
683 isamples = samples;
  /external/chromium_org/third_party/khronos/GLES2/
gl2ext.h     [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_api.h 190 void GLTrace_glRenderbufferStorageMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
302 void GLTrace_glRenderbufferStorageMultisampleANGLE(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
303 void GLTrace_glRenderbufferStorageMultisampleAPPLE(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
311 void GLTrace_glRenderbufferStorageMultisampleEXT(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
312 void GLTrace_glFramebufferTexture2DMultisampleEXT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples);
362 void GLTrace_glRenderbufferStorageMultisampleIMG(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
363 void GLTrace_glFramebufferTexture2DMultisampleIMG(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 1766 double samples = 3.0 \/ 2 * cpi->count * local
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 921 static double vp8_mse2psnr(double Samples, double Peak, double Mse) {
925 psnr = 10.0 * log10(Peak * Peak * Samples / Mse);
1383 int samples; member in struct:rate_hist
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 2165 double samples = 3.0 \/ 2 * cpi->frames_in_layer[i] * local
2185 double samples = 3.0 \/ 2 * cpi->count * local
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_entry.cpp 181 void glRenderbufferStorageMultisampleIMG(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
182 void glFramebufferTexture2DMultisampleIMG(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples);
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc 418 bool AllocateStorage(const gfx::Size& size, GLenum format, GLsizei samples);
    [all...]
  /external/flac/libFLAC/
metadata_object.c     [all...]
  /external/libpng/
CHANGES     [all...]
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary_unittest.cc 1090 scoped_ptr<HistogramSamples> samples = histogram->SnapshotSamples(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES/
glext.h     [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 136 output_attribs->samples = attributes.antialias ? 4 : 0;
371 WGC3Denum target, WGC3Dsizei samples, WGC3Denum internalformat,
375 target, samples, internalformat, width, height);
    [all...]
  /external/mesa3d/include/GLES/
glext.h     [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLES/
glext.h     [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles.cpp 1276 void glRenderbufferStorageMultisampleIMG(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
1278 getDispatch()->glRenderbufferStorageMultisampleIMG(target, samples, internalformat, width, height);
1281 void glFramebufferTexture2DMultisampleIMG(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples)
1283 getDispatch()->glFramebufferTexture2DMultisampleIMG(target, attachment, textarget, texture, level, samples);
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_c_lib_autogen.h 519 GLenum target, GLsizei samples, GLenum internalformat, GLsizei width,
522 target, samples, internalformat, width, height);
526 GLint level, GLsizei samples) {
528 target, attachment, textarget, texture, level, samples);
    [all...]
gles2_trace_implementation_impl_autogen.h 850 GLenum target, GLsizei samples, GLenum internalformat, GLsizei width,
854 target, samples, internalformat, width, height);
859 GLint level, GLsizei samples) {
862 target, attachment, textarget, texture, level, samples);
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Context.h 317 void setRenderbufferStorage(GLsizei width, GLsizei height, GLenum internalformat, GLsizei samples);
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Renderer11.h 154 virtual RenderTarget *createRenderTarget(int width, int height, GLenum format, GLsizei samples, bool depth);
Renderer9.h 169 virtual RenderTarget *createRenderTarget(int width, int height, GLenum format, GLsizei samples, bool depth);
  /external/chromium_org/third_party/mesa/src/src/glx/
dri_common.c 226 __ATTRIB(__DRI_ATTRIB_SAMPLES, samples),
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_blit.c 182 readFB->Visual.samples > 1) {

Completed in 786 milliseconds

<<21222324252627282930>>