Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/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()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DVertexArrayGL.cpp725 gl::ToGLenum(format.vertexAttribType), in callVertexAttribPointer()
731 gl::ToGLenum(format.vertexAttribType), in callVertexAttribPointer()
767 gl::ToGLenum(format.vertexAttribType), attrib.relativeOffset)); in updateAttribFormat()
773 gl::ToGLenum(format.vertexAttribType), format.isNorm(), in updateAttribFormat()
1054 context, 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()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp1941 attrib.format->vertexAttribType, binding.getStride(), in CaptureVertexPointerES1()
1946 CaptureNormalPointer(*replayState, true, attrib.format->vertexAttribType, in CaptureVertexPointerES1()
1951 attrib.format->vertexAttribType, in CaptureVertexPointerES1()
1956 CapturePointSizePointerOES(*replayState, true, attrib.format->vertexAttribType, in CaptureVertexPointerES1()
1962 attrib.format->vertexAttribType, binding.getStride(), in CaptureVertexPointerES1()
2053 attrib.format->vertexAttribType, in CaptureVertexArrayState()
2062 attrib.format->vertexAttribType, attrib.format->isNorm(), in CaptureVertexArrayState()
2080 attrib.format->vertexAttribType, in CaptureVertexArrayState()
2087 attrib.format->vertexAttribType, in CaptureVertexArrayState()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DVertexDataManager.cpp111 if (attrib.format->vertexAttribType != gl::VertexAttribType::Float) in DirectStoragePossible()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp1800 params.srcFormat->vertexAttribType == gl::VertexAttribType::UnsignedInt2101010 || in convertVertexBuffer()
1801 params.srcFormat->vertexAttribType == gl::VertexAttribType::Int2101010; in convertVertexBuffer()
1803 params.srcFormat->vertexAttribType == gl::VertexAttribType::UnsignedInt1010102 || in convertVertexBuffer()
1804 params.srcFormat->vertexAttribType == gl::VertexAttribType::Int1010102; in convertVertexBuffer()
Dvk_cache_utils.cpp1833 intendedFormat.isPureInt(), intendedFormat.vertexAttribType); in initializePipeline()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dqueryutils.cpp620 pname, gl::ToGLenum(attrib.format->vertexAttribType)); in QueryVertexAttribBase()