Searched refs:GL_TIMESTAMP (Results 1 - 22 of 22) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_queryobj.c | 162 case GL_TIMESTAMP: 513 * This handles GL_TIMESTAMP queries, which perform a pipelined read of the 523 assert(q->Target == GL_TIMESTAMP); 563 * querying GL_TIMESTAMP via glGetInteger but it seems best to keep 577 case GL_TIMESTAMP:
|
| H A D | hsw_queryobj.c | 299 if (query->Base.Target == GL_TIMESTAMP) { 346 case GL_TIMESTAMP: 348 if (query->Base.Target == GL_TIMESTAMP) {
|
| H A D | gen6_queryobj.c | 242 case GL_TIMESTAMP:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_queryobj.c | 162 case GL_TIMESTAMP: 512 * This handles GL_TIMESTAMP queries, which perform a pipelined read of the 522 assert(q->Target == GL_TIMESTAMP); 562 * querying GL_TIMESTAMP via glGetInteger but it seems best to keep 576 case GL_TIMESTAMP:
|
| H A D | hsw_queryobj.c | 297 if (query->Base.Target == GL_TIMESTAMP) { 344 case GL_TIMESTAMP: 346 if (query->Base.Target == GL_TIMESTAMP) {
|
| H A D | gfx6_queryobj.c | 241 case GL_TIMESTAMP:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | queryobj.c | 306 case GL_TIMESTAMP: 576 if (target != GL_TIMESTAMP) { 599 if (q->Target && q->Target != GL_TIMESTAMP) { 668 if (target == GL_TIMESTAMP) { 702 case GL_TIMESTAMP:
|
| H A D | get.c | 1123 case GL_TIMESTAMP:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | queryobj.c | 309 case GL_TIMESTAMP: 579 if (target != GL_TIMESTAMP) { 602 if (q->Target && q->Target != GL_TIMESTAMP) { 681 if (target == GL_TIMESTAMP) { 715 case GL_TIMESTAMP:
|
| H A D | get.c | 1178 case GL_TIMESTAMP:
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.2.3.rst | 37 - GL_EXT_disjoint_timer_query glGetInteger64v GL_TIMESTAMP failing with GL_INVALID_ENUM
|
| H A D | 19.0.0.rst | 945 - mesa/main: fix validation of GL_TIMESTAMP
|
| H A D | 21.3.0.rst | 100 - GL_EXT_disjoint_timer_query glGetInteger64v GL_TIMESTAMP failing with GL_INVALID_ENUM
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_queryobj.c | 236 if ((q->Target == GL_TIMESTAMP ||
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_queryobj.c | 240 if ((q->Target == GL_TIMESTAMP ||
|
| /xsrc/external/mit/MesaLib.old/src/mesa/ |
| H A D | get_hash.h | 631 { GL_TIMESTAMP, LOC_CUSTOM, TYPE_INT64, 0, extra_ARB_timer_query },
|
| /xsrc/external/mit/MesaLib/src/mesa/ |
| H A D | get_hash.h | 267 { GL_TIMESTAMP, LOC_CUSTOM, TYPE_INT64, 0, extra_ARB_timer_query_or_EXT_disjoint_timer_query },
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | glcorearb.h | 1660 #define GL_TIMESTAMP 0x8E28 macro
|
| H A D | glext.h | 1547 #define GL_TIMESTAMP 0x8E28 macro
|
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | glcorearb.h | 1623 #define GL_TIMESTAMP 0x8E28 macro
|
| H A D | glext.h | 1511 #define GL_TIMESTAMP 0x8E28 macro
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | gl_generated.h | 5404 #define GL_TIMESTAMP 0x8E28 macro [all...] |
Completed in 227 milliseconds