Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrShaderProgram.hpp57 struct VertexAttribute struct
59 VertexAttribute(const std::string &name_, rr::GenericVecType type_) : name(name_), type(type_) in VertexAttribute() function
63 std::string name;
64 rr::GenericVecType type;
/aosp_15_r20/external/angle/src/libANGLE/
H A DVertexAttribute.cpp49 VertexAttribute::VertexAttribute(GLuint bindingIndex) in VertexAttribute() function in gl::VertexAttribute
59 VertexAttribute::VertexAttribute(VertexAttribute &&attrib) in VertexAttribute() function in gl::VertexAttribute
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java77 private static class VertexAttribute { class in ImageShader
90 public VertexAttribute(String name, int index) { in VertexAttribute() method in ImageShader.VertexAttribute