Home
last modified time | relevance | path

Searched refs:GL_INT64_ARB (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Dqueryobj.c758 bool is_64bit = ptype == GL_INT64_ARB || in get_query_object()
832 case GL_INT64_ARB: in get_query_object()
873 id, pname, GL_INT64_ARB, in _mesa_GetQueryObjecti64v()
938 id, pname, GL_INT64_ARB, buf, offset); in _mesa_GetQueryBufferObjecti64v()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_queryobj.c349 (ptype == GL_INT64_ARB || in st_StoreQueryResult()
362 case GL_INT64_ARB: in st_StoreQueryResult()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dhsw_queryobj.c292 case GL_INT64_ARB: in store_query_result_imm()
/external/mesa3d/include/GL/
Dglext.h3368 #define GL_INT64_ARB 0x140E macro