Searched defs:RawTexture (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera/src/com/android/camera/ui/
H A DRawTexture.java22 class RawTexture extends BasicTexture { class in inherits:BasicTexture
24 private RawTexture(GL11 gl, int id) { method in class:RawTexture
32 public static RawTexture newInstance(GL11 gl) {
39 return new RawTexture(gl, textureId[0]);

Completed in 23 milliseconds