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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderbuffer.cpp 46 , m_internalFormat(GraphicsContext3D::RGBA4)
WebGLFramebuffer.cpp 262 case GraphicsContext3D::RGBA4:
WebGLRenderingContext.idl 411 const GLenum RGBA4 = 0x8056;
    [all...]
WebGLRenderingContext.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/cpu/arm/
GraphicsContext3DNEON.h 161 uint8x8x2_t RGBA4;
162 RGBA4.val[0] = vorr_u8(componentB, componentA);
163 RGBA4.val[1] = vorr_u8(componentR, componentG);
164 vst2_u8(dst, RGBA4);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.cpp     [all...]
GraphicsContext3D.h 346 RGBA4 = 0x8056,
    [all...]

Completed in 507 milliseconds