Class INTELPerformanceQuery

java.lang.Object
org.lwjgl.opengles.INTELPerformanceQuery

public class INTELPerformanceQuery extends Object
  • Field Details

    • GL_PERFQUERY_SINGLE_CONTEXT_INTEL

      public static final int GL_PERFQUERY_SINGLE_CONTEXT_INTEL
      See Also:
    • GL_PERFQUERY_GLOBAL_CONTEXT_INTEL

      public static final int GL_PERFQUERY_GLOBAL_CONTEXT_INTEL
      See Also:
    • GL_PERFQUERY_WAIT_INTEL

      public static final int GL_PERFQUERY_WAIT_INTEL
      See Also:
    • GL_PERFQUERY_FLUSH_INTEL

      public static final int GL_PERFQUERY_FLUSH_INTEL
      See Also:
    • GL_PERFQUERY_DONOT_FLUSH_INTEL

      public static final int GL_PERFQUERY_DONOT_FLUSH_INTEL
      See Also:
    • GL_PERFQUERY_COUNTER_EVENT_INTEL

      public static final int GL_PERFQUERY_COUNTER_EVENT_INTEL
      See Also:
    • GL_PERFQUERY_COUNTER_DURATION_NORM_INTEL

      public static final int GL_PERFQUERY_COUNTER_DURATION_NORM_INTEL
      See Also:
    • GL_PERFQUERY_COUNTER_DURATION_RAW_INTEL

      public static final int GL_PERFQUERY_COUNTER_DURATION_RAW_INTEL
      See Also:
    • GL_PERFQUERY_COUNTER_THROUGHPUT_INTEL

      public static final int GL_PERFQUERY_COUNTER_THROUGHPUT_INTEL
      See Also:
    • GL_PERFQUERY_COUNTER_RAW_INTEL

      public static final int GL_PERFQUERY_COUNTER_RAW_INTEL
      See Also:
    • GL_PERFQUERY_COUNTER_TIMESTAMP_INTEL

      public static final int GL_PERFQUERY_COUNTER_TIMESTAMP_INTEL
      See Also:
    • GL_PERFQUERY_COUNTER_DATA_UINT32_INTEL

      public static final int GL_PERFQUERY_COUNTER_DATA_UINT32_INTEL
      See Also:
    • GL_PERFQUERY_COUNTER_DATA_UINT64_INTEL

      public static final int GL_PERFQUERY_COUNTER_DATA_UINT64_INTEL
      See Also:
    • GL_PERFQUERY_COUNTER_DATA_FLOAT_INTEL

      public static final int GL_PERFQUERY_COUNTER_DATA_FLOAT_INTEL
      See Also:
    • GL_PERFQUERY_COUNTER_DATA_DOUBLE_INTEL

      public static final int GL_PERFQUERY_COUNTER_DATA_DOUBLE_INTEL
      See Also:
    • GL_PERFQUERY_COUNTER_DATA_BOOL32_INTEL

      public static final int GL_PERFQUERY_COUNTER_DATA_BOOL32_INTEL
      See Also:
    • GL_PERFQUERY_QUERY_NAME_LENGTH_MAX_INTEL

      public static final int GL_PERFQUERY_QUERY_NAME_LENGTH_MAX_INTEL
      See Also:
    • GL_PERFQUERY_COUNTER_NAME_LENGTH_MAX_INTEL

      public static final int GL_PERFQUERY_COUNTER_NAME_LENGTH_MAX_INTEL
      See Also:
    • GL_PERFQUERY_COUNTER_DESC_LENGTH_MAX_INTEL

      public static final int GL_PERFQUERY_COUNTER_DESC_LENGTH_MAX_INTEL
      See Also:
    • GL_PERFQUERY_GPA_EXTENDED_COUNTERS_INTEL

      public static final int GL_PERFQUERY_GPA_EXTENDED_COUNTERS_INTEL
      See Also:
  • Method Details

    • glBeginPerfQueryINTEL

      public static void glBeginPerfQueryINTEL(int queryHandle)
      void glBeginPerfQueryINTEL(GLuint queryHandle)
    • nglCreatePerfQueryINTEL

      public static void nglCreatePerfQueryINTEL(int queryId, long queryHandle)
      void glCreatePerfQueryINTEL(GLuint queryId, GLuint * queryHandle)
    • glCreatePerfQueryINTEL

      public static void glCreatePerfQueryINTEL(int queryId, IntBuffer queryHandle)
      void glCreatePerfQueryINTEL(GLuint queryId, GLuint * queryHandle)
    • glCreatePerfQueryINTEL

      public static int glCreatePerfQueryINTEL(int queryId)
      void glCreatePerfQueryINTEL(GLuint queryId, GLuint * queryHandle)
    • glDeletePerfQueryINTEL

      public static void glDeletePerfQueryINTEL(int queryHandle)
      void glDeletePerfQueryINTEL(GLuint queryHandle)
    • glEndPerfQueryINTEL

      public static void glEndPerfQueryINTEL(int queryHandle)
      void glEndPerfQueryINTEL(GLuint queryHandle)
    • nglGetFirstPerfQueryIdINTEL

      public static void nglGetFirstPerfQueryIdINTEL(long queryId)
      void glGetFirstPerfQueryIdINTEL(GLuint * queryId)
    • glGetFirstPerfQueryIdINTEL

      public static void glGetFirstPerfQueryIdINTEL(IntBuffer queryId)
      void glGetFirstPerfQueryIdINTEL(GLuint * queryId)
    • glGetFirstPerfQueryIdINTEL

      public static int glGetFirstPerfQueryIdINTEL()
      void glGetFirstPerfQueryIdINTEL(GLuint * queryId)
    • nglGetNextPerfQueryIdINTEL

      public static void nglGetNextPerfQueryIdINTEL(int queryId, long nextQueryId)
      void glGetNextPerfQueryIdINTEL(GLuint queryId, GLuint * nextQueryId)
    • glGetNextPerfQueryIdINTEL

      public static void glGetNextPerfQueryIdINTEL(int queryId, IntBuffer nextQueryId)
      void glGetNextPerfQueryIdINTEL(GLuint queryId, GLuint * nextQueryId)
    • glGetNextPerfQueryIdINTEL

      public static int glGetNextPerfQueryIdINTEL(int queryId)
      void glGetNextPerfQueryIdINTEL(GLuint queryId, GLuint * nextQueryId)
    • nglGetPerfCounterInfoINTEL

      public static void nglGetPerfCounterInfoINTEL(int queryId, int counterId, int counterNameLength, long counterName, int counterDescLength, long counterDesc, long counterOffset, long counterDataSize, long counterTypeEnum, long counterDataTypeEnum, long rawCounterMaxValue)
      void glGetPerfCounterInfoINTEL(GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar * counterName, GLuint counterDescLength, GLchar * counterDesc, GLuint * counterOffset, GLuint * counterDataSize, GLuint * counterTypeEnum, GLuint * counterDataTypeEnum, GLuint64 * rawCounterMaxValue)
    • glGetPerfCounterInfoINTEL

      public static void glGetPerfCounterInfoINTEL(int queryId, int counterId, ByteBuffer counterName, ByteBuffer counterDesc, IntBuffer counterOffset, IntBuffer counterDataSize, IntBuffer counterTypeEnum, IntBuffer counterDataTypeEnum, LongBuffer rawCounterMaxValue)
      void glGetPerfCounterInfoINTEL(GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar * counterName, GLuint counterDescLength, GLchar * counterDesc, GLuint * counterOffset, GLuint * counterDataSize, GLuint * counterTypeEnum, GLuint * counterDataTypeEnum, GLuint64 * rawCounterMaxValue)
    • nglGetPerfQueryDataINTEL

      public static void nglGetPerfQueryDataINTEL(int queryHandle, int flags, int dataSize, long data, long bytesWritten)
      void glGetPerfQueryDataINTEL(GLuint queryHandle, GLuint flags, GLsizei dataSize, void * data, GLuint * bytesWritten)
    • glGetPerfQueryDataINTEL

      public static void glGetPerfQueryDataINTEL(int queryHandle, int flags, ByteBuffer data, IntBuffer bytesWritten)
      void glGetPerfQueryDataINTEL(GLuint queryHandle, GLuint flags, GLsizei dataSize, void * data, GLuint * bytesWritten)
    • nglGetPerfQueryIdByNameINTEL

      public static void nglGetPerfQueryIdByNameINTEL(long queryName, long queryId)
      void glGetPerfQueryIdByNameINTEL(GLchar * queryName, GLuint * queryId)
    • glGetPerfQueryIdByNameINTEL

      public static void glGetPerfQueryIdByNameINTEL(ByteBuffer queryName, IntBuffer queryId)
      void glGetPerfQueryIdByNameINTEL(GLchar * queryName, GLuint * queryId)
    • glGetPerfQueryIdByNameINTEL

      public static void glGetPerfQueryIdByNameINTEL(CharSequence queryName, IntBuffer queryId)
      void glGetPerfQueryIdByNameINTEL(GLchar * queryName, GLuint * queryId)
    • glGetPerfQueryIdByNameINTEL

      public static int glGetPerfQueryIdByNameINTEL(CharSequence queryName)
      void glGetPerfQueryIdByNameINTEL(GLchar * queryName, GLuint * queryId)
    • nglGetPerfQueryInfoINTEL

      public static void nglGetPerfQueryInfoINTEL(int queryId, int queryNameLength, long queryName, long dataSize, long noCounters, long noInstances, long capsMask)
      void glGetPerfQueryInfoINTEL(GLuint queryId, GLuint queryNameLength, GLchar * queryName, GLuint * dataSize, GLuint * noCounters, GLuint * noInstances, GLuint * capsMask)
    • glGetPerfQueryInfoINTEL

      public static void glGetPerfQueryInfoINTEL(int queryId, ByteBuffer queryName, IntBuffer dataSize, IntBuffer noCounters, IntBuffer noInstances, IntBuffer capsMask)
      void glGetPerfQueryInfoINTEL(GLuint queryId, GLuint queryNameLength, GLchar * queryName, GLuint * dataSize, GLuint * noCounters, GLuint * noInstances, GLuint * capsMask)
    • glCreatePerfQueryINTEL

      public static void glCreatePerfQueryINTEL(int queryId, int[] queryHandle)
      void glCreatePerfQueryINTEL(GLuint queryId, GLuint * queryHandle)
    • glGetFirstPerfQueryIdINTEL

      public static void glGetFirstPerfQueryIdINTEL(int[] queryId)
      void glGetFirstPerfQueryIdINTEL(GLuint * queryId)
    • glGetNextPerfQueryIdINTEL

      public static void glGetNextPerfQueryIdINTEL(int queryId, int[] nextQueryId)
      void glGetNextPerfQueryIdINTEL(GLuint queryId, GLuint * nextQueryId)
    • glGetPerfCounterInfoINTEL

      public static void glGetPerfCounterInfoINTEL(int queryId, int counterId, ByteBuffer counterName, ByteBuffer counterDesc, int[] counterOffset, int[] counterDataSize, int[] counterTypeEnum, int[] counterDataTypeEnum, long[] rawCounterMaxValue)
      void glGetPerfCounterInfoINTEL(GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar * counterName, GLuint counterDescLength, GLchar * counterDesc, GLuint * counterOffset, GLuint * counterDataSize, GLuint * counterTypeEnum, GLuint * counterDataTypeEnum, GLuint64 * rawCounterMaxValue)
    • glGetPerfQueryDataINTEL

      public static void glGetPerfQueryDataINTEL(int queryHandle, int flags, ByteBuffer data, int[] bytesWritten)
      void glGetPerfQueryDataINTEL(GLuint queryHandle, GLuint flags, GLsizei dataSize, void * data, GLuint * bytesWritten)
    • glGetPerfQueryIdByNameINTEL

      public static void glGetPerfQueryIdByNameINTEL(ByteBuffer queryName, int[] queryId)
      void glGetPerfQueryIdByNameINTEL(GLchar * queryName, GLuint * queryId)
    • glGetPerfQueryIdByNameINTEL

      public static void glGetPerfQueryIdByNameINTEL(CharSequence queryName, int[] queryId)
      void glGetPerfQueryIdByNameINTEL(GLchar * queryName, GLuint * queryId)
    • glGetPerfQueryInfoINTEL

      public static void glGetPerfQueryInfoINTEL(int queryId, ByteBuffer queryName, int[] dataSize, int[] noCounters, int[] noInstances, int[] capsMask)
      void glGetPerfQueryInfoINTEL(GLuint queryId, GLuint queryNameLength, GLchar * queryName, GLuint * dataSize, GLuint * noCounters, GLuint * noInstances, GLuint * capsMask)