Class QCOMExtendedGet2



  • public class QCOMExtendedGet2
    extends java.lang.Object
    Native bindings to the QCOM_extended_get2 extension.

    This extension enables instrumenting the driver for debugging of OpenGL ES applications.

    • Method Detail

      • glExtGetShadersQCOM

        public static void glExtGetShadersQCOM(java.nio.IntBuffer shaders,
                                               java.nio.IntBuffer numShaders)
      • glExtGetProgramsQCOM

        public static void glExtGetProgramsQCOM(java.nio.IntBuffer programs,
                                                java.nio.IntBuffer numPrograms)
      • glExtIsProgramBinaryQCOM

        public static boolean glExtIsProgramBinaryQCOM(int program)
      • glExtGetProgramBinarySourceQCOM

        public static void glExtGetProgramBinarySourceQCOM(int program,
                                                           int shadertype,
                                                           java.nio.ByteBuffer source,
                                                           java.nio.IntBuffer length)
      • glExtGetShadersQCOM

        public static void glExtGetShadersQCOM(int[] shaders,
                                               int[] numShaders)
        Array version of: ExtGetShadersQCOM
      • glExtGetProgramsQCOM

        public static void glExtGetProgramsQCOM(int[] programs,
                                                int[] numPrograms)
        Array version of: ExtGetProgramsQCOM
      • glExtGetProgramBinarySourceQCOM

        public static void glExtGetProgramBinarySourceQCOM(int program,
                                                           int shadertype,
                                                           java.nio.ByteBuffer source,
                                                           int[] length)