Lines Matching refs:Format
123 * Format describes the pixel format of textures in the fixed
127 public enum Format {
146 Format(int id) {
153 Format format;
154 Slot(EnvMode _env, Format _fmt) {
156 format = _fmt;
184 switch (mSlots[i].format) {
200 switch (mSlots[i].format) {
244 * @param fmt specifies the format of the texture and how its
251 public Builder setTexture(EnvMode env, Format fmt, int slot)