Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/opengl/cts/
DCompressedTextureLoader.java54 mInternalFormat = internalformat; in Texture()
81 public int getFormat() { return mInternalFormat; } in getFormat()
91 private int mInternalFormat; field in CompressedTextureLoader.Texture