Home
last modified time | relevance | path

Searched refs:promoteStaticUsage (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/
DBufferD3D.h58 void promoteStaticUsage(const gl::Context *context, size_t dataSize);
DBufferD3D.cpp163 void BufferD3D::promoteStaticUsage(const gl::Context *context, size_t dataSize) in promoteStaticUsage() function in rx::BufferD3D
DIndexDataManager.cpp207 buffer->promoteStaticUsage(context, count << srcTypeShift); in prepareIndexData()
DVertexDataManager.cpp480 bufferD3D->promoteStaticUsage(context, count * typeSize); in PromoteDynamicAttribs()