Home
last modified time | relevance | path

Searched refs:currentValueType (Results 1 – 15 of 15) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d9/
DVertexBuffer9.cpp63 gl::VertexAttribType currentValueType, in storeVertexAttributes() argument
94 angle::FormatID vertexFormatID = gl::GetVertexFormatID(attrib, currentValueType); in storeVertexAttributes()
DVertexBuffer9.h32 gl::VertexAttribType currentValueType,
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DVertexBuffer11.cpp101 gl::VertexAttribType currentValueType, in storeVertexAttributes() argument
124 angle::FormatID vertexFormatID = gl::GetVertexFormatID(attrib, currentValueType); in storeVertexAttributes()
DVertexBuffer11.h35 gl::VertexAttribType currentValueType,
DVertexArray11.cpp262 translatedAttrib->currentValueType = currentValue.Type; in updateDirtyAttribs()
320 dynamicAttrib->currentValueType = currentValue.Type; in updateDynamicAttribs()
DInputLayoutCache.cpp221 gl::GetVertexFormatID(*attrib.attribute, attrib.currentValueType); in createInputLayout()
DStateManager11.cpp2072 currentValueAttrib->currentValueType = currentValue.Type; in syncCurrentValueAttribs()
/external/angle/src/libANGLE/renderer/d3d/
DVertexBuffer.h52 gl::VertexAttribType currentValueType,
124 gl::VertexAttribType currentValueType,
DVertexBuffer.cpp171 gl::VertexAttribType currentValueType, in storeDynamicAttribute() argument
201 ANGLE_TRY(mVertexBuffer->storeVertexAttributes(context, attrib, binding, currentValueType, in storeDynamicAttribute()
DVertexDataManager.cpp133 currentValueType(gl::VertexAttribType::InvalidEnum), in TranslatedAttribute()
280 translated->currentValueType = currentValueData.Type; in prepareVertexData()
573 context, attrib, binding, translated->currentValueType, firstVertexIndex, in storeDynamicAttrib()
DVertexDataManager.h64 gl::VertexAttribType currentValueType; member
/external/angle/src/libANGLE/
Dformatutils.h353 angle::FormatID GetVertexFormatID(const VertexAttribute &attrib, VertexAttribType currentValueType);
354 angle::FormatID GetCurrentValueFormatID(VertexAttribType currentValueType);
Dformatutils.cpp2123 angle::FormatID GetVertexFormatID(const VertexAttribute &attrib, VertexAttribType currentValueType) in GetVertexFormatID() argument
2127 return GetCurrentValueFormatID(currentValueType); in GetVertexFormatID()
2132 angle::FormatID GetCurrentValueFormatID(VertexAttribType currentValueType) in GetCurrentValueFormatID() argument
2134 switch (currentValueType) in GetCurrentValueFormatID()
/external/swiftshader/src/OpenGL/libGLESv2/
DVertexDataManager.cpp216 switch(attrib.currentValueType()) in prepareVertexData()
DContext.h196 GLenum currentValueType() const in currentValueType() function