OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pixelformats
(Results
1 - 10
of
10
) sorted by null
/external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pixelformat.c
340
/* Iterate all
pixelformats
, query the requested attribute and calculate
352
* from a list of matching
pixelformats
.
360
* value is bigger, the pixelformat is given a penalty to favour
pixelformats
that
423
/* Bubble-sort the resulting scores.
Pixelformats
with higher scores go first.
446
/* Return a list of
pixelformats
that are the best match.
447
* Reject
pixelformats
with non-positive scores.
stw_device.h
62
struct stw_pixelformat_info
pixelformats
[STW_MAX_PIXELFORMATS];
member in struct:stw_device
stw_pixelformat.c
143
pfi = &stw_dev->
pixelformats
[stw_dev->pixelformat_extended_count];
311
return &stw_dev->
pixelformats
[index];
/external/deqp/framework/platform/win32/
tcuWGL.cpp
274
std::vector<int>
pixelFormats
(values[0]);
276
pixelFormats
[i] = i+1;
278
return
pixelFormats
;
456
std::vector<int>
pixelFormats
= wgl.getPixelFormats(deviceCtx);
458
for (std::vector<int>::const_iterator fmtIter =
pixelFormats
.begin(); fmtIter !=
pixelFormats
.end(); ++fmtIter)
/external/kernel-headers/original/uapi/linux/
ivtv.h
54
void __user *uv_source; /* Unused for RGB
pixelformats
*/
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ivtv.h
54
void *uv_source; /* Unused for RGB
pixelformats
*/
/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
*/
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapture.cpp
60
//TODO: Support more
pixelformats
[
all
...]
/external/mesa3d/docs/
relnotes-7.11.html
111
<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32804">Bug 32804</a> - [swrast] glean
pixelFormats
regression</li>
121
<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=33046">Bug 33046</a> - [bisected]glean/
pixelFormats
and 3 oglc cases segfault</li>
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapture.cpp
67
//TODO: Support more
pixelformats
[
all
...]
Completed in 927 milliseconds