Home
last modified time | relevance | path

Searched refs:OP_glHint (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_opcodes.h98 #define OP_glHint 1116 macro
Dgles1_dec.cpp1948 case OP_glHint: { in decode()
/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_opcodes.h98 #define OP_glHint 1116 macro
Dgl_enc.cpp2853 int tmp = OP_glHint;memcpy(ptr, &tmp, 4); ptr += 4; in glHint_enc()
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_opcodes.h86 #define OP_glHint 2128 macro
Dgles2_dec.cpp1846 case OP_glHint: { in decode()
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_opcodes.h86 #define OP_glHint 2128 macro
Dgl2_enc.cpp2774 int tmp = OP_glHint;memcpy(ptr, &tmp, 4); ptr += 4; in glHint_enc()