HomeSort by relevance Sort by last modified time
    Searched refs:OP_glCullFace (Results 1 - 4 of 4) sorted by null

  /development/tools/emulator/opengl/system/GLESv2_enc/
gl2_opcodes.h 33 #define OP_glCullFace 2075
gl2_enc.cpp 513 int tmp = OP_glCullFace;memcpy(ptr, &tmp, 4); ptr += 4;
    [all...]
  /development/tools/emulator/opengl/system/GLESv1_enc/
gl_opcodes.h 64 #define OP_glCullFace 1082
gl_enc.cpp 1037 int tmp = OP_glCullFace;memcpy(ptr, &tmp, 4); ptr += 4;
    [all...]

Completed in 1256 milliseconds