Home
last modified time | relevance | path

Searched refs:mType (Results 1 – 14 of 14) sorted by relevance

/external/doclava/src/com/google/doclava/
DAnnotationInstanceInfo.java23 private ClassInfo mType; field in AnnotationInstanceInfo
29 mType = null; in AnnotationInstanceInfo()
34 mType = type; in AnnotationInstanceInfo()
39 return mType; in type()
43 mType = cl; in setClass()
62 if (mType == null) { in toString()
65 str.append(mType.qualifiedName()); in toString()
DParameterInfo.java28 mType = type; in ParameterInfo()
34 return mType; in type()
73 return mType.dimension().equals(dimension); in matchesDimension()
78 TypeInfo mType; field in ParameterInfo
DFieldInfo.java41 mType = type; in FieldInfo()
48 isVolatile(), isSynthetic(), mType, getRawCommentText(), mConstantValue, position(), in cloneForClass()
64 return mType; in type()
413 return mType.equals(other.mType) in valueEquals()
419 if (!mType.equals(fInfo.mType)) { in isConsistent()
485 TypeInfo mType; field in FieldInfo
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontCacheLinux.cpp115 FontDescription::GenericFamilyType mType; in createFontPlatformData() member
127 if (type == fontDescriptions[i].mType) { in createFontPlatformData()
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DTexture.cpp50 mType = GL_UNSIGNED_BYTE; in Texture()
182 return (mType == GL_FLOAT || mType == GL_HALF_FLOAT_OES); in isFloatingPoint()
955 createSurface(width, height, internalFormat, mType, image); in copyNonRenderable()
1087 return selectFormat(getFormat(), mType); in getD3DFormat()
1224 bool typeOkay = (type == mType); in redefineTexture()
1257 mType = type; in redefineTexture()
1338 bool redefined = redefineTexture(level, internalFormat, width, height, mType); in copyImage()
1392 …ed = redefineTexture(0, mImageArray[0].format, mImageArray[0].width, mImageArray[0].height, mType); in copySubImage()
1513 D3DFORMAT format = selectFormat(mImageArray[0].format, mType); in createTexture()
1564 D3DFORMAT format = selectFormat(mImageArray[0].format, mType); in convertToRenderTarget()
[all …]
DContext.h91 …VertexAttribute() : mType(GL_FLOAT), mSize(0), mNormalized(false), mStride(0), mPointer(NULL), mAr… in VertexAttribute()
101 switch (mType) in typeSize()
119 GLenum mType; variable
DTexture.h155 GLenum mType; variable
DlibGLESv2.cpp3479 *params = (GLfloat)attribState.mType; in glGetVertexAttribfv()
3532 *params = attribState.mType; in glGetVertexAttribiv()
DContext.cpp753 mState.vertexAttribute[attribNum].mType = type; in setVertexAttribState()
/external/svox/pico/lib/
Dpicopr.c357 static void pr_ALLOCATE (picodata_ProcessingUnit this, pr_MemTypes mType, void * * adr, unsigned in… in pr_ALLOCATE() argument
363 if (mType == pr_WorkMem) { in pr_ALLOCATE()
386 else if (mType == pr_DynMem) { in pr_ALLOCATE()
413 static void pr_DEALLOCATE (picodata_ProcessingUnit this, pr_MemTypes mType, void * * adr) in pr_DEALLOCATE() argument
417 if (mType == pr_WorkMem) { in pr_DEALLOCATE()
420 else if (mType == pr_DynMem) { in pr_DEALLOCATE()
433 static void pr_getMemState(picodata_ProcessingUnit this, pr_MemTypes mType, picoos_uint32 *lmemStat… in pr_getMemState() argument
436 mType = mType; /* avoid warning "var not used in this function"*/ in pr_getMemState()
441 static void pr_resetMemState(picodata_ProcessingUnit this, pr_MemTypes mType, picoos_uint32 lmemSta… in pr_resetMemState() argument
448 mType = mType; /* avoid warning "var not used in this function"*/ in pr_resetMemState()
[all …]
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
DVertexDataManager.cpp716 …VertexElement element = {attribute.mType, attribute.mSize, attribute.mNormalized, attributeOffset,… in map()
753 …if (mCache[element].type == attribute.mType && mCache[element].size == attribute.mSize && mCache[… in lookupAttribute()
767 return mAttributeTypes[typeIndex(attribute.mType)][attribute.mNormalized][attribute.mSize - 1]; in formatConverter()
/external/srec/srec/cfront/
Dnisthdr.h175 char mType; variable
/external/clang/lib/Parse/
DParseObjc.cpp968 tok::TokenKind mType, in ParseObjCMethodDecl() argument
974 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus, in ParseObjCMethodDecl()
992 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus, in ParseObjCMethodDecl()
1020 mType, DSRet, ReturnType, in ParseObjCMethodDecl()
1065 mType == tok::minus, in ParseObjCMethodDecl()
1093 mType == tok::minus, in ParseObjCMethodDecl()
1156 mType, DSRet, ReturnType, in ParseObjCMethodDecl()
/external/clang/include/clang/Parse/
DParser.h1177 Decl *ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType,