Lines Matching refs:format
126 * Format describes the pixel format of textures in the fixed
130 public enum Format {
149 Format(int id) {
156 Format format;
157 Slot(EnvMode _env, Format _fmt) {
159 format = _fmt;
187 switch (mSlots[i].format) {
203 switch (mSlots[i].format) {
247 * @param fmt specifies the format of the texture and how its
254 public Builder setTexture(EnvMode env, Format fmt, int slot)