Searched refs:storeVertexAttributes (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | VertexBuffer9.h | 29 angle::Result storeVertexAttributes(const gl::Context *context,
|
D | VertexBuffer9.cpp | 60 angle::Result VertexBuffer9::storeVertexAttributes(const gl::Context *context, in storeVertexAttributes() function in rx::VertexBuffer9
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | VertexBuffer11.h | 32 angle::Result storeVertexAttributes(const gl::Context *context,
|
D | VertexBuffer11.cpp | 98 angle::Result VertexBuffer11::storeVertexAttributes(const gl::Context *context, in storeVertexAttributes() function in rx::VertexBuffer11
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | VertexBuffer.cpp | 201 ANGLE_TRY(mVertexBuffer->storeVertexAttributes(context, attrib, binding, currentValueType, in storeDynamicAttribute() 299 ANGLE_TRY(mVertexBuffer->storeVertexAttributes(context, attrib, binding, in storeStaticAttribute()
|
D | VertexBuffer.h | 49 virtual angle::Result storeVertexAttributes(const gl::Context *context,
|