/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | GLESbuffer.h | 46 GLuint m_usage = GL_STATIC_DRAW;
|
/hardware/google/gfxstream/host/tests/ |
D | HelloTriangleImp.cpp | 74 GL_STATIC_DRAW); in initialize()
|
D | GLSnapshotBuffers_unittest.cpp | 138 GlBufferData arrayData = {128, nullptr, GL_STATIC_DRAW}; in TEST_F()
|
D | GLSnapshotVertexAttributes_unittest.cpp | 54 .usage = GL_STATIC_DRAW};
|
D | SampleApplication.cpp | 413 gl->glBufferData(GL_ARRAY_BUFFER, sizeof(attrs), attrs, GL_STATIC_DRAW); in drawWorker()
|
D | FrameBuffer_unittest.cpp | 621 GL_STATIC_DRAW); in TEST_F()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLESvalidate.cpp | 83 case GL_STATIC_DRAW: in bufferUsage()
|
/hardware/google/gfxstream/host/gl/ |
D | TextureResize.cpp | 270 s_gles2.glBufferData(GL_ARRAY_BUFFER, sizeof(kVertexData), kVertexData, GL_STATIC_DRAW); 511 GL_STATIC_DRAW); in GenericResizer() 525 GL_STATIC_DRAW); in GenericResizer()
|
D | TextureDraw.cpp | 252 GL_ARRAY_BUFFER, sizeof(kVertices), kVertices, GL_STATIC_DRAW); in TextureDraw() 259 GL_STATIC_DRAW); in TextureDraw()
|
D | YUVConverter.cpp | 813 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/ |
D | GfxstreamEnd2EndGlTests.cpp | 420 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/ |
D | GLESv2Validate.cpp | 252 case GL_STATIC_DRAW: in bufferUsage()
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 515 #define GL_STATIC_DRAW 0x88E4 macro
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 356 #define GL_STATIC_DRAW 0x88E4 macro
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 515 #define GL_STATIC_DRAW 0x88E4 macro
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | CoreProfileEngine.cpp | 71 gl.glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(sDrawTexIbo), sDrawTexIbo, GL_STATIC_DRAW); in getDrawTexOESCoreState()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | GLESv2Validation.cpp | 380 case GL_STATIC_DRAW: in bufferUsage()
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 125 #define GL_STATIC_DRAW 0x88E4 macro
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2.h | 106 #define GL_STATIC_DRAW 0x88E4 macro
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2.h | 106 #define GL_STATIC_DRAW 0x88E4 macro
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 119 #define GL_STATIC_DRAW 0x88E4 macro
|
D | gl31.h | 119 #define GL_STATIC_DRAW 0x88E4 macro
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 119 #define GL_STATIC_DRAW 0x88E4 macro
|
D | gl31.h | 119 #define GL_STATIC_DRAW 0x88E4 macro
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 106 #define GL_STATIC_DRAW 0x88E4 macro
|