HomeSort by relevance Sort by last modified time
    Searched defs:bytesPerComponent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3DImagePacking.cpp     [all...]
GraphicsContext3D.cpp 688 unsigned int* bytesPerComponent)
712 *bytesPerComponent = sizeof(GC3Dubyte);
715 *bytesPerComponent = sizeof(GC3Dushort);
721 *bytesPerComponent = sizeof(GC3Dushort);
725 *bytesPerComponent = sizeof(GC3Duint);
728 *bytesPerComponent = sizeof(GC3Dfloat);
731 *bytesPerComponent = sizeof(GC3Dhalffloat);
746 unsigned int bytesPerComponent, componentsPerPixel;
747 if (!computeFormatAndTypeParameters(format, type, &bytesPerComponent, &componentsPerPixel))
755 CheckedInt<uint32_t> checkedValue(bytesPerComponent * componentsPerPixel)
    [all...]

Completed in 42 milliseconds