Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/wined3d/
H A Dwined3d_gl.h132 ARB_TIMER_QUERY, enumerator
H A Dquery.c30 if (gl_info->supported[ARB_TIMER_QUERY]) in get_query_result64()
1059 if (!gl_info->supported[ARB_TIMER_QUERY]) in wined3d_timestamp_query_create()
1099 if (!gl_info->supported[ARB_TIMER_QUERY]) in wined3d_timestamp_disjoint_query_create()
H A Ddirectx.c199 {"GL_ARB_timer_query", ARB_TIMER_QUERY },
3931 {ARB_TIMER_QUERY, MAKEDWORD_VERSION(3, 3)}, in wined3d_adapter_init_gl_caps()
4211 if (gl_info->supported[ARB_TIMER_QUERY]) in wined3d_adapter_init_gl_caps()
4218 gl_info->supported[ARB_TIMER_QUERY] = FALSE; in wined3d_adapter_init_gl_caps()
H A Dcontext.c1441 if (gl_info->supported[ARB_TIMER_QUERY]) in context_destroy_gl_resources()