Home
last modified time | relevance | path

Searched refs:storeVertexAttributes (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d9/
DVertexBuffer9.h29 angle::Result storeVertexAttributes(const gl::Context *context,
DVertexBuffer9.cpp60 angle::Result VertexBuffer9::storeVertexAttributes(const gl::Context *context, in storeVertexAttributes() function in rx::VertexBuffer9
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DVertexBuffer11.h32 angle::Result storeVertexAttributes(const gl::Context *context,
DVertexBuffer11.cpp98 angle::Result VertexBuffer11::storeVertexAttributes(const gl::Context *context, in storeVertexAttributes() function in rx::VertexBuffer11
/external/angle/src/libANGLE/renderer/d3d/
DVertexBuffer.cpp201 ANGLE_TRY(mVertexBuffer->storeVertexAttributes(context, attrib, binding, currentValueType, in storeDynamicAttribute()
299 ANGLE_TRY(mVertexBuffer->storeVertexAttributes(context, attrib, binding, in storeStaticAttribute()
DVertexBuffer.h49 virtual angle::Result storeVertexAttributes(const gl::Context *context,