OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pack565
(Results
1 - 3
of
3
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapPixels.java
57
private static short
pack565
(int r, int g, int b) {
method in class:BitmapPixels.SampleView
101
ramp565[i] =
pack565
(r >> (23+3), g >> (23+2), b >> (23+3));
/frameworks/native/services/surfaceflinger/RenderEngine/
GLES11RenderEngine.cpp
43
struct
pack565
{
struct
47
}
pack565
;
local
GLES20RenderEngine.cpp
47
struct
pack565
{
struct
51
}
pack565
;
local
Completed in 360 milliseconds