Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_opcodes.h203 #define OP_glLoadMatrixxOES 1221 macro
Dgles1_dec.cpp4074 case OP_glLoadMatrixxOES: { in decode()
/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_opcodes.h203 #define OP_glLoadMatrixxOES 1221 macro
Dgl_enc.cpp6017 int tmp = OP_glLoadMatrixxOES;memcpy(ptr, &tmp, 4); ptr += 4; in glLoadMatrixxOES_enc()