HomeSort by relevance Sort by last modified time
    Searched full:pixelformats (Results 1 - 14 of 14) sorted by null

  /external/v4l2_codec2/vda/
v4l2_device.cc 274 const uint32_t pixelformats[]) {
286 EnumerateSupportedDecodeProfiles(num_formats, pixelformats);
345 std::vector<uint32_t> pixelformats; local
354 pixelformats.push_back(fmtdesc.pixelformat);
357 return pixelformats;
362 const uint32_t pixelformats[]) {
369 if (std::find(pixelformats, pixelformats + num_formats, pixelformat) ==
370 pixelformats + num_formats)
v4l2_device.h 112 // fourcc |pixelformats|.
115 const uint32_t pixelformats[]);
120 // Vector of video device node paths and corresponding pixelformats supported
126 const uint32_t pixelformats[]);
  /external/deqp/external/openglcts/modules/common/
glcConfigListWGL.cpp 46 const std::vector<int> pixelFormats = wgl.getPixelFormats(tmpWindow.getDeviceContext());
50 for (std::vector<int>::const_iterator fmtIter = pixelFormats.begin(); fmtIter != pixelFormats.end(); ++fmtIter)
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pixelformat.c 359 /* Iterate all pixelformats, query the requested attribute and calculate
371 * from a list of matching pixelformats.
379 * value is bigger, the pixelformat is given a penalty to favour pixelformats that
442 /* Bubble-sort the resulting scores. Pixelformats with higher scores go first.
465 /* Return a list of pixelformats that are the best match.
466 * Reject pixelformats with non-positive scores.
stw_device.h 61 struct stw_pixelformat_info pixelformats[STW_MAX_PIXELFORMATS]; member in struct:stw_device
stw_pixelformat.c 146 pfi = &stw_dev->pixelformats[stw_dev->pixelformat_extended_count];
337 return &stw_dev->pixelformats[index];
  /external/deqp/framework/platform/win32/
tcuWGL.cpp 299 std::vector<int> pixelFormats(values[0]);
301 pixelFormats[i] = i+1;
303 return pixelFormats;
585 std::vector<int> pixelFormats = wgl.getPixelFormats(deviceCtx);
587 for (std::vector<int>::const_iterator fmtIter = pixelFormats.begin(); fmtIter != pixelFormats.end(); ++fmtIter)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ivtv.h 54 void *uv_source; /* Unused for RGB pixelformats */
  /external/kernel-headers/original/uapi/linux/
ivtv.h 55 void __user *uv_source; /* Unused for RGB pixelformats */
  /device/google/cuttlefish_common/common/vsoc/shm/
graphics.h 147 // Register layout for a mask giving different PixelFormats. Reserve enough
  /external/mesa3d/src/glx/apple/
apple_visual.c 193 "No matching pixelformats found, perhaps try using LIBGL_ALLOW_SOFTWARE\n");
  /external/skia/experimental/xps_to_png/
xps_to_png.cs 54 System.Windows.Media.PixelFormats.Default);
  /external/skqp/experimental/xps_to_png/
xps_to_png.cs 54 System.Windows.Media.PixelFormats.Default);
  /external/mesa3d/docs/relnotes/
7.11.html 118 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32804">Bug 32804</a> - [swrast] glean pixelFormats regression</li>
128 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=33046">Bug 33046</a> - [bisected]glean/pixelFormats and 3 oglc cases segfault</li>

Completed in 1362 milliseconds