Home | History | Annotate | Download | only in compositor_model_bench

Lines Matching refs:tex

294     if (!VerifyListEntry(textures, i, Value::TYPE_DICTIONARY, "Tex list"))
296 DictionaryValue* tex;
297 textures->GetDictionary(i, &tex);
299 if (!VerifyDictionaryEntry(tex, "texID", Value::TYPE_INTEGER) ||
300 !VerifyDictionaryEntry(tex, "height", Value::TYPE_INTEGER) ||
301 !VerifyDictionaryEntry(tex, "width", Value::TYPE_INTEGER) ||
302 !VerifyDictionaryEntry(tex, "format", Value::TYPE_STRING)) {
306 tex->GetInteger("texID", &t.texID);
307 tex->GetInteger("height", &t.height);
308 tex->GetInteger("width", &t.width);
311 tex->GetString("format", &formatName);