Searched refs:getFormat (Results 126 - 150 of 198) sorted by relevance

12345678

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
H A DBCDSAPrivateKey.java82 public String getFormat() method in class:BCDSAPrivateKey
H A DBCDSAPublicKey.java94 public String getFormat() method in class:BCDSAPublicKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCEDHPrivateKey.java112 public String getFormat() method in class:JCEDHPrivateKey
H A DJCEDHPublicKey.java113 public String getFormat() method in class:JCEDHPublicKey
H A DJDKDSAPrivateKey.java84 public String getFormat() method in class:JDKDSAPrivateKey
H A DJDKDSAPublicKey.java95 public String getFormat() method in class:JDKDSAPublicKey
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DSwitchData.java104 int defaultTarget = Dops.PACKED_SWITCH.getFormat().codeSize();
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DTextureHelper.java246 if(source.getImage().getFormat()!=Format.RGB8 && source.getImage().getFormat()!=Format.BGR8) {
270 sourcePixel.fromImage(image.getFormat(), sourceData, i);
273 sourcePixel.fromImage(image.getFormat(), sourceData, i);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
H A DTextureBlenderDDS.java33 Format format = texture.getImage().getFormat();
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
H A DTexture2D.java63 if (img.getFormat().isDepthFormat()){
H A DTexture3D.java63 if (img.getFormat().isDepthFormat()) {
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DAbstractManifestWriter.java118 protected String getFormat(SampleEntry se) { method in class:AbstractManifestWriter
/external/skia/src/effects/
H A DSkEmbossMaskFilter.cpp63 SkMask::Format SkEmbossMaskFilter::getFormat() { function in class:SkEmbossMaskFilter
H A DSkTableMaskFilter.cpp70 SkMask::Format SkTableMaskFilter::getFormat() { function in class:SkTableMaskFilter
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction35c.java104 public Format getFormat() { method in class:Instruction35c
H A DInstruction35s.java104 public Format getFormat() { method in class:Instruction35s
H A DSparseSwitchDataPseudoInstruction.java125 public Format getFormat() { method in class:SparseSwitchDataPseudoInstruction
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DTexture.h62 virtual GLenum getFormat() const = 0;
95 virtual GLenum getFormat() const;
218 GLenum getFormat() const;
262 GLenum getFormat() const;
H A DTexture.cpp875 if (format != getFormat())
1087 return selectFormat(getFormat(), mType);
1204 GLenum Texture2D::getFormat() const function in class:gl::Texture2D
1396 copyNonRenderable(&mImageArray[level], getFormat(), xoffset, yoffset, x, y, width, height, renderTarget);
1455 if ((getFormat() == GL_FLOAT && !getContext()->supportsFloatLinearFilter()) ||
1456 (getFormat() == GL_HALF_FLOAT_OES && !getContext()->supportsHalfFloatLinearFilter()))
1504 return IsCompressed(getFormat());
1772 GLenum TextureCubeMap::getFormat() const function in class:gl::TextureCubeMap
1900 if ((getFormat() == GL_FLOAT && !getContext()->supportsFloatLinearFilter()) ||
1901 (getFormat()
2457 GLenum Texture::TextureColorbufferProxy::getFormat() const function in class:gl::Texture::TextureColorbufferProxy
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DMesh.java584 // if (vb.getFormat() != Format.Float){
603 switch (vb.getFormat()){
759 if (pb != null && pb.getFormat() == Format.Float && pb.getNumComponents() == 3){
909 if (vb.getNumComponents() != components || vb.getFormat() != format){
1133 Buffer buffer = VertexBuffer.createBuffer(oldVb.getFormat(), oldVb.getNumComponents(), newNumVerts);
1137 newVb.setupData(oldVb.getUsage(), oldVb.getNumComponents(), oldVb.getFormat(), buffer);
1183 if (tc.getFormat() != VertexBuffer.Format.Float)
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
H A DOGLESShaderRenderer.java1432 TextureUtil.convertTextureFormat(rb.getFormat()),
1437 TextureUtil.convertTextureFormat(rb.getFormat()),
2142 int size = vb.getData().capacity() * vb.getFormat().getComponentSize();
2144 switch (vb.getFormat()) {
2191 int size = vb.getData().capacity() * vb.getFormat().getComponentSize();
2193 switch (vb.getFormat()) {
2238 // glBufferData(target, vb.getData().capacity() * vb.getFormat().getComponentSize(), usage);
2252 // switch (vb.getFormat()){
2396 + "format=" + vb.getFormat() + ", "
2404 convertFormat(vb.getFormat()),
[all...]
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
H A DLwjglRenderer.java1363 TextureUtil.checkFormatSupported(rb.getFormat());
1372 TextureUtil.convertTextureFormat(rb.getFormat()),
1377 TextureUtil.convertTextureFormat(rb.getFormat()),
1817 if (img.getFormat().isDepthFormat()) {
2032 switch (vb.getFormat()) {
2056 switch (vb.getFormat()) {
2081 // glBufferData(target, vb.getData().capacity() * vb.getFormat().getComponentSize(), usage);
2095 // switch (vb.getFormat()){
2197 convertFormat(vb.getFormat()),
2250 int fmt = convertFormat(indexBuf.getFormat());
[all...]
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DMac_ImplTest.java273 public String getFormat() { method in class:Mac_ImplTest.tmpKey
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DIdentity2Test.java72 public String getFormat() { method in class:Identity2Test.CertificateImpl
/external/apache-harmony/security/src/test/api/java.injected/java/security/
H A DSignatureTest.java275 public String getFormat() { method in class:SignatureTest.MyKey

Completed in 452 milliseconds

12345678