Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_opcodes.h209 #define OP_glOrthoxOES 1227 macro
Dgles1_dec.cpp4189 case OP_glOrthoxOES: { in decode()
/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_opcodes.h209 #define OP_glOrthoxOES 1227 macro
Dgl_enc.cpp6194 int tmp = OP_glOrthoxOES;memcpy(ptr, &tmp, 4); ptr += 4; in glOrthoxOES_enc()