Home
last modified time | relevance | path

Searched defs:VertexAttribute (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrShaderProgram.hpp57 struct VertexAttribute struct
59VertexAttribute (const std::string& name_, rr::GenericVecType type_) : name(name_), type(type_)… in VertexAttribute() argument
61 std::string name;
62 rr::GenericVecType type;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DVertexAttribute.cpp49 VertexAttribute::VertexAttribute(GLuint bindingIndex) in VertexAttribute() function in gl::VertexAttribute
59 VertexAttribute::VertexAttribute(VertexAttribute &&attrib) in VertexAttribute() function in gl::VertexAttribute
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DVertexAttribute.cpp49 VertexAttribute::VertexAttribute(GLuint bindingIndex) in VertexAttribute() function in gl::VertexAttribute
59 VertexAttribute::VertexAttribute(VertexAttribute &&attrib) in VertexAttribute() function in gl::VertexAttribute
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.h167VertexAttribute() : mType(GL_FLOAT), mSize(4), mNormalized(false), mPureInteger(false), mStride(0)… in VertexAttribute() function