Searched refs:createTexture (Results 1 – 2 of 2) sorted by relevance
35 RendererUtils.createTexture(bitmap), bitmap.getWidth(), bitmap.getHeight()) : null; in create()39 return new Photo(RendererUtils.createTexture(), width, height); in create()60 texture = RendererUtils.createTexture(); in changeDimension()
70 public static int createTexture() { in createTexture() method in RendererUtils77 public static int createTexture(Bitmap bitmap) { in createTexture() method in RendererUtils78 int texture = createTexture(); in createTexture()