Searched refs:vertexAttribType (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | Format.h | 48 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/ |
D | VertexArrayGL.cpp | 725 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()
|
D | ContextGL.cpp | 389 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/ |
D | FrameCapture.cpp | 1941 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/ |
D | VertexDataManager.cpp | 111 if (attrib.format->vertexAttribType != gl::VertexAttribType::Float) in DirectStoragePossible()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | UtilsVk.cpp | 1800 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()
|
D | vk_cache_utils.cpp | 1833 intendedFormat.isPureInt(), intendedFormat.vertexAttribType); in initializePipeline()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | queryutils.cpp | 620 pname, gl::ToGLenum(attrib.format->vertexAttribType)); in QueryVertexAttribBase()
|