public class com.sun.prism.null3d.DummyTexturePool extends com.sun.prism.impl.BaseResourcePool<java.lang.Object> implements com.sun.prism.impl.TextureResourcePool<java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.prism.null3d.DummyTexturePool
  super_class: com.sun.prism.impl.BaseResourcePool
{
  public static final com.sun.prism.null3d.DummyTexturePool instance;
    descriptor: Lcom/sun/prism/null3d/DummyTexturePool;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 35
            new com.sun.prism.null3d.DummyTexturePool
            dup
            invokespecial com.sun.prism.null3d.DummyTexturePool.<init>:()V
            putstatic com.sun.prism.null3d.DummyTexturePool.instance:Lcom/sun/prism/null3d/DummyTexturePool;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.prism.null3d.DummyTexturePool this
         0: .line 38
            aload 0 /* this */
            ldc 134217728
            ldc 268435456
            invokespecial com.sun.prism.impl.BaseResourcePool.<init>:(JJ)V
         1: .line 39
            return
        end local 0 // com.sun.prism.null3d.DummyTexturePool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/prism/null3d/DummyTexturePool;

  public long size(java.lang.Object);
    descriptor: (Ljava/lang/Object;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.prism.null3d.DummyTexturePool this
        start local 1 // java.lang.Object resource
         0: .line 43
            lconst_0
            lreturn
        end local 1 // java.lang.Object resource
        end local 0 // com.sun.prism.null3d.DummyTexturePool this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/sun/prism/null3d/DummyTexturePool;
            0    1     1  resource  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      resource  

  public long estimateTextureSize(int, int, com.sun.prism.PixelFormat);
    descriptor: (IILcom/sun/prism/PixelFormat;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.prism.null3d.DummyTexturePool this
        start local 1 // int width
        start local 2 // int height
        start local 3 // com.sun.prism.PixelFormat format
         0: .line 48
            lconst_0
            lreturn
        end local 3 // com.sun.prism.PixelFormat format
        end local 2 // int height
        end local 1 // int width
        end local 0 // com.sun.prism.null3d.DummyTexturePool this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/prism/null3d/DummyTexturePool;
            0    1     1   width  I
            0    1     2  height  I
            0    1     3  format  Lcom/sun/prism/PixelFormat;
    MethodParameters:
        Name  Flags
      width   
      height  
      format  

  public long estimateRTTextureSize(int, int, boolean);
    descriptor: (IIZ)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.prism.null3d.DummyTexturePool this
        start local 1 // int width
        start local 2 // int height
        start local 3 // boolean hasDepth
         0: .line 53
            lconst_0
            lreturn
        end local 3 // boolean hasDepth
        end local 2 // int height
        end local 1 // int width
        end local 0 // com.sun.prism.null3d.DummyTexturePool this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/sun/prism/null3d/DummyTexturePool;
            0    1     1     width  I
            0    1     2    height  I
            0    1     3  hasDepth  Z
    MethodParameters:
          Name  Flags
      width     
      height    
      hasDepth  
}
Signature: Lcom/sun/prism/impl/BaseResourcePool<Ljava/lang/Object;>;Lcom/sun/prism/impl/TextureResourcePool<Ljava/lang/Object;>;
SourceFile: "DummyTexturePool.java"