Home
last modified time | relevance | path

Searched refs:attribute_ (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/egl/
DegluStrUtil.hpp36 ConfigAttribValueFmt (deUint32 attribute_, int value_) : attribute(attribute_), value(value_) {} in ConfigAttribValueFmt()
43 SurfaceAttribValueFmt (deUint32 attribute_, int value_) : attribute(attribute_), value(value_) {} in SurfaceAttribValueFmt()
50 ContextAttribValueFmt (deUint32 attribute_, int value_) : attribute(attribute_), value(value_) {} in ContextAttribValueFmt()
/external/cronet/third_party/quic_trace/src/tools/render/
Dsdl_util.h177 attribute_ = glGetAttribLocation(*program, name); in GlVertexArrayAttrib()
178 DCHECK_NE(attribute_, -1) << "Failed to locate attribute " << name; in GlVertexArrayAttrib()
179 glEnableVertexAttribArray(attribute_); in GlVertexArrayAttrib()
182 ~GlVertexArrayAttrib() { glDisableVertexAttribArray(attribute_); } in ~GlVertexArrayAttrib()
187 GLint operator*() const { return attribute_; }
190 GLint attribute_;
/external/flatbuffers/src/
Didl_parser.cpp470 return t == kTokenIdentifier ? attribute_ : TokenToString(t); in TokenToStringId()
501 attribute_.clear(); in Next()
544 attribute_ += '\n'; in Next()
548 attribute_ += '\t'; in Next()
552 attribute_ += '\r'; in Next()
556 attribute_ += '\b'; in Next()
560 attribute_ += '\f'; in Next()
564 attribute_ += '\"'; in Next()
568 attribute_ += '\''; in Next()
572 attribute_ += '\\'; in Next()
[all …]
/external/flatbuffers/include/flatbuffers/
Didl.h769 std::string attribute_; member