OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGL_PIXEL_FORMAT_RGBA_8888
(Results
1 - 7
of
7
) sorted by null
/system/core/libpixelflinger/include/pixelflinger/
format.h
29
GGL_PIXEL_FORMAT_RGBA_8888
= 1, // 4x8-bit ARGB
/frameworks/native/opengl/libagl/
mipmap.cpp
99
else if (base->format ==
GGL_PIXEL_FORMAT_RGBA_8888
)
egl.cpp
751
case
GGL_PIXEL_FORMAT_RGBA_8888
: size *= 4; break;
[
all
...]
texture.cpp
188
{
GGL_PIXEL_FORMAT_RGBA_8888
,
[
all
...]
/system/core/libpixelflinger/
buffer.cpp
77
case
GGL_PIXEL_FORMAT_RGBA_8888
: s->read = readABGR8888; break;
scanline.cpp
[
all
...]
/system/core/libpixelflinger/codeflinger/
texturing.cpp
131
&(c->formats[
GGL_PIXEL_FORMAT_RGBA_8888
]));
[
all
...]
Completed in 451 milliseconds