HomeSort by relevance Sort by last modified time
    Searched refs:xrgb (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.cpp 2467 unsigned int xrgb = *(unsigned int*)(source + 4 * i); local
2477 unsigned int xrgb = *(unsigned int*)(source + 4 * i); local
2550 unsigned int xrgb = *(unsigned int*)(source + 4 * i); local
    [all...]
  /external/swiftshader/src/Renderer/
Surface.cpp 515 unsigned short xrgb = *(unsigned short*)element; local
517 r = (xrgb & 0x7C00) * (1.0f / 0x7C00);
518 g = (xrgb & 0x03E0) * (1.0f / 0x03E0);
519 b = (xrgb & 0x001F) * (1.0f / 0x001F);
534 unsigned int xrgb = *(unsigned int*)element; local
536 r = (xrgb & 0x00FF0000) * (1.0f / 0x00FF0000);
537 g = (xrgb & 0x0000FF00) * (1.0f / 0x0000FF00);
538 b = (xrgb & 0x000000FF) * (1.0f / 0x000000FF);
1965 unsigned int xrgb = *(unsigned short*)sourceElement; local
2042 unsigned int xrgb = *(unsigned short*)sourceElement; local
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
Context.cpp 2262 unsigned int xrgb = *(unsigned int*)(source + 4 * i + j * inputPitch); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xproto.h 400 } xrgb;
399 } xrgb; typedef in typeref:struct:__anon53711
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xproto.h 400 } xrgb;
399 } xrgb; typedef in typeref:struct:__anon55577
    [all...]

Completed in 106 milliseconds