Home
last modified time | relevance | path

Searched refs:VertexAttributeGL (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.h118 struct VertexAttributeGL struct
144 angle::FixedVector<VertexAttributeGL, gl::MAX_VERTEX_ATTRIBS> attributes; argument
DVertexArrayGL.cpp37 bool SameVertexAttribFormat(const VertexAttributeGL &a, const VertexAttribute &b) in SameVertexAttribFormat()
1041 VertexAttributeGL &attribute = mNativeState->attributes[index]; in validateState()
DBlitGL.cpp1256 VertexAttributeGL &attribute = mVAOState->attributes[mTexcoordAttribLocation]; in initializeVAOState()