OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGL_RGBA_TO_HOST
(Results
1 - 3
of
3
) sorted by null
/system/core/libpixelflinger/
buffer.cpp
124
case 4: v =
GGL_RGBA_TO_HOST
(*(uint32_t*)data); break;
151
v =
GGL_RGBA_TO_HOST
(v);
207
case 4: d =
GGL_RGBA_TO_HOST
(*(uint32_t*)data); break;
scanline.cpp
[
all
...]
/system/core/include/private/pixelflinger/
ggl_context.h
35
inline uint32_t
GGL_RGBA_TO_HOST
(uint32_t v) {
44
inline uint32_t
GGL_RGBA_TO_HOST
(uint32_t v) {
Completed in 14 milliseconds