Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_opcodes.h191 #define OP_glGetClipPlanexOES 1209 macro
Dgles1_dec.cpp3788 case OP_glGetClipPlanexOES: { in decode()
/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_opcodes.h191 #define OP_glGetClipPlanexOES 1209 macro
Dgl_enc.cpp5581 int tmp = OP_glGetClipPlanexOES;memcpy(ptr, &tmp, 4); ptr += 4; in glGetClipPlanexOES_enc()