HomeSort by relevance Sort by last modified time
    Searched refs:GLuint64EXT (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 810 static GLuint64EXT
813 GLuint64EXT seconds0 = t0->tv_sec & 0xff; /* 0 .. 255 seconds */
814 GLuint64EXT seconds1 = t1->tv_sec & 0xff; /* 0 .. 255 seconds */
815 GLuint64EXT nanosec0 = (seconds0 * 1000000 + t0->tv_usec) * 1000;
816 GLuint64EXT nanosec1 = (seconds1 * 1000000 + t1->tv_usec) * 1000;
  /external/mesa3d/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glext.h     [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_opengl.h     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
glew.h 266 typedef unsigned __int64 GLuint64EXT;
269 typedef unsigned long long GLuint64EXT;
275 typedef uint64_t GLuint64EXT;
278 typedef GLuint64EXT GLuint64;
    [all...]
  /external/mesa3d/src/mesa/main/
queryobj.c 684 _mesa_GetQueryObjectui64vEXT(GLuint id, GLenum pname, GLuint64EXT *params)
mtypes.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glext.h     [all...]
  /external/opencv3/modules/core/src/
gl_core_3_1.hpp 186 typedef uint64_t GLuint64EXT;
    [all...]

Completed in 436 milliseconds