OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGL_PIXEL_FORMAT_A_8
(Results
1 - 6
of
6
) sorted by null
/system/core/include/pixelflinger/
format.h
37
GGL_PIXEL_FORMAT_A_8
= 8, // 8-bit A
/bootable/recovery/minui/
resources.c
287
surface->format =
GGL_PIXEL_FORMAT_A_8
;
graphics.c
360
gr_font->texture->format =
GGL_PIXEL_FORMAT_A_8
;
/frameworks/native/opengl/libagl/
mipmap.cpp
128
(base->format ==
GGL_PIXEL_FORMAT_A_8
) ||
egl.cpp
729
case
GGL_PIXEL_FORMAT_A_8
: size *= 1; break;
[
all
...]
texture.cpp
183
{
GGL_PIXEL_FORMAT_A_8
,
[
all
...]
Completed in 28 milliseconds