/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/ |
CHROMIUM_get_multiple.txt | 31 void GetMultipleIntegervCHROMIUM (const GLenum* pnames, GLuint count, 34 <pnames> points to an array of state enums that would normally be queried by 35 GetIntegerv. <count> is the number of pnames. <results> points memory large 39 Example: <pnames> points to an array with VIEWPORT and MAX_TEXTURE_SIZE. 44 INVALID_ENUM is generated if any of the pnames are not valid for GetIntegerv
|
/external/chromium_org/third_party/icu/source/common/ |
propname.h | 67 #define PNAME_DATA_NAME "pnames" 81 * Swap pnames.icu. See udataswp.h. 97 * An offset from the start of the pnames data to a contained entity. 137 /* -- begin pnames data -- */ 144 /* -- end pnames data -- */ 152 * property aliases and property value aliases (pnames). The class 157 * of the header of the pnames data. 161 /* -- begin pnames data -- */ 183 /* -- end pnames data -- */ 229 /* -- begin pnames data -- * [all...] |
propname.cpp | 359 " for pnames.icu EnumToOffset{%d..%d} at %d\n", 403 " for pnames.icu NonContiguousEnumToOffset[%d] at %d\n", 480 " for pnames.icu NameToEnum[%d] at %d\n", 613 udata_printError(ds, "upname_swap(): too few bytes (%d after header) for all of pnames.icu\n", 728 udata_printError(ds, "upname_swap(): data format %02x.%02x.%02x.%02x (format version %02x) is not recognized as pnames.icu\n", 742 udata_printError(ds, "upname_swap(): too few bytes (%d after header) for pnames.icu\n",
|
/external/chromium_org/third_party/icu/patches/ |
data.build.patch | 7 -DAT_FILES_SHORT=pnames.icu unames.icu cnvalias.icu coll/ucadata.icu coll/invuca.icu nfc.nrm nfkc.nrm nfkc_cf.nrm uts46.nrm 15 +DAT_FILES_SHORT=pnames.icu cnvalias.icu coll/ucadata.icu nfc.nrm nfkc.nrm nfkc_cf.nrm uts46.nrm 43 -$(BUILDDIR)/%.spp: $(SPREPSRCDIR)/%.txt $(TOOLBINDIR)/gensprep$(TOOLEXEEXT) $(BUILDDIR)/unames.icu $(BUILDDIR)/pnames.icu 45 +$(BUILDDIR)/%.spp: $(SPREPSRCDIR)/%.txt $(TOOLBINDIR)/gensprep$(TOOLEXEEXT) $(BUILDDIR)/pnames.icu
|
data.build.win.patch | 43 $(BRK_SOURCE) : "$(ICUBLD_PKG)\unames.icu" "$(ICUBLD_PKG)\pnames.icu" "$(ICUBLD_PKG)\nfc.nrm"
|
/external/icu4c/common/ |
propname.h | 69 #define PNAME_DATA_NAME "pnames" 120 * pnames.icu formatVersion 2 123 * In ICU 4.8, the pnames.icu data file is used only in ICU4J. 126 * For documentation of pnames.icu formatVersion 1 see ICU4C 4.6 (2010-dec-01) 129 * The pnames.icu begins with the standard ICU DataHeader/UDataInfo.
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
checks.spec | 17 # ifcheck defaults to 1 so we don't explicitly list pnames requiring 18 # a single value. unknown pnames will be validated against one value, which
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
common.cpp | 129 * The code below is written such that pnames requiring only one values 133 * This means that unknown pnames (e.g.: extensions) will default to 1. If 140 // GLES 2.x pnames 166 // GLES 1.x pnames
|
/external/chromium_org/third_party/icu/source/tools/genbrk/ |
genbrk.1.in | 69 .B pnames.icu
|
/external/chromium_org/third_party/icu/source/tools/genctd/ |
genctd.1.in | 70 .B pnames.icu
|
/external/icu4c/tools/genbrk/ |
genbrk.1.in | 69 .B pnames.icu
|
/external/icu4c/tools/gencfu/ |
gencfu.1.in | 74 .B pnames.icu
|
/external/icu4c/tools/toolutil/ |
ppucd.h | 102 void setPropertyNames(const PropertyNames *pn) { pnames=pn; } 157 const PropertyNames *pnames; // aliased member in class:PreparsedUCD
|
ppucd.cpp | 58 : icuPnames(new PropertyNames()), pnames(icuPnames), 298 int32_t prop=pnames->getPropertyEnum(p); 336 int32_t value=pnames->getPropertyValueEnum(prop, v); 542 int32_t script=pnames->getPropertyValueEnum(UCHAR_SCRIPT, scs);
|
swapimpl.cpp | 95 udata_printError(ds, "upname_swap(): data format %02x.%02x.%02x.%02x (format version %02x) is not recognized as pnames.icu\n", 110 udata_printError(ds, "upname_swap(): too few bytes (%d after header) for pnames.icu\n", 122 "for pnames.icu\n", 148 // generate, and keep in subversion, ASCII versions of pnames.icu, 149 // and since only ICU4J uses the pnames.icu data file
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
cros_log_analyzer_view.js | 52 this.pNames = []; 266 for (var i = 0; i < this.pNames.length; i++) { 267 var pNameBlock = this.createPNameBlock(this.pNames[i]); 349 if (this.pNames.indexOf(pName) == -1) { 350 this.pNames.push(pName);
|
/external/chromium_org/gpu/command_buffer/client/ |
gles2_implementation.h | 362 GetMultipleIntegervState(const GLenum* pnames, GLuint pnames_count, 364 : pnames(pnames), 370 const GLenum* pnames; member in struct:gpu::gles2::GLES2Implementation::GetMultipleIntegervState
|
gles2_implementation.cc | 185 static const GLenum pnames[] = { local 201 pnames, arraysize(pnames), 691 // TODO(gman): Make this handle pnames that return more than 1 value. 701 // TODO(gman): Make this handle pnames that return more than 1 value. [all...] |
/external/icu4c/tools/gendict/ |
gendict.1.in | 67 .B pnames.icu
|
/frameworks/base/core/jni/ |
android_opengl_GLES10Ext.cpp | 151 * The code below is written such that pnames requiring only one values 155 * This means that unknown pnames (e.g.: extensions) will default to 1. If 162 // GLES 2.x pnames 188 // GLES 1.x pnames
|
/packages/apps/Settings/src/com/android/settings/applications/ |
InstalledAppDetails.java | 808 ArrayList<CharSequence> pnames = new ArrayList<CharSequence>(); local [all...] |
/external/chromium_org/gpu/GLES2/ |
gl2extchromium.h | 593 const GLenum* pnames, GLuint count, GLint* results, GLsizeiptr size); 598 const GLenum* pnames, GLuint count, GLint* results, GLsizeiptr size);
|
/external/icu4c/data/ |
makedata.mak | 489 # 2010-dec Removed pnames.icu. 492 uni-core-data: GODATA "$(ICUBLD_PKG)\pnames.icu" "$(ICUBLD_PKG)\uprops.icu" "$(ICUBLD_PKG)\ucase.icu" "$(ICUBLD_PKG)\ubidi.icu" 505 echo pnames.icu ubidi.icu ucase.icu uprops.icu > "$(ICUOUT)\icu4j\add.txt" [all...] |
/external/chromium_org/third_party/angle_dx11/extensions/ |
ANGLE_texture_usage.txt | 181 On the other hand, if combinations are really required, additional <pnames>
|
/external/chromium_org/third_party/icu/source/data/ |
makedata.mak | 601 "$(ICU_LIB_TARGET)" : $(COMMON_ICUDATA_DEPENDENCIES) $(CNV_FILES) $(CNV_FILES_SPECIAL) "$(ICUBLD_PKG)\unames.icu" "$(ICUBLD_PKG)\pnames.icu" "$(ICUBLD_PKG)\cnvalias.icu" "$(ICUBLD_PKG)\nfc.nrm" "$(ICUBLD_PKG)\nfkc.nrm" "$(ICUBLD_PKG)\nfkc_cf.nrm" "$(ICUBLD_PKG)\uts46.nrm" "$(ICUBLD_PKG)\$(ICUCOL)\ucadata.icu" "$(ICUBLD_PKG)\$(ICUCOL)\invuca.icu" $(CURR_RES_FILES) $(LANG_RES_FILES) $(REGION_RES_FILES) $(ZONE_RES_FILES) $(BRK_FILES) $(BRK_CTD_FILES) $(BRK_RES_FILES) $(COL_COL_FILES) $(RBNF_RES_FILES) $(TRANSLIT_RES_FILES) $(ALL_RES) $(SPREP_FILES) "$(ICUBLD_PKG)\confusables.cfu" 605 pnames.icu [all...] |