HomeSort by relevance Sort by last modified time
    Searched refs:read_format (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel_copy.c 92 gl_format read_format, draw_format; local
133 read_format = intel_rb_format(read_irb);
136 if (draw_format != read_format &&
138 read_format == MESA_FORMAT_ARGB8888)) {
140 _mesa_get_format_name(read_format),
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_copy.c 92 gl_format read_format, draw_format; local
133 read_format = intel_rb_format(read_irb);
136 if (draw_format != read_format &&
138 read_format == MESA_FORMAT_ARGB8888)) {
140 _mesa_get_format_name(read_format),
  /external/chromium_org/gpu/command_buffer/tests/
gl_readback_unittests.cc 254 GLint read_format = 0; local
255 glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT, &read_format);
261 if ((read_format == GL_RGB || read_format == GL_RGBA) &&
267 switch (read_format) {
281 0, 0, kTextureSize, kTextureSize, read_format, read_type,
298 0, 0, kTextureSize, kTextureSize, read_format, read_type,
  /external/linux-tools-perf/util/
evlist.c 143 if (!(evsel->attr.read_format & PERF_FORMAT_ID) ||
147 if (evsel->attr.read_format & PERF_FORMAT_TOTAL_TIME_ENABLED)
149 if (evsel->attr.read_format & PERF_FORMAT_TOTAL_TIME_RUNNING)
302 if ((evsel->attr.read_format & PERF_FORMAT_ID) &&
342 if ((evsel->attr.read_format & PERF_FORMAT_ID) &&
394 if ((evsel->attr.read_format & PERF_FORMAT_ID) &&
session.c 424 attr->read_format = bswap_64(attr->read_format);
    [all...]
python.c 399 "read_format",
447 &attr.read_format, &disabled, &inherit,
  /bionic/libc/kernel/common/linux/
perf_event.h 127 __u64 read_format; member in struct:perf_event_attr
  /external/kernel-headers/original/linux/
perf_event.h 134 * as specified by attr.read_format:
136 * struct read_format {
189 __u64 read_format; member in struct:perf_event_attr
399 * struct read_format values;
417 * { struct read_format values; } && PERF_SAMPLE_READ
  /external/linux-tools-perf/
builtin-record.c 167 attr->read_format = PERF_FORMAT_TOTAL_TIME_ENABLED |
builtin-test.c 467 .read_format = PERF_FORMAT_ID,
builtin-stat.c 279 attr->read_format = PERF_FORMAT_TOTAL_TIME_ENABLED |
    [all...]
builtin-top.c 896 attr->read_format |= PERF_FORMAT_ID;
  /external/linux-tools-perf/util/include/linux/added/
perf_event.h 144 * as specified by attr.read_format:
146 * struct read_format {
199 __u64 read_format; member in struct:perf_event_attr
426 * struct read_format values;
444 * { struct read_format values; } && PERF_SAMPLE_READ
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc 7241 GLenum read_format = GetBoundReadFrameBufferInternalFormat(); local
8304 GLenum read_format = GetBoundReadFrameBufferInternalFormat(); local
8427 GLenum read_format = GetBoundReadFrameBufferInternalFormat(); local
    [all...]
  /external/valgrind/main/include/vki/
vki-linux.h 2740 __vki_u64 read_format; member in struct:vki_perf_event_attr
    [all...]

Completed in 423 milliseconds