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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_opcodes.h 6 #define OP_glActiveTexture 2048
gl2_enc.cpp 26 int tmp = OP_glActiveTexture;memcpy(ptr, &tmp, 4); ptr += 4;
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_opcodes.h 44 #define OP_glActiveTexture 1062
gl_enc.cpp 693 int tmp = OP_glActiveTexture;memcpy(ptr, &tmp, 4); ptr += 4;
    [all...]

Completed in 162 milliseconds