Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DTextureSharedData.h36 bool immutable; member
DGLClientState.cpp1102 tex->immutable = false; in addTextureRec()
1189 texrec->immutable = true; in setBoundTextureImmutableFormat()
1196 return texrec->immutable; in isBoundTextureImmutableFormat()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_userstring.py115 s2 = s.immutable()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DUserString.py204 def immutable(self): member in MutableString