Home
last modified time | relevance | path

Searched refs:GL_STATIC_DRAW (Results 1 – 25 of 35) sorted by relevance

12

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLESbuffer.h46 GLuint m_usage = GL_STATIC_DRAW;
/hardware/google/gfxstream/host/tests/
DHelloTriangleImp.cpp74 GL_STATIC_DRAW); in initialize()
DGLSnapshotBuffers_unittest.cpp138 GlBufferData arrayData = {128, nullptr, GL_STATIC_DRAW}; in TEST_F()
DGLSnapshotVertexAttributes_unittest.cpp54 .usage = GL_STATIC_DRAW};
DSampleApplication.cpp413 gl->glBufferData(GL_ARRAY_BUFFER, sizeof(attrs), attrs, GL_STATIC_DRAW); in drawWorker()
DFrameBuffer_unittest.cpp621 GL_STATIC_DRAW); in TEST_F()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLESvalidate.cpp83 case GL_STATIC_DRAW: in bufferUsage()
/hardware/google/gfxstream/host/gl/
DTextureResize.cpp270 s_gles2.glBufferData(GL_ARRAY_BUFFER, sizeof(kVertexData), kVertexData, GL_STATIC_DRAW);
511 GL_STATIC_DRAW); in GenericResizer()
525 GL_STATIC_DRAW); in GenericResizer()
DTextureDraw.cpp252 GL_ARRAY_BUFFER, sizeof(kVertices), kVertices, GL_STATIC_DRAW); in TextureDraw()
259 GL_STATIC_DRAW); in TextureDraw()
DYUVConverter.cpp813 s_gles2.glBufferData(GL_ARRAY_BUFFER, sizeof(kVertices), kVertices, GL_STATIC_DRAW); in createYUVGLFullscreenQuad()
815 s_gles2.glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(kIndices), kIndices, GL_STATIC_DRAW); in createYUVGLFullscreenQuad()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp420 mGl->glBufferData(GL_ARRAY_BUFFER, sizeof(vertexAttrs), vertexAttrs, GL_STATIC_DRAW); in TEST_P()
576 mGl->glBufferData(GL_ARRAY_BUFFER, sizeof(vertexAttrs), vertexAttrs, GL_STATIC_DRAW); in TEST_P()
714 mGl->glBufferData(GL_ARRAY_BUFFER, sizeof(vertexAttrs), vertexAttrs, GL_STATIC_DRAW); in TEST_P()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Validate.cpp252 case GL_STATIC_DRAW: in bufferUsage()
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h515 #define GL_STATIC_DRAW 0x88E4 macro
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h356 #define GL_STATIC_DRAW 0x88E4 macro
/hardware/google/gfxstream/include/GLES/
Dgl.h515 #define GL_STATIC_DRAW 0x88E4 macro
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.cpp71 gl.glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(sDrawTexIbo), sDrawTexIbo, GL_STATIC_DRAW); in getDrawTexOESCoreState()
/hardware/google/gfxstream/guest/GLESv2_enc/
DGLESv2Validation.cpp380 case GL_STATIC_DRAW: in bufferUsage()
/hardware/google/gfxstream/include/GLES2/
Dgl2.h125 #define GL_STATIC_DRAW 0x88E4 macro
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2.h106 #define GL_STATIC_DRAW 0x88E4 macro
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2.h106 #define GL_STATIC_DRAW 0x88E4 macro
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h119 #define GL_STATIC_DRAW 0x88E4 macro
Dgl31.h119 #define GL_STATIC_DRAW 0x88E4 macro
/hardware/google/gfxstream/include/GLES3/
Dgl3.h119 #define GL_STATIC_DRAW 0x88E4 macro
Dgl31.h119 #define GL_STATIC_DRAW 0x88E4 macro
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h106 #define GL_STATIC_DRAW 0x88E4 macro

12