Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_opcodes.h101 #define OP_glIsTexture 1119 macro
Dgles1_dec.cpp2014 case OP_glIsTexture: { in decode()
/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_opcodes.h101 #define OP_glIsTexture 1119 macro
Dgl_enc.cpp2965 int tmp = OP_glIsTexture;memcpy(ptr, &tmp, 4); ptr += 4; in glIsTexture_enc()
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_opcodes.h93 #define OP_glIsTexture 2135 macro
Dgl2_enc.cpp3054 int tmp = OP_glIsTexture;memcpy(ptr, &tmp, 4); ptr += 4; in glIsTexture_enc()
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_opcodes.h93 #define OP_glIsTexture 2135 macro
Dgles2_dec.cpp2008 case OP_glIsTexture: { in decode()