Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_opcodes.h202 #define OP_glLineWidthxOES 1220 macro
Dgles1_dec.cpp4057 case OP_glLineWidthxOES: { in decode()
/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_opcodes.h202 #define OP_glLineWidthxOES 1220 macro
Dgl_enc.cpp5989 int tmp = OP_glLineWidthxOES;memcpy(ptr, &tmp, 4); ptr += 4; in glLineWidthxOES_enc()