Home
last modified time | relevance | path

Searched refs:getConstantBufferRangeStorage (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DBuffer11.h184 angle::Result getConstantBufferRangeStorage(const gl::Context *context,
DBuffer11.cpp738 ANGLE_TRY(getConstantBufferRangeStorage(context, offset, size, &bufferStorage)); in getConstantBufferRange()
858 angle::Result Buffer11::getConstantBufferRangeStorage(const gl::Context *context, in getConstantBufferRangeStorage() function in rx::Buffer11