Home
last modified time | relevance | path

Searched defs:currentValueType (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DVertexBuffer11.cpp101 gl::VertexAttribType currentValueType, in storeVertexAttributes()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DVertexBuffer9.cpp63 gl::VertexAttribType currentValueType, in storeVertexAttributes()
/external/angle/src/libANGLE/renderer/d3d/
DVertexDataManager.h64 gl::VertexAttribType currentValueType; member
DVertexBuffer.cpp171 gl::VertexAttribType currentValueType, in storeDynamicAttribute()
/external/angle/src/libANGLE/
Dformatutils.cpp2123 angle::FormatID GetVertexFormatID(const VertexAttribute &attrib, VertexAttribType currentValueType) in GetVertexFormatID()
2132 angle::FormatID GetCurrentValueFormatID(VertexAttribType currentValueType) in GetCurrentValueFormatID()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h196 GLenum currentValueType() const in currentValueType() function