Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DQuery.h56 std::string mLabel; variable
DSampler.h87 std::string mLabel; variable
DDevice.h50 EGLLabelKHR mLabel; variable
DRenderbuffer.h135 std::string mLabel; variable
DEGLSync.h61 EGLLabelKHR mLabel; variable
DFence.h80 std::string mLabel; variable
DTransformFeedback.h47 std::string mLabel; variable
DProgramPipeline.h68 std::string mLabel; variable
DBuffer.h52 std::string mLabel; variable
DShader.h95 std::string mLabel; variable
DFramebuffer.h145 std::string mLabel; variable
DVertexArray.h76 std::string mLabel; variable
DTexture.h616 std::string mLabel; variable
DContext.h667 EGLLabelKHR mLabel; variable
DProgram.h369 std::string 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