Home
last modified time | relevance | path

Searched refs:mFormatName (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/graphics/src/android/opengl/cts/
DCompressedTextureLoader.java56 mFormatName = formatName; in Texture()
87 public boolean isSupported() { return isFormatSupported(mFormatName); } in isSupported()
93 private String mFormatName; field in CompressedTextureLoader.Texture