Home
last modified time | relevance | path

Searched defs:getImplementation (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
DTexture.h82 rx::TextureImpl *getImplementation() { return mTexture; } in getImplementation() function
83 const rx::TextureImpl *getImplementation() const { return mTexture; } in getImplementation() function
DShader.h65 rx::ShaderImpl *getImplementation() { return mShader; } in getImplementation() function
66 const rx::ShaderImpl *getImplementation() const { return mShader; } in getImplementation() function
DBuffer.h50 rx::BufferImpl *getImplementation() const { return mBuffer; } in getImplementation() function
DProgramBinary.h101 rx::ProgramImpl *getImplementation() { return mProgram; } in getImplementation() function
102 const rx::ProgramImpl *getImplementation() const { return mProgram; } in getImplementation() function
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
DMethod.java109 @Nullable MethodImplementation getImplementation(); in getImplementation() method
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DPoolMethod.java90 @Override @Nullable public MethodImplementation getImplementation() { in getImplementation() method in PoolMethod
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DX509Util.java324 static Implementation getImplementation( in getImplementation() method in X509Util
378 static Implementation getImplementation( in getImplementation() method in X509Util
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
DBuilderMethod.java72 …@Override @Nullable public MethodImplementation getImplementation() { return methodImplementation;… in getImplementation() method in BuilderMethod
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3-0x.cpp39 auto getImplementation() const -> TFunctionType in getImplementation() function
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
DImmutableMethod.java112 …@Override @Nullable public ImmutableMethodImplementation getImplementation() { return methodImplem… in getImplementation() method in ImmutableMethod
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java787 public DOMImplementation getImplementation() in getImplementation() method in UnImplNode
/external/clang/lib/AST/
DDeclObjC.cpp1202 ObjCImplementationDecl *ObjCInterfaceDecl::getImplementation() const { in getImplementation() function in ObjCInterfaceDecl
1643 ObjCCategoryImplDecl *ObjCCategoryDecl::getImplementation() const { in getImplementation() function in ObjCCategoryDecl
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java578 public final DOMImplementation getImplementation() in getImplementation() method in DTMNodeProxy