OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ABGR8888
(Results
1 - 5
of
5
) sorted by null
/external/libkmsxx/kms++/src/
pixelformats.cpp
28
{ PixelFormat::
ABGR8888
, { 1, { { 32, 1, 1 } }, } },
/external/libkmsxx/kms++/inc/kms++/
pixelformats.h
28
ABGR8888
= MakeFourCC("AB24"),
/external/libkmsxx/kms++util/src/
drawing.cpp
23
case PixelFormat::
ABGR8888
:
26
*p = color.
abgr8888
();
164
case PixelFormat::
ABGR8888
:
220
case PixelFormat::
ABGR8888
:
testpat.cpp
109
case PixelFormat::
ABGR8888
:
/external/libkmsxx/py/pykms/
pykmsbase.cpp
185
.value("
ABGR8888
", PixelFormat::
ABGR8888
)
Completed in 204 milliseconds