Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_opcodes.h63 #define OP_glGetAttribLocation 2105 macro
Dgl2_enc.cpp1868 int tmp = OP_glGetAttribLocation;memcpy(ptr, &tmp, 4); ptr += 4; in glGetAttribLocation_enc()
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_opcodes.h63 #define OP_glGetAttribLocation 2105 macro
Dgles2_dec.cpp1216 case OP_glGetAttribLocation: { in decode()