Home
last modified time | relevance | path

Searched refs:getInstance (Results 1 – 25 of 909) sorted by relevance

12345678910>>...37

/external/chromium_org/chrome/browser/resources/options/
Doptions.js67 OptionsPage.register(SearchPage.getInstance());
68 OptionsPage.register(BrowserOptions.getInstance());
71 OptionsPage.registerOverlay(AddLanguageOverlay.getInstance(),
72 LanguageOptions.getInstance());
73 OptionsPage.registerOverlay(AlertOverlay.getInstance());
74 OptionsPage.registerOverlay(AutofillEditAddressOverlay.getInstance(),
75 AutofillOptions.getInstance());
76 OptionsPage.registerOverlay(AutofillEditCreditCardOverlay.getInstance(),
77 AutofillOptions.getInstance());
78 OptionsPage.registerOverlay(AutofillOptions.getInstance(),
[all …]
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
DCipher_ImplTest.java92 Cipher c = Cipher.getInstance("DES"); in testGetInstanceString1()
102 Cipher c = Cipher.getInstance("DES/CBC/PKCS5Padding"); in testGetInstanceString2()
107 c = Cipher.getInstance("DES/CBC/PKCS5Padding"); in testGetInstanceString2()
118 Cipher.getInstance("DES/CBC/"); in testGetInstanceString3()
124 Cipher.getInstance("DES//PKCS5Padding"); in testGetInstanceString3()
130 Cipher.getInstance("DES/CBC/IncorrectPadding"); in testGetInstanceString3()
144 Cipher.getInstance("DES/CBC/", "MyProvider2"); in testGetInstanceStringString1()
150 Cipher.getInstance("DES//PKCS5Padding", "MyProvider2"); in testGetInstanceStringString1()
156 Cipher.getInstance("DES/CBC/IncorrectPadding", "MyProvider2"); in testGetInstanceStringString1()
162 Cipher.getInstance("DES/CBC/PKCS5Padding", "IncorrectProvider"); in testGetInstanceStringString1()
[all …]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DSignature2Test.java37 KeyPairGenerator keyGen = KeyPairGenerator.getInstance("DSA");
49 Signature s = Signature.getInstance("DSA"); in test_clone()
62 String alg = Signature.getInstance("DSA").getAlgorithm(); in test_getAlgorithm()
71 Signature.getInstance("DSA"); in test_getInstanceLjava_lang_String()
82 Signature.getInstance("DSA", providers[i].getName()); in test_getInstanceLjava_lang_StringLjava_lang_String()
90 Signature sig = Signature.getInstance("DSA"); in test_getParameters()
102 Signature sig = Signature.getInstance("DSA"); in test_getParameterLjava_lang_String()
115 Provider p = Signature.getInstance("DSA").getProvider(); in test_getProvider()
123 Signature.getInstance("DSA").initSign(keys.getPrivate()); in test_initSignLjava_security_PrivateKey()
130 Signature.getInstance("DSA").initVerify(keys.getPublic()); in test_initVerifyLjava_security_PublicKey()
[all …]
DKeyPairGenerator4Test.java36 KeyPairGenerator gen = KeyPairGenerator.getInstance("DSA"); in test_genKeyPair()
45 String alg = KeyPairGenerator.getInstance("DSA").getAlgorithm(); in test_getAlgorithm()
53 KeyPairGenerator.getInstance("DSA"); in test_getInstanceLjava_lang_String()
67 KeyPairGenerator.getInstance("DSA", providers[i].getName()); in test_getInstanceLjava_lang_StringLjava_lang_String()
73 KeyPairGenerator.getInstance("DSA", ""); in test_getInstanceLjava_lang_StringLjava_lang_String()
84 Provider p = KeyPairGenerator.getInstance("DSA").getProvider(); in test_getProvider()
92 KeyPairGenerator keyPair = KeyPairGenerator.getInstance("DSA"); in test_initializeI()
101 KeyPairGenerator keyPair = KeyPairGenerator.getInstance("DSA"); in test_initializeILjava_security_SecureRandom()
112 KeyPairGenerator keyPairGenerator = KeyPairGenerator.getInstance("DSA"); in test_initializeLjava_security_spec_AlgorithmParameterSpec()
118 KeyPairGenerator keyPair = KeyPairGenerator.getInstance("DSA"); in test_initializeLjava_security_spec_AlgorithmParameterSpec()
[all …]
DAlgorithmParameterGenerator3Test.java42 .getInstance("DSA"); in test_generateParameters()
56 String alg = AlgorithmParameterGenerator.getInstance("DSA") in test_getAlgorithm()
67 AlgorithmParameterGenerator.getInstance("DSA"); in test_getInstanceLjava_lang_String()
84 AlgorithmParameterGenerator.getInstance("DSA", provs[i].getName()); in test_getInstanceLjava_lang_StringLjava_lang_String()
91 AlgorithmParameterGenerator.getInstance("DSA", (String) null); in test_getInstanceLjava_lang_StringLjava_lang_String()
100 AlgorithmParameterGenerator.getInstance("DSA", ""); in test_getInstanceLjava_lang_StringLjava_lang_String()
108 AlgorithmParameterGenerator.getInstance("DSA", "IDontExist"); in test_getInstanceLjava_lang_StringLjava_lang_String()
122 Provider p = AlgorithmParameterGenerator.getInstance("DSA") in test_getProvider()
135 .getInstance("DSA"); in test_initI()
149 .getInstance("DSA"); in test_initILjava_security_SecureRandom()
[all …]
DKeyStore2Test.java57 .getInstance("DSA");
137 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in creatCertificate()
141 KeyStore keyTest = KeyStore.getInstance(KeyStore.getDefaultType()); in creatCertificate()
166 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in test_aliases()
170 KeyStore keyTest = KeyStore.getInstance(KeyStore.getDefaultType()); in test_aliases()
203 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in test_containsAliasLjava_lang_String()
207 KeyStore keyTest = KeyStore.getInstance(KeyStore.getDefaultType()); in test_containsAliasLjava_lang_String()
227 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in test_getCertificateLjava_lang_String()
231 KeyStore keyTest = KeyStore.getInstance(KeyStore.getDefaultType()); in test_getCertificateLjava_lang_String()
261 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in test_getCertificateAliasLjava_security_cert_Certificate()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DTBSCertificate.java48 public static TBSCertificate getInstance( in getInstance() method in TBSCertificate
52 return getInstance(ASN1Sequence.getInstance(obj, explicit)); in getInstance()
55 public static TBSCertificate getInstance( in getInstance() method in TBSCertificate
64 return new TBSCertificate(ASN1Sequence.getInstance(obj)); in getInstance()
82 version = ASN1Integer.getInstance((ASN1TaggedObject)seq.getObjectAt(0), true); in TBSCertificate()
90 serialNumber = ASN1Integer.getInstance(seq.getObjectAt(seqStart + 1)); in TBSCertificate()
92 signature = AlgorithmIdentifier.getInstance(seq.getObjectAt(seqStart + 2)); in TBSCertificate()
93 issuer = X500Name.getInstance(seq.getObjectAt(seqStart + 3)); in TBSCertificate()
100 startDate = Time.getInstance(dates.getObjectAt(0)); in TBSCertificate()
101 endDate = Time.getInstance(dates.getObjectAt(1)); in TBSCertificate()
[all …]
DTBSCertificateStructure.java50 public static TBSCertificateStructure getInstance( in getInstance() method in TBSCertificateStructure
54 return getInstance(ASN1Sequence.getInstance(obj, explicit)); in getInstance()
57 public static TBSCertificateStructure getInstance( in getInstance() method in TBSCertificateStructure
66 return new TBSCertificateStructure(ASN1Sequence.getInstance(obj)); in getInstance()
84 version = ASN1Integer.getInstance((ASN1TaggedObject)seq.getObjectAt(0), true); in TBSCertificateStructure()
92 serialNumber = ASN1Integer.getInstance(seq.getObjectAt(seqStart + 1)); in TBSCertificateStructure()
94 signature = AlgorithmIdentifier.getInstance(seq.getObjectAt(seqStart + 2)); in TBSCertificateStructure()
95 issuer = X500Name.getInstance(seq.getObjectAt(seqStart + 3)); in TBSCertificateStructure()
102 startDate = Time.getInstance(dates.getObjectAt(0)); in TBSCertificateStructure()
103 endDate = Time.getInstance(dates.getObjectAt(1)); in TBSCertificateStructure()
[all …]
DTBSCertList.java59 public static CRLEntry getInstance(Object o) in getInstance() method in TBSCertList.CRLEntry
67 return new CRLEntry(ASN1Sequence.getInstance(o)); in getInstance()
75 return ASN1Integer.getInstance(seq.getObjectAt(0)); in getUserCertificate()
80 return Time.getInstance(seq.getObjectAt(1)); in getRevocationDate()
87 crlEntryExtensions = Extensions.getInstance(seq.getObjectAt(2)); in getExtensions()
121 return CRLEntry.getInstance(en.nextElement()); in nextElement()
147 public static TBSCertList getInstance( in getInstance() method in TBSCertList
151 return getInstance(ASN1Sequence.getInstance(obj, explicit)); in getInstance()
154 public static TBSCertList getInstance( in getInstance() method in TBSCertList
163 return new TBSCertList(ASN1Sequence.getInstance(obj)); in getInstance()
[all …]
DBasicConstraints.java18 ASN1Boolean cA = ASN1Boolean.getInstance(false);
21 public static BasicConstraints getInstance( in getInstance() method in BasicConstraints
25 return getInstance(ASN1Sequence.getInstance(obj, explicit)); in getInstance()
28 public static BasicConstraints getInstance( in getInstance() method in BasicConstraints
37 return getInstance(X509Extension.convertValueToObject((X509Extension)obj)); in getInstance()
41 return new BasicConstraints(ASN1Sequence.getInstance(obj)); in getInstance()
49 …return BasicConstraints.getInstance(extensions.getExtensionParsedValue(Extension.basicConstraints)… in fromExtensions()
64 this.cA = DERBoolean.getInstance(seq.getObjectAt(0)); in BasicConstraints()
69 this.pathLenConstraint = ASN1Integer.getInstance(seq.getObjectAt(0)); in BasicConstraints()
75 this.pathLenConstraint = ASN1Integer.getInstance(seq.getObjectAt(1)); in BasicConstraints()
[all …]
DIssuingDistributionPoint.java40 public static IssuingDistributionPoint getInstance( in getInstance() method in IssuingDistributionPoint
44 return getInstance(ASN1Sequence.getInstance(obj, explicit)); in getInstance()
47 public static IssuingDistributionPoint getInstance( in getInstance() method in IssuingDistributionPoint
56 return new IssuingDistributionPoint(ASN1Sequence.getInstance(obj)); in getInstance()
99 vec.add(new DERTaggedObject(false, 1, ASN1Boolean.getInstance(true))); in IssuingDistributionPoint()
103 vec.add(new DERTaggedObject(false, 2, ASN1Boolean.getInstance(true))); in IssuingDistributionPoint()
111 vec.add(new DERTaggedObject(false, 4, ASN1Boolean.getInstance(true))); in IssuingDistributionPoint()
115 vec.add(new DERTaggedObject(false, 5, ASN1Boolean.getInstance(true))); in IssuingDistributionPoint()
149 ASN1TaggedObject o = ASN1TaggedObject.getInstance(seq.getObjectAt(i)); in IssuingDistributionPoint()
155 distributionPoint = DistributionPointName.getInstance(o, true); in IssuingDistributionPoint()
[all …]
DAttributeCertificateInfo.java26 public static AttributeCertificateInfo getInstance( in getInstance() method in AttributeCertificateInfo
30 return getInstance(ASN1Sequence.getInstance(obj, explicit)); in getInstance()
33 public static AttributeCertificateInfo getInstance( in getInstance() method in AttributeCertificateInfo
42 return new AttributeCertificateInfo(ASN1Sequence.getInstance(obj)); in getInstance()
59 this.version = ASN1Integer.getInstance(seq.getObjectAt(0)); in AttributeCertificateInfo()
68 this.holder = Holder.getInstance(seq.getObjectAt(start)); in AttributeCertificateInfo()
69 this.issuer = AttCertIssuer.getInstance(seq.getObjectAt(start + 1)); in AttributeCertificateInfo()
70 this.signature = AlgorithmIdentifier.getInstance(seq.getObjectAt(start + 2)); in AttributeCertificateInfo()
71 this.serialNumber = ASN1Integer.getInstance(seq.getObjectAt(start + 3)); in AttributeCertificateInfo()
72 this.attrCertValidityPeriod = AttCertValidityPeriod.getInstance(seq.getObjectAt(start + 4)); in AttributeCertificateInfo()
[all …]
DGeneralSubtree.java45 base = GeneralName.getInstance(seq.getObjectAt(0)); in GeneralSubtree()
52 ASN1TaggedObject o = ASN1TaggedObject.getInstance(seq.getObjectAt(1)); in GeneralSubtree()
56 minimum = ASN1Integer.getInstance(o, false); in GeneralSubtree()
59 maximum = ASN1Integer.getInstance(o, false); in GeneralSubtree()
69 ASN1TaggedObject oMin = ASN1TaggedObject.getInstance(seq.getObjectAt(1)); in GeneralSubtree()
74 minimum = ASN1Integer.getInstance(oMin, false); in GeneralSubtree()
78 ASN1TaggedObject oMax = ASN1TaggedObject.getInstance(seq.getObjectAt(2)); in GeneralSubtree()
83 maximum = ASN1Integer.getInstance(oMax, false); in GeneralSubtree()
136 public static GeneralSubtree getInstance( in getInstance() method in GeneralSubtree
140 return new GeneralSubtree(ASN1Sequence.getInstance(o, explicit)); in getInstance()
[all …]
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/crypto/
DCipherFactoryTest.java57 CipherFactory.getInstance().setRandomNumberProviderForTests(mNumberProvider); in setUp()
65 Cipher aEncrypt = CipherFactory.getInstance().getCipher(Cipher.ENCRYPT_MODE); in testCipherUse()
66 Cipher bEncrypt = CipherFactory.getInstance().getCipher(Cipher.ENCRYPT_MODE); in testCipherUse()
70 Cipher aDecrypt = CipherFactory.getInstance().getCipher(Cipher.DECRYPT_MODE); in testCipherUse()
71 Cipher bDecrypt = CipherFactory.getInstance().getCipher(Cipher.DECRYPT_MODE); in testCipherUse()
94 assertTrue(CipherFactory.getInstance().restoreFromBundle(aBundle)); in testSameBundleRestoration()
95 Cipher aCipher = CipherFactory.getInstance().getCipher(Cipher.ENCRYPT_MODE); in testSameBundleRestoration()
96 assertTrue(CipherFactory.getInstance().restoreFromBundle(bBundle)); in testSameBundleRestoration()
97 Cipher bCipher = CipherFactory.getInstance().getCipher(Cipher.ENCRYPT_MODE); in testSameBundleRestoration()
115 assertTrue(CipherFactory.getInstance().restoreFromBundle(aBundle)); in testDifferentBundleRestoration()
[all …]
/external/chromium_org/chrome/browser/resources/chromeos/
Dcertificate_manager_dialog.js42 CertificateManager.getInstance().initializePage(true);
43 OptionsPage.registerOverlay(AlertOverlay.getInstance(),
44 CertificateManager.getInstance());
45 OptionsPage.registerOverlay(CertificateBackupOverlay.getInstance(),
46 CertificateManager.getInstance());
47 OptionsPage.registerOverlay(CertificateEditCaTrustOverlay.getInstance(),
48 CertificateManager.getInstance());
49 OptionsPage.registerOverlay(CertificateImportErrorOverlay.getInstance(),
50 CertificateManager.getInstance());
51 OptionsPage.registerOverlay(CertificateManager.getInstance());
[all …]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
Dmath_shifter.js51 cvox.TraverseMath.getInstance().initialize(sel.start.node);
62 this.bumped_ = !cvox.TraverseMath.getInstance().nextSibling(r);
63 var attachedNode = cvox.TraverseMath.getInstance().getAttachedActiveNode();
72 var attachedNode = cvox.TraverseMath.getInstance().getAttachedActiveNode();
89 var descs = cvox.SpeechRuleEngine.getInstance().evaluateNode(
90 cvox.TraverseMath.getInstance().activeNode);
123 this.bumped_ = !cvox.TraverseMath.getInstance().nextParentChild(true);
132 this.bumped_ = !cvox.TraverseMath.getInstance().nextParentChild(false);
146 cvox.TraverseMath.getInstance().initialize(mathNode);
147 cvox.SpeechRuleEngine.getInstance().parameterize(
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
DDefaultJcaJceHelper.java27 return Cipher.getInstance(algorithm); in createCipher()
33 return Mac.getInstance(algorithm); in createMac()
39 return KeyAgreement.getInstance(algorithm); in createKeyAgreement()
45 return AlgorithmParameterGenerator.getInstance(algorithm); in createAlgorithmParameterGenerator()
51 return AlgorithmParameters.getInstance(algorithm); in createAlgorithmParameters()
57 return KeyGenerator.getInstance(algorithm); in createKeyGenerator()
63 return KeyFactory.getInstance(algorithm); in createKeyFactory()
69 return SecretKeyFactory.getInstance(algorithm); in createSecretKeyFactory()
75 return KeyPairGenerator.getInstance(algorithm); in createKeyPairGenerator()
81 return MessageDigest.getInstance(algorithm); in createDigest()
[all …]
DProviderJcaJceHelper.java35 return Cipher.getInstance(algorithm, provider); in createCipher()
41 return Mac.getInstance(algorithm, provider); in createMac()
47 return KeyAgreement.getInstance(algorithm, provider); in createKeyAgreement()
53 return AlgorithmParameterGenerator.getInstance(algorithm, provider); in createAlgorithmParameterGenerator()
59 return AlgorithmParameters.getInstance(algorithm, provider); in createAlgorithmParameters()
65 return KeyGenerator.getInstance(algorithm, provider); in createKeyGenerator()
71 return KeyFactory.getInstance(algorithm, provider); in createKeyFactory()
77 return SecretKeyFactory.getInstance(algorithm, provider); in createSecretKeyFactory()
83 return KeyPairGenerator.getInstance(algorithm, provider); in createKeyPairGenerator()
89 return MessageDigest.getInstance(algorithm, provider); in createDigest()
[all …]
DNamedJcaJceHelper.java35 return Cipher.getInstance(algorithm, providerName); in createCipher()
41 return Mac.getInstance(algorithm, providerName); in createMac()
47 return KeyAgreement.getInstance(algorithm, providerName); in createKeyAgreement()
53 return AlgorithmParameterGenerator.getInstance(algorithm, providerName); in createAlgorithmParameterGenerator()
59 return AlgorithmParameters.getInstance(algorithm, providerName); in createAlgorithmParameters()
65 return KeyGenerator.getInstance(algorithm, providerName); in createKeyGenerator()
71 return KeyFactory.getInstance(algorithm, providerName); in createKeyFactory()
77 return SecretKeyFactory.getInstance(algorithm, providerName); in createSecretKeyFactory()
83 return KeyPairGenerator.getInstance(algorithm, providerName); in createKeyPairGenerator()
89 return MessageDigest.getInstance(algorithm, providerName); in createDigest()
[all …]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DLoggerTest.java82 CallVerificationStack.getInstance().clear(); in tearDown()
963 LogRecord r = (LogRecord) CallVerificationStack.getInstance().pop(); in testThrowing_Normal()
964 assertTrue(CallVerificationStack.getInstance().empty()); in testThrowing_Normal()
978 assertTrue(CallVerificationStack.getInstance().empty()); in testThrowing_Normal()
992 LogRecord r = (LogRecord) CallVerificationStack.getInstance().pop(); in testThrowing_Null()
993 assertTrue(CallVerificationStack.getInstance().empty()); in testThrowing_Null()
1011 LogRecord r = (LogRecord) CallVerificationStack.getInstance().pop(); in testEntering_StringString_Normal()
1012 assertTrue(CallVerificationStack.getInstance().empty()); in testEntering_StringString_Normal()
1026 assertTrue(CallVerificationStack.getInstance().empty()); in testEntering_StringString_Normal()
1040 LogRecord r = (LogRecord) CallVerificationStack.getInstance().pop(); in testEntering_StringString_Null()
[all …]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
DChoiceTest.java55 .getInstance());
66 ASN1Boolean.getInstance(), sequence, ASN1Integer.getInstance() }) {
125 ASN1Boolean.getInstance(), ASN1Integer.getInstance() }) { in testChoiceInSequenceOf()
173 .getInstance() }) { in test_ExplicitChoice()
201 ASN1Oid.getInstance(), // first in testChoiceOfChoice()
202 ASN1Boolean.getInstance(),// second: decoded component in testChoiceOfChoice()
203 ASN1Integer.getInstance() // third in testChoiceOfChoice()
224 ASN1BitString.getInstance() // second in testChoiceOfChoice()
255 ASN1Boolean.getInstance(),// component to be checked in testDistinctTags()
256 ASN1Oid.getInstance(), ASN1Integer.getInstance() }) { in testDistinctTags()
[all …]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
DCertificateFactory4Test.java58 CertificateFactory fact = CertificateFactory.getInstance("X.509"); in test_generateCertificateLjava_io_InputStream()
89 CertificateFactory fact = CertificateFactory.getInstance("X.509"); in test_generateCertificatesLjava_io_InputStream()
111 CertificateFactory fact = CertificateFactory.getInstance("X.509"); in test_generateCRLLjava_io_InputStream()
132 CertificateFactory fact = CertificateFactory.getInstance("X.509"); in test_generateCRLsLjava_io_InputStream()
153 CertificateFactory fact = CertificateFactory.getInstance("X.509"); in test_getInstanceLjava_lang_String()
171 CertificateFactory fact = CertificateFactory.getInstance( in test_getInstanceLjava_lang_StringLjava_lang_String()
181 CertificateFactory.getInstance("X.509", "IHaventBeenConfigured"); in test_getInstanceLjava_lang_StringLjava_lang_String()
194 Provider p = CertificateFactory.getInstance("X.509").getProvider(); in test_getProvider()
205 CertificateFactory.getInstance("X.509").generateCRL( in testGenerateCRLs2()
219 CertificateFactory.getInstance("X.509").generateCertificate(null); in testGenerateCertificate()
[all …]
/external/chromium_org/chrome/browser/resources/help/
Dhelp.js118 help.ChannelChangePage.getInstance().initialize();
119 this.registerOverlay(help.ChannelChangePage.getInstance());
153 help.HelpFocusManager.getInstance().initialize();
476 HelpPage.getInstance().setUpdateStatus_(status, message);
480 HelpPage.getInstance().setProgress_(progress);
484 HelpPage.getInstance().setAllowedConnectionTypesMsg_(message);
485 HelpPage.getInstance().showAllowedConnectionTypesMsg_(true);
489 HelpPage.getInstance().showAllowedConnectionTypesMsg_(visible);
493 HelpPage.getInstance().setPromotionState_(state);
497 HelpPage.getInstance().setObsoleteSystem_(obsolete);
[all …]
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp30 GrAlwaysAssert(texture < GrDebugGL::getInstance()->getMaxTextureUnits()); in debugGLActiveTexture()
32 GrDebugGL::getInstance()->setCurTextureUnit(texture); in debugGLActiveTexture()
71 GrDebugGL::getInstance()->setTexture(texture); in debugGLBindTexture()
90 buffer = GrDebugGL::getInstance()->getArrayBuffer(); in debugGLBufferData()
93 buffer = GrDebugGL::getInstance()->getElementArrayBuffer(); in debugGLBufferData()
113 GrDebugGL::getInstance()->setUnPackRowLength(param); in debugGLPixelStorei()
116 GrDebugGL::getInstance()->setPackRowLength(param); in debugGLPixelStorei()
138 if (0 < GrDebugGL::getInstance()->getPackRowLength()) { in debugGLReadPixels()
139 pixelsInRow = GrDebugGL::getInstance()->getPackRowLength(); in debugGLReadPixels()
199 GrDebugGL::getInstance()->useProgram(program); in debugGLUseProgram()
[all …]
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp30 GrAlwaysAssert(texture < GrDebugGL::getInstance()->getMaxTextureUnits()); in debugGLActiveTexture()
32 GrDebugGL::getInstance()->setCurTextureUnit(texture); in debugGLActiveTexture()
71 GrDebugGL::getInstance()->setTexture(texture); in debugGLBindTexture()
90 buffer = GrDebugGL::getInstance()->getArrayBuffer(); in debugGLBufferData()
93 buffer = GrDebugGL::getInstance()->getElementArrayBuffer(); in debugGLBufferData()
113 GrDebugGL::getInstance()->setUnPackRowLength(param); in debugGLPixelStorei()
116 GrDebugGL::getInstance()->setPackRowLength(param); in debugGLPixelStorei()
138 if (0 < GrDebugGL::getInstance()->getPackRowLength()) { in debugGLReadPixels()
139 pixelsInRow = GrDebugGL::getInstance()->getPackRowLength(); in debugGLReadPixels()
199 GrDebugGL::getInstance()->useProgram(program); in debugGLUseProgram()
[all …]

12345678910>>...37