OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rbga
(Results
1 - 7
of
7
) sorted by null
/external/skia/tools/fonts/
SkRandomScalerContext.h
16
* LCD / A8 / BW /
RBGA
masks based off of the Glyph ID
/external/skqp/tools/
SkRandomScalerContext.h
16
* LCD / A8 / BW /
RBGA
masks based off of the Glyph ID
/frameworks/native/opengl/libagl/
mipmap.cpp
170
uint32_t
rbga
= (p00 + p10 + p01 + p11) >> 2;
local
171
uint32_t rgba = (
rbga
& 0x0F0F) | ((
rbga
>>12) & 0xF0F0);
/cts/tests/tests/media/src/android/media/cts/
ExtractDecodeEditEncodeMuxTest.java
95
* <p>Swaps green and blue channels by storing an
RBGA
color in an RGBA buffer.
103
" gl_FragColor = texture2D(sTexture, vTextureCoord).
rbga
;\n" +
[
all
...]
DecodeEditEncodeTest.java
78
" gl_FragColor = texture2D(sTexture, vTextureCoord).
rbga
;\n" +
[
all
...]
/hardware/google/av/codec2/include/
C2Buffer.h
[
all
...]
/external/wayland/protocol/
wayland.xml
303
<entry name="rgba4444" value="0x32314152" summary="16-bit
RBGA
format, [15:0] R:G:B:A 4:4:4:4 little endian"/>
[
all
...]
Completed in 1040 milliseconds