Package org.lwjgl.opengles
Class AMDPerformanceMonitor
java.lang.Object
org.lwjgl.opengles.AMDPerformanceMonitor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <pame> parameter of GetPerfMonitorCounterInfoAMDstatic final int
Accepted by the <pame> parameter of GetPerfMonitorCounterInfoAMDstatic final int
Returned as a valid value in <data> parameter of GetPerfMonitorCounterInfoAMD if <pname> = COUNTER_TYPE_AMDstatic final int
Accepted by the <pname> parameter of GetPerfMonitorCounterDataAMDstatic final int
Accepted by the <pname> parameter of GetPerfMonitorCounterDataAMDstatic final int
Accepted by the <pname> parameter of GetPerfMonitorCounterDataAMDstatic final int
Returned as a valid value in <data> parameter of GetPerfMonitorCounterInfoAMD if <pname> = COUNTER_TYPE_AMD -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glBeginPerfMonitorAMD
(int monitor) static void
glDeletePerfMonitorsAMD
(int monitor) Overloads glDeletePerfMonitorsAMD.static void
glDeletePerfMonitorsAMD
(IntBuffer monitors) static void
glEndPerfMonitorAMD
(int monitor) static int
Overloads glGenPerfMonitorsAMD.static void
glGenPerfMonitorsAMD
(IntBuffer monitors) static int
glGetPerfMonitorCounterDataAMD
(int monitor, int pname) Overloads glGetPerfMonitorCounterDataAMD.static void
glGetPerfMonitorCounterDataAMD
(int monitor, int pname, IntBuffer data, IntBuffer bytesWritten) static void
glGetPerfMonitorCounterInfoAMD
(int group, int counter, int pname, ByteBuffer data) static void
glGetPerfMonitorCountersAMD
(int group, IntBuffer numCounters, IntBuffer maxActiveCounters, IntBuffer counters) static String
glGetPerfMonitorCounterStringAMD
(int group, int counter, int bufSize) Overloads glGetPerfMonitorCounterStringAMD.static void
glGetPerfMonitorCounterStringAMD
(int group, int counter, IntBuffer length, ByteBuffer counterString) static void
glGetPerfMonitorGroupsAMD
(IntBuffer numGroups, IntBuffer groups) static String
glGetPerfMonitorGroupStringAMD
(int group, int bufSize) Overloads glGetPerfMonitorGroupStringAMD.static void
glGetPerfMonitorGroupStringAMD
(int group, IntBuffer length, ByteBuffer groupString) static void
glSelectPerfMonitorCountersAMD
(int monitor, boolean enable, int group, int counter) Overloads glSelectPerfMonitorCountersAMD.static void
glSelectPerfMonitorCountersAMD
(int monitor, boolean enable, int group, IntBuffer counterList)
-
Field Details
-
GL_COUNTER_TYPE_AMD
public static final int GL_COUNTER_TYPE_AMDAccepted by the <pame> parameter of GetPerfMonitorCounterInfoAMD- See Also:
-
GL_COUNTER_RANGE_AMD
public static final int GL_COUNTER_RANGE_AMDAccepted by the <pame> parameter of GetPerfMonitorCounterInfoAMD- See Also:
-
GL_UNSIGNED_INT64_AMD
public static final int GL_UNSIGNED_INT64_AMDReturned as a valid value in <data> parameter of GetPerfMonitorCounterInfoAMD if <pname> = COUNTER_TYPE_AMD- See Also:
-
GL_PERCENTAGE_AMD
public static final int GL_PERCENTAGE_AMDReturned as a valid value in <data> parameter of GetPerfMonitorCounterInfoAMD if <pname> = COUNTER_TYPE_AMD- See Also:
-
GL_PERFMON_RESULT_AVAILABLE_AMD
public static final int GL_PERFMON_RESULT_AVAILABLE_AMDAccepted by the <pname> parameter of GetPerfMonitorCounterDataAMD- See Also:
-
GL_PERFMON_RESULT_SIZE_AMD
public static final int GL_PERFMON_RESULT_SIZE_AMDAccepted by the <pname> parameter of GetPerfMonitorCounterDataAMD- See Also:
-
GL_PERFMON_RESULT_AMD
public static final int GL_PERFMON_RESULT_AMDAccepted by the <pname> parameter of GetPerfMonitorCounterDataAMD- See Also:
-
-
Method Details
-
glGetPerfMonitorGroupsAMD
-
glGetPerfMonitorCountersAMD
-
glGetPerfMonitorGroupStringAMD
public static void glGetPerfMonitorGroupStringAMD(int group, IntBuffer length, ByteBuffer groupString) -
glGetPerfMonitorGroupStringAMD
Overloads glGetPerfMonitorGroupStringAMD. -
glGetPerfMonitorCounterStringAMD
public static void glGetPerfMonitorCounterStringAMD(int group, int counter, IntBuffer length, ByteBuffer counterString) -
glGetPerfMonitorCounterStringAMD
Overloads glGetPerfMonitorCounterStringAMD. -
glGetPerfMonitorCounterInfoAMD
public static void glGetPerfMonitorCounterInfoAMD(int group, int counter, int pname, ByteBuffer data) -
glGenPerfMonitorsAMD
-
glGenPerfMonitorsAMD
public static int glGenPerfMonitorsAMD()Overloads glGenPerfMonitorsAMD. -
glDeletePerfMonitorsAMD
-
glDeletePerfMonitorsAMD
public static void glDeletePerfMonitorsAMD(int monitor) Overloads glDeletePerfMonitorsAMD. -
glSelectPerfMonitorCountersAMD
public static void glSelectPerfMonitorCountersAMD(int monitor, boolean enable, int group, IntBuffer counterList) -
glSelectPerfMonitorCountersAMD
public static void glSelectPerfMonitorCountersAMD(int monitor, boolean enable, int group, int counter) Overloads glSelectPerfMonitorCountersAMD. -
glBeginPerfMonitorAMD
public static void glBeginPerfMonitorAMD(int monitor) -
glEndPerfMonitorAMD
public static void glEndPerfMonitorAMD(int monitor) -
glGetPerfMonitorCounterDataAMD
-
glGetPerfMonitorCounterDataAMD
public static int glGetPerfMonitorCounterDataAMD(int monitor, int pname) Overloads glGetPerfMonitorCounterDataAMD.
-