Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_opcodes.h325 #define OP_glIsQuery 2367 macro
Dgl2_enc.cpp8678 int tmp = OP_glIsQuery;memcpy(ptr, &tmp, 4); ptr += 4; in glIsQuery_enc()
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_opcodes.h325 #define OP_glIsQuery 2367 macro
Dgles2_dec.cpp7004 case OP_glIsQuery: { in decode()