Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_opcodes.h214 #define OP_glRotatexOES 1232 macro
Dgles1_dec.cpp4283 case OP_glRotatexOES: { in decode()
/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_opcodes.h214 #define OP_glRotatexOES 1232 macro
Dgl_enc.cpp6339 int tmp = OP_glRotatexOES;memcpy(ptr, &tmp, 4); ptr += 4; in glRotatexOES_enc()