Searched defs:RGBA8 (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DTexture.h49 enum Format { RGBA8, BGRA8 }; enumerator in enum:WebCore::Texture::Format
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
H A DImage.java143 RGBA8(32), enum constant in enum:Image.Format
770 capsule.write(format, "format", Format.RGBA8);
781 format = capsule.readEnum("format", Format.class, Format.RGBA8);

Completed in 47 milliseconds