Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_opcodes.h26 #define OP_glLoadMatrixf 1044 macro
Dgles1_dec.cpp472 case OP_glLoadMatrixf: { in decode()
/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_opcodes.h26 #define OP_glLoadMatrixf 1044 macro
Dgl_enc.cpp706 int tmp = OP_glLoadMatrixf;memcpy(ptr, &tmp, 4); ptr += 4; in glLoadMatrixf_enc()