Home
last modified time | relevance | path

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

12

/external/angle/src/libANGLE/
DSemaphore.h38 rx::SemaphoreImpl *getImplementation() const { return mImplementation.get(); } in getImplementation() function
DDevice.h42 rx::DeviceImpl *getImplementation() { return mImplementation.get(); } in getImplementation() function
DMemoryObject.h35 rx::MemoryObjectImpl *getImplementation() const { return mImplementation.get(); } in getImplementation() function
DFence.h75 rx::SyncImpl *getImplementation() const { return mFence; } in getImplementation() function
DShareGroup.h73 rx::ShareGroupImpl *getImplementation() const { return mImplementation; } in getImplementation() function
DQuery.cpp92 rx::QueryImpl *Query::getImplementation() const in getImplementation() function in gl::Query
DShader.h126 rx::ShaderImpl *getImplementation() const { return mImplementation.get(); } in getImplementation() function
DStream.cpp119 rx::StreamProducerImpl *Stream::getImplementation() in getImplementation() function in egl::Stream
DOverlay.h88 rx::OverlayImpl *getImplementation() const { return mImplementation.get(); } in getImplementation() function
DImage.cpp267 rx::ExternalImageSiblingImpl *ExternalImageSibling::getImplementation() const in getImplementation() function in egl::ExternalImageSibling
499 rx::ImageImpl *Image::getImplementation() const in getImplementation() function in egl::Image
DSampler.cpp192 rx::SamplerImpl *Sampler::getImplementation() const in getImplementation() function in gl::Sampler
DBuffer.h172 rx::BufferImpl *getImplementation() const { return mImpl; } in getImplementation() function
DTransformFeedback.cpp327 rx::TransformFeedbackImpl *TransformFeedback::getImplementation() const in getImplementation() function in gl::TransformFeedback
DSurface.h74 rx::SurfaceImpl *getImplementation() const { return mImplementation; } in getImplementation() function
DDisplay.h271 rx::DisplayImpl *getImplementation() const { return mImplementation; } in getImplementation() function
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/iface/
DMethod.java119 @Nullable MethodImplementation getImplementation(); in getImplementation() method
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/x509/
DX509Util.java325 static Implementation getImplementation( in getImplementation() method in X509Util
379 static Implementation getImplementation( in getImplementation() method in X509Util
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/x509/
DX509Util.java325 static Implementation getImplementation( in getImplementation() method in X509Util
379 static Implementation getImplementation( in getImplementation() method in X509Util
/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/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/pool/
DPoolMethod.java93 @Override @Nullable public MethodImplementation getImplementation() { in getImplementation() method in PoolMethod
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/rewriter/
DMethodRewriter.java99 @Override @Nullable public MethodImplementation getImplementation() { in getImplementation() method in MethodRewriter.RewrittenMethod
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3-0x.cpp39 auto getImplementation() const -> TFunctionType in getImplementation() function
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/builder/
DBuilderMethod.java77 …@Override @Nullable public MethodImplementation getImplementation() { return methodImplementation;… in getImplementation() method in BuilderMethod
/external/google-smali/baksmali/src/test/java/com/android/tools/smali/baksmali/
DInstructionMethodItemTest.java184 public MethodImplementation getImplementation() { in getImplementation() method in InstructionMethodItemTest.TestMethod
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/
DImmutableMethod.java124 …@Override @Nullable public ImmutableMethodImplementation getImplementation() { return methodImplem… in getImplementation() method in ImmutableMethod

12