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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
Screen.idl 35 readonly attribute unsigned long colorDepth;
Screen.h 55 unsigned colorDepth() const;
Screen.cpp 68 unsigned Screen::colorDepth() const
  /external/chromium_org/third_party/angle/samples/angle/sample_util/
tga_utils.cpp 31 uint8_t colorDepth;
69 readBinary(stream, header.colorDepth);
75 size_t pixelComponentCount = header.colorDepth / CHAR_BIT;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga_reg.h 308 uint32 colorDepth : 8;
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_reg.h 308 uint32 colorDepth : 8;
    [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 467 EGLint colorDepth = r + g + b;
468 if (colorDepth <= 16) {
    [all...]

Completed in 235 milliseconds