Searched defs:standard (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp28 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr); local
30 if (kGLES_GrGLStandard == standard) {
32 } else if (kGL_GrGLStandard == standard) {
H A DGrGLContext.h48 GrGLStandard standard() const { return fInterface->fStandard; } function in class:GrGLContextInfo
H A DGrGLExtensions.cpp44 bool GrGLExtensions::init(GrGLStandard standard, argument
H A DGrGLCaps.cpp104 GrGLStandard standard = ctxInfo.standard(); local
111 if (kGLES_GrGLStandard == standard) {
115 SkASSERT(kGL_GrGLStandard == standard);
133 if (kGL_GrGLStandard == standard) {
141 if (kGL_GrGLStandard == standard) {
148 if (kGL_GrGLStandard == standard) {
163 fTextureUsageSupport = (kGLES_GrGLStandard == standard) &&
166 if (kGL_GrGLStandard == standard) {
180 if (kGL_GrGLStandard == standard) {
414 GrGLStandard standard = ctxInfo.standard(); local
477 GrGLStandard standard = ctxInfo.standard(); local
[all...]
H A DGrGLShaderVar.h166 out->append(PrecisionString(fPrecision, ctxInfo.standard()));
201 static const char* PrecisionString(Precision p, GrGLStandard standard) { argument
203 if (kGLES_GrGLStandard == standard) {
/external/skia/src/gpu/gl/android/
H A DGrGLCreateNativeInterface_android.cpp255 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr); local
257 if (kGLES_GrGLStandard == standard) {
261 if (!extensions.init(standard, glGetString, getStringi, glGetIntegerv)) {
271 } else if (kGL_GrGLStandard == standard) {
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DGenericFontFamilySettings.cpp84 const AtomicString& GenericFontFamilySettings::standard(UScriptCode script) const function in class:blink::GenericFontFamilySettings
91 if (family == standard())
/external/chromium_org/third_party/opus/src/celt/dump_modes/
H A Ddump_modes.c71 int standard, framerate; local
74 standard = (mode->Fs == 400*(opus_int32)mode->shortMdctSize);
77 if (!standard)
98 if (!standard)
216 if (standard)
226 if (standard)
/external/chromium_org/third_party/skia/src/gpu/gl/win/
H A DGrGLCreateNativeInterface_win.cpp79 GrGLStandard standard = GrGLGetStandardInUseFromString(verStr); local
81 if (kGLES_GrGLStandard == standard) {
83 } else if (kGL_GrGLStandard == standard) {
/external/skia/src/gpu/gl/
H A DGrGLContext.h48 GrGLStandard standard() const { return fInterface->fStandard; } function in class:GrGLContextInfo
H A DGrGLExtensions.cpp44 bool GrGLExtensions::init(GrGLStandard standard, argument
H A DGrGLCaps.cpp100 GrGLStandard standard = ctxInfo.standard(); local
107 if (kGLES_GrGLStandard == standard) {
111 SkASSERT(kGL_GrGLStandard == standard);
129 if (kGL_GrGLStandard == standard) {
137 if (kGL_GrGLStandard == standard) {
144 if (kGL_GrGLStandard == standard) {
159 fTextureUsageSupport = (kGLES_GrGLStandard == standard) &&
162 if (kGL_GrGLStandard == standard) {
176 if (kGL_GrGLStandard == standard) {
379 GrGLStandard standard = ctxInfo.standard(); local
438 GrGLStandard standard = ctxInfo.standard(); local
[all...]
H A DGrGLShaderVar.h270 out->append(PrecisionString(fPrecision, ctxInfo.standard()));
305 static const char* PrecisionString(Precision p, GrGLStandard standard) { argument
307 if (kGLES_GrGLStandard == standard) {
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dstdnmtst.c38 static int dotestname(const char *name, const char *standard, const char *expected) { argument
45 tag = ucnv_getStandardName(name, standard, &error);
47 log_err_status(error, "FAIL: could not find %s standard name for %s\n", standard, name);
50 log_err("FAIL: expected %s for %s standard name for %s, got %s\n", expected, standard, name, tag);
66 const char *standard; local
69 standard = ucnv_getStandard(i, &err);
73 } else if (!standard || !*standard) {
114 dotestconv(const char *name, const char *standard, const char *expected) argument
170 doTestNames(const char *name, const char *standard, const char **expected, int32_t size) argument
222 doTestUCharNames(const char *name, const char *standard, const char **expected, int32_t size) argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dstdnmtst.c38 static int dotestname(const char *name, const char *standard, const char *expected) { argument
45 tag = ucnv_getStandardName(name, standard, &error);
47 log_err_status(error, "FAIL: could not find %s standard name for %s\n", standard, name);
50 log_err("FAIL: expected %s for %s standard name for %s, got %s\n", expected, standard, name, tag);
66 const char *standard; local
69 standard = ucnv_getStandard(i, &err);
73 } else if (!standard || !*standard) {
114 dotestconv(const char *name, const char *standard, const char *expected) argument
170 doTestNames(const char *name, const char *standard, const char **expected, int32_t size) argument
222 doTestUCharNames(const char *name, const char *standard, const char **expected, int32_t size) argument
[all...]
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
H A DGrGLFragmentShaderBuilder.cpp22 GrGLStandard standard,
25 if (kGLES_GrGLStandard == standard) {
21 append_default_precision_qualifier(GrGLShaderVar::Precision p, GrGLStandard standard, SkString* str) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Dmixer.c763 VdpColorStandard standard,
775 switch (standard) {
762 vlVdpGenerateCSCMatrix(VdpProcamp *procamp, VdpColorStandard standard, VdpCSCMatrix *csc_matrix) argument
/external/ltrace/
H A Dlibrary.c261 struct library_symbol *standard = u; local
262 return library_symbol_cmp(libsym, standard) == 0 ? CBS_STOP : CBS_CONT;
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dmixer.c763 VdpColorStandard standard,
775 switch (standard) {
762 vlVdpGenerateCSCMatrix(VdpProcamp *procamp, VdpColorStandard standard, VdpCSCMatrix *csc_matrix) argument
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
H A Doptions.js191 ['standard', 'sansserif', 'serif', 'fixed', 'cursive', 'fantasy'];
671 standard: {
/external/chromium_org/third_party/icu/source/common/
H A Ducnv_io.cpp26 * depending on the specified standard.
143 * a standard, or they are really old converters that the
144 * standard doesn't recognize anymore.
636 * Search for an standard name of an alias (what is the default name
637 * that this standard uses?)
642 findTaggedAliasListsOffset(const char *alias, const char *standard, UErrorCode *pErrorCode) { argument
647 uint32_t tagNum = getTagNumber(standard);
663 at the highest standard affinity.
681 /* The standard doesn't know about the alias */
693 findTaggedConverterNum(const char *alias, const char *standard, UErrorCod argument
829 ucnv_openStandardNames(const char *convName, const char *standard, UErrorCode *pErrorCode) argument
955 ucnv_getStandardName(const char *alias, const char *standard, UErrorCode *pErrorCode) argument
1001 ucnv_getCanonicalName(const char *alias, const char *standard, UErrorCode *pErrorCode) argument
[all...]
/external/chromium_org/third_party/icu/source/tools/gencnval/
H A Dgencnval.c60 /* The maximum number of aliases that a standard tag/converter combination can have.
135 /* Were the standard tags declared before the aliases. */
166 addAlias(const char *alias, uint16_t standard, uint16_t converter, UBool defaultName);
369 fprintf(stderr, "%s:%d: error: alias table needs to start a list of standard tags\n", path, lineNum);
652 @param standard When standard is 0, then it's the "empty" tag.
655 addAlias(const char *alias, uint16_t standard, uint16_t converter, UBool defaultName) { argument
660 if(standard>=MAX_TAG_COUNT) {
661 fprintf(stderr, "%s:%d: error: too many standard tags\n", path, lineNum);
668 aliasList = &tags[standard]
[all...]
/external/icu/icu4c/source/common/
H A Ducnv_io.cpp26 * depending on the specified standard.
143 * a standard, or they are really old converters that the
144 * standard doesn't recognize anymore.
636 * Search for an standard name of an alias (what is the default name
637 * that this standard uses?)
642 findTaggedAliasListsOffset(const char *alias, const char *standard, UErrorCode *pErrorCode) { argument
647 uint32_t tagNum = getTagNumber(standard);
663 at the highest standard affinity.
681 /* The standard doesn't know about the alias */
693 findTaggedConverterNum(const char *alias, const char *standard, UErrorCod argument
829 ucnv_openStandardNames(const char *convName, const char *standard, UErrorCode *pErrorCode) argument
955 ucnv_getStandardName(const char *alias, const char *standard, UErrorCode *pErrorCode) argument
1001 ucnv_getCanonicalName(const char *alias, const char *standard, UErrorCode *pErrorCode) argument
[all...]
/external/icu/icu4c/source/tools/gencnval/
H A Dgencnval.c60 /* The maximum number of aliases that a standard tag/converter combination can have.
135 /* Were the standard tags declared before the aliases. */
166 addAlias(const char *alias, uint16_t standard, uint16_t converter, UBool defaultName);
369 fprintf(stderr, "%s:%d: error: alias table needs to start a list of standard tags\n", path, lineNum);
652 @param standard When standard is 0, then it's the "empty" tag.
655 addAlias(const char *alias, uint16_t standard, uint16_t converter, UBool defaultName) { argument
660 if(standard>=MAX_TAG_COUNT) {
661 fprintf(stderr, "%s:%d: error: too many standard tags\n", path, lineNum);
668 aliasList = &tags[standard]
[all...]
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dpsaux.h782 FT_CMap_Class standard; member in struct:T1_CMap_ClassesRec_

Completed in 373 milliseconds

12