Home | History | Annotate | Download | only in renderscript

Lines Matching refs:format

101          * Format describes the pixel format of textures in the fixed
105 public enum Format {
112 Format(int id) {
119 Format format;
120 Slot(EnvMode _env, Format _fmt) {
122 format = _fmt;
150 switch (mSlots[i].format) {
166 switch (mSlots[i].format) {
208 * @param fmt specifies the format of the texture and how its
215 public Builder setTexture(EnvMode env, Format fmt, int slot)