Searched refs:GL_DYNAMIC_DRAW (Results 1 – 10 of 10) sorted by relevance
63 int GL_DYNAMIC_DRAW = 0x88E8;
64 int GL_DYNAMIC_DRAW = 0x88E8; field
66 public static final int GL_DYNAMIC_DRAW = 0x88E8; field in GLES11
70 public static final int GL_DYNAMIC_DRAW = 0x88E8; field in GLES20
65 public static final int GL_DYNAMIC_DRAW = 0x88E8;
69 public static final int GL_DYNAMIC_DRAW = 0x88E8;
202 glBufferData(GL_ARRAY_BUFFER, mType->getSizeBytes(), getPtr(), GL_DYNAMIC_DRAW); in uploadToBufferObject()
516 #define GL_DYNAMIC_DRAW 0x88E8 macro
122 #define GL_DYNAMIC_DRAW 0x88E8 macro
1481 if ((usage!=GL_STATIC_DRAW) && (usage!=GL_DYNAMIC_DRAW)) { in glBufferData()