Home
last modified time | relevance | path

Searched refs:GLuint64EXT (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/include/GL/
Dglext.h6217 typedef uint64_t GLuint64EXT; typedef
11161 GLAPI void APIENTRY glGetQueryObjectui64vEXT (GLuint id, GLenum pname, GLuint64EXT *params);
11164 typedef void (APIENTRYP PFNGLGETQUERYOBJECTUI64VEXTPROC) (GLuint id, GLenum pname, GLuint64EXT *par…
11508 GLAPI void APIENTRY glPresentFrameKeyedNV (GLuint video_slot, GLuint64EXT minPresentTime, GLuint be…
11509 GLAPI void APIENTRY glPresentFrameDualFillNV (GLuint video_slot, GLuint64EXT minPresentTime, GLuint…
11513 GLAPI void APIENTRY glGetVideoui64vNV (GLuint video_slot, GLenum pname, GLuint64EXT *params);
11515 typedef void (APIENTRYP PFNGLPRESENTFRAMEKEYEDNVPROC) (GLuint video_slot, GLuint64EXT minPresentTim…
11516 typedef void (APIENTRYP PFNGLPRESENTFRAMEDUALFILLNVPROC) (GLuint video_slot, GLuint64EXT minPresent…
11520 typedef void (APIENTRYP PFNGLGETVIDEOUI64VNVPROC) (GLuint video_slot, GLenum pname, GLuint64EXT *pa…
12142 …NTRY glVideoCaptureNV (GLuint video_capture_slot, GLuint *sequence_num, GLuint64EXT *capture_time);
[all …]
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c810 static GLuint64EXT
813 GLuint64EXT seconds0 = t0->tv_sec & 0xff; /* 0 .. 255 seconds */ in time_diff()
814 GLuint64EXT seconds1 = t1->tv_sec & 0xff; /* 0 .. 255 seconds */ in time_diff()
815 GLuint64EXT nanosec0 = (seconds0 * 1000000 + t0->tv_usec) * 1000; in time_diff()
816 GLuint64EXT nanosec1 = (seconds1 * 1000000 + t1->tv_usec) * 1000; in time_diff()
/external/mesa3d/src/mesa/main/
Dqueryobj.c684 _mesa_GetQueryObjectui64vEXT(GLuint id, GLenum pname, GLuint64EXT *params) in _mesa_GetQueryObjectui64vEXT()
Dmtypes.h2493 GLuint64EXT Result; /**< the counter */
/external/opencv3/modules/core/src/
Dgl_core_3_1.hpp186 typedef uint64_t GLuint64EXT; typedef