HomeSort by relevance Sort by last modified time
    Searched refs:disposeColorTexture (Results 1 - 5 of 5) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
FloatFrameBuffer.java 53 protected void disposeColorTexture (Texture colorTexture) {
FrameBuffer.java 72 protected void disposeColorTexture (Texture colorTexture) {
FrameBufferCubemap.java 103 protected void disposeColorTexture (Cubemap colorTexture) {
GLFrameBuffer.java 127 protected abstract void disposeColorTexture (T colorTexture);
211 disposeColorTexture(colorTexture);
239 disposeColorTexture(colorTexture);
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
MultipleRenderTargetTest.java 506 private void disposeColorTexture (Texture colorTexture) {
572 disposeColorTexture(colorTexture);
594 disposeColorTexture(textureAttachment);

Completed in 68 milliseconds