Home
last modified time | relevance | path

Searched refs:vertexAttribType (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/libANGLE/renderer/
DFormat.h48 gl::VertexAttribType vertexAttribType);
114 gl::VertexAttribType vertexAttribType; member
152 gl::VertexAttribType vertexAttribType) in Format() argument
182 vertexAttribType(vertexAttribType) in Format()
230 return vertexAttribType == gl::VertexAttribType::HalfFloat; in isVertexTypeHalfFloat()
/external/angle/src/libANGLE/renderer/gl/
DVertexArrayGL.cpp707 gl::ToGLenum(format.vertexAttribType), stride, pointer); in callVertexAttribPointer()
712 gl::ToGLenum(format.vertexAttribType), format.isNorm(), in callVertexAttribPointer()
745 gl::ToGLenum(format.vertexAttribType), in updateAttribFormat()
751 gl::ToGLenum(format.vertexAttribType), format.isNorm(), in updateAttribFormat()
1014 functions, index, ToGLenum(attribute.format->vertexAttribType), in validateState()
DContextGL.cpp389 gl::ToGLenum(attrib.format->vertexAttribType), in updateAttributesForBaseInstance()
395 gl::ToGLenum(attrib.format->vertexAttribType), in updateAttributesForBaseInstance()
422 gl::ToGLenum(attrib.format->vertexAttribType), in resetUpdatedAttributes()
429 gl::ToGLenum(attrib.format->vertexAttribType), attrib.format->isNorm(), in resetUpdatedAttributes()
/external/angle/src/libANGLE/renderer/d3d/
DVertexDataManager.cpp113 if (attrib.format->vertexAttribType != gl::VertexAttribType::Float) in DirectStoragePossible()
/external/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp1812 params.srcFormat->vertexAttribType == gl::VertexAttribType::UnsignedInt2101010 || in convertVertexBuffer()
1813 params.srcFormat->vertexAttribType == gl::VertexAttribType::Int2101010; in convertVertexBuffer()
1815 params.srcFormat->vertexAttribType == gl::VertexAttribType::UnsignedInt1010102 || in convertVertexBuffer()
1816 params.srcFormat->vertexAttribType == gl::VertexAttribType::Int1010102; in convertVertexBuffer()
Dvk_cache_utils.cpp1804 GetVertexAttributeComponentType(angleFormat.isPureInt(), angleFormat.vertexAttribType); in initializePipeline()
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp1922 attrib.format->vertexAttribType, binding.getStride(), in CaptureVertexPointerES1()
1927 CaptureNormalPointer(*replayState, true, attrib.format->vertexAttribType, in CaptureVertexPointerES1()
1932 attrib.format->vertexAttribType, in CaptureVertexPointerES1()
1937 CapturePointSizePointerOES(*replayState, true, attrib.format->vertexAttribType, in CaptureVertexPointerES1()
1943 attrib.format->vertexAttribType, binding.getStride(), in CaptureVertexPointerES1()
2006 attrib.format->vertexAttribType, attrib.format->isNorm(), in CaptureVertexArrayData()
/external/angle/src/libANGLE/
Dqueryutils.cpp614 pname, gl::ToGLenum(attrib.format->vertexAttribType)); in QueryVertexAttribBase()