Home
last modified time | relevance | path

Searched defs:mLabel (Results 1 – 19 of 19) sorted by relevance

/external/angle/src/libANGLE/
DQuery.h56 std::string mLabel; variable
DSampler.h87 std::string mLabel; variable
DDevice.h50 EGLLabelKHR mLabel; variable
DEGLSync.h62 EGLLabelKHR mLabel; variable
DRenderbuffer.h173 std::string mLabel; variable
DFence.h80 std::string mLabel; variable
DTransformFeedback.h47 std::string mLabel; variable
DProgramPipeline.h78 std::string mLabel; variable
DBuffer.h54 std::string mLabel; variable
DShader.h118 std::string mLabel; variable
DFramebuffer.h152 std::string mLabel; variable
DVertexArray.h87 std::string mLabel; variable
DTexture.h244 std::string mLabel; variable
DProgram.h381 std::string mLabel; variable
DContext.h702 EGLLabelKHR mLabel; variable
/external/doclava/src/com/google/doclava/
DSampleCode.java587 private String mLabel; field in SampleCode.Node
602 private String mLabel, mLink, mGroup, mType; field in SampleCode.Node.Builder
604 public Builder setLabel(String mLabel) { this.mLabel = mLabel; return this;} in setLabel()
DPageMetadata.java697 private String mLabel; // holds page.title or similar identifier field in PageMetadata.Node
726 private String mLabel, mCategory, mSummary, mLink, mGroup, mImage, mLang, mType, mTimestamp; field in PageMetadata.Node.Builder
730 public Builder setLabel(String mLabel) { this.mLabel = mLabel; return this;} in setLabel()
DNavTree.java214 private String mLabel; field in NavTree.Node
/external/angle/src/libANGLE/renderer/metal/
Dmtl_command_buffer.h509 mtl::AutoObjCObj<NSString> mLabel; variable