Home
last modified time | relevance | path

Searched refs:OP_glGenVertexArraysOES (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_opcodes.h263 #define OP_glGenVertexArraysOES 1281 macro
Dgles1_dec.cpp5297 case OP_glGenVertexArraysOES: { in decode()
/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_opcodes.h263 #define OP_glGenVertexArraysOES 1281 macro
Dgl_enc.cpp7797 int tmp = OP_glGenVertexArraysOES;memcpy(ptr, &tmp, 4); ptr += 4; in glGenVertexArraysOES_enc()
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_opcodes.h162 #define OP_glGenVertexArraysOES 2204 macro
Dgl2_enc.cpp5047 int tmp = OP_glGenVertexArraysOES;memcpy(ptr, &tmp, 4); ptr += 4; in glGenVertexArraysOES_enc()
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_opcodes.h162 #define OP_glGenVertexArraysOES 2204 macro
Dgles2_dec.cpp3421 case OP_glGenVertexArraysOES: { in decode()