Searched refs:GL_STATIC_DRAW (Results 1 – 19 of 19) sorted by relevance
/frameworks/base/media/mca/filterfw/native/core/ |
D | vertex_frame.cpp | 60 glBufferData(GL_ARRAY_BUFFER, size, data, GL_STATIC_DRAW); in WriteData()
|
/frameworks/native/opengl/tests/testViewport/src/com/android/test/ |
D | TestView.java | 197 …erData(GL11.GL_ARRAY_BUFFER, mVertexByteBuffer.capacity(), mVertexByteBuffer, GL11.GL_STATIC_DRAW); in createBufferObjects() 201 …1.GL_ELEMENT_ARRAY_BUFFER, mIndexBuffer.capacity() * CHAR_SIZE, mIndexBuffer, GL11.GL_STATIC_DRAW); in createBufferObjects()
|
/frameworks/native/opengl/libagl/ |
D | BufferObjectManager.cpp | 62 bo->usage = GL_STATIC_DRAW; in bind()
|
D | array.cpp | 1481 if ((usage!=GL_STATIC_DRAW) && (usage!=GL_DYNAMIC_DRAW)) { in glBufferData()
|
/frameworks/base/libs/hwui/ |
D | Caches.cpp | 68 glBufferData(GL_ARRAY_BUFFER, sizeof(gMeshVertices), gMeshVertices, GL_STATIC_DRAW); in init() 389 regionIndices, GL_STATIC_DRAW); in getRegionMesh()
|
D | FontRenderer.cpp | 777 glBufferData(GL_ELEMENT_ARRAY_BUFFER, indexBufferSizeBytes, indexBufferData, GL_STATIC_DRAW); in initVertexArrayBuffers()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11.java | 119 int GL_STATIC_DRAW = 0x88E4; field
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GL11Header.java-if | 118 int GL_STATIC_DRAW = 0x88E4;
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11.java | 121 public static final int GL_STATIC_DRAW = 0x88E4; field in GLES11
|
D | GLES20.java | 69 public static final int GL_STATIC_DRAW = 0x88E4; field in GLES20
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | GLES11Header.java-if | 120 public static final int GL_STATIC_DRAW = 0x88E4;
|
D | GLES20Header.java-if | 68 public static final int GL_STATIC_DRAW = 0x88E4;
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 515 #define GL_STATIC_DRAW 0x88E4 macro
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 121 #define GL_STATIC_DRAW 0x88E4 macro
|
/frameworks/native/opengl/libs/ |
D | enums.in | 498 GL_ENUM(0x88E4,GL_STATIC_DRAW)
|
/frameworks/base/api/ |
D | 14.txt | 13389 field public static final int GL_STATIC_DRAW = 35044; // 0x88e4 14041 field public static final int GL_STATIC_DRAW = 35044; // 0x88e4 40136 field public static final int GL_STATIC_DRAW = 35044; // 0x88e4
|
D | 15.txt | 13428 field public static final int GL_STATIC_DRAW = 35044; // 0x88e4 14084 field public static final int GL_STATIC_DRAW = 35044; // 0x88e4 40291 field public static final int GL_STATIC_DRAW = 35044; // 0x88e4
|
D | current.txt | 14331 field public static final int GL_STATIC_DRAW = 35044; // 0x88e4 14987 field public static final int GL_STATIC_DRAW = 35044; // 0x88e4 41574 field public static final int GL_STATIC_DRAW = 35044; // 0x88e4
|
D | 16.txt | 14331 field public static final int GL_STATIC_DRAW = 35044; // 0x88e4 14987 field public static final int GL_STATIC_DRAW = 35044; // 0x88e4 41574 field public static final int GL_STATIC_DRAW = 35044; // 0x88e4
|