Home
last modified time | relevance | path

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

/cts/tests/tests/opengl/src/android/opengl/cts/
DCompressedTextureLoader.java44 mFormatName = formatName; in Texture()
75 public boolean isSupported() { return isFormatSupported(mFormatName); } in isSupported()
81 private String mFormatName; field in CompressedTextureLoader.Texture