Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_opcodes.h401 #define OP_glVertexAttribFormat 2443 macro
Dgles2_dec.cpp8757 case OP_glVertexAttribFormat: { in decode()
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_opcodes.h401 #define OP_glVertexAttribFormat 2443 macro
Dgl2_enc.cpp11282 int tmp = OP_glVertexAttribFormat;memcpy(ptr, &tmp, 4); ptr += 4; in glVertexAttribFormat_enc()