Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DSemaphore.h38 rx::SemaphoreImpl *getImplementation() const { return mImplementation.get(); } in getImplementation() function
DMemoryObject.h35 rx::MemoryObjectImpl *getImplementation() const { return mImplementation.get(); } in getImplementation() function
DDevice.h42 rx::DeviceImpl *getImplementation() { return mImplementation.get(); } in getImplementation() function
DPath.h52 rx::PathImpl *getImplementation() const { return mPath; } in getImplementation() function
DProgramPipeline.cpp52 rx::ProgramPipelineImpl *ProgramPipeline::getImplementation() const in getImplementation() function in gl::ProgramPipeline
DQuery.cpp82 rx::QueryImpl *Query::getImplementation() const in getImplementation() function in gl::Query
DImage.cpp209 rx::ExternalImageSiblingImpl *ExternalImageSibling::getImplementation() const in getImplementation() function in egl::ExternalImageSibling
383 rx::ImageImpl *Image::getImplementation() const in getImplementation() function in egl::Image
DBuffer.h122 rx::BufferImpl *getImplementation() const { return mImpl; } in getImplementation() function
DStream.cpp119 rx::StreamProducerImpl *Stream::getImplementation() in getImplementation() function in egl::Stream
DDisplay.h190 rx::DisplayImpl *getImplementation() const { return mImplementation; } in getImplementation() function
DSurface.h63 rx::SurfaceImpl *getImplementation() const { return mImplementation; } in getImplementation() function
DSampler.cpp182 rx::SamplerImpl *Sampler::getImplementation() const in getImplementation() function in gl::Sampler
DShader.h141 rx::ShaderImpl *getImplementation() const { return mImplementation.get(); } in getImplementation() function
DRenderbuffer.cpp141 rx::RenderbufferImpl *Renderbuffer::getImplementation() const in getImplementation() function in gl::Renderbuffer
/third_party/skia/third_party/externals/angle2/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
DQuery.cpp86 rx::QueryImpl *Query::getImplementation() const in getImplementation() function in gl::Query
DDisplay.h86 rx::ShareGroupImpl *getImplementation() const { return mImplementation; } in getImplementation() function
279 rx::DisplayImpl *getImplementation() const { return mImplementation; } in getImplementation() function
DImage.cpp237 rx::ExternalImageSiblingImpl *ExternalImageSibling::getImplementation() const in getImplementation() function in egl::ExternalImageSibling
436 rx::ImageImpl *Image::getImplementation() const in getImplementation() function in egl::Image
DStream.cpp119 rx::StreamProducerImpl *Stream::getImplementation() in getImplementation() function in egl::Stream
DOverlay.h88 rx::OverlayImpl *getImplementation() const { return mImplementation.get(); } in getImplementation() function
DBuffer.h158 rx::BufferImpl *getImplementation() const { return mImpl; } in getImplementation() function
DSampler.cpp186 rx::SamplerImpl *Sampler::getImplementation() const in getImplementation() function in gl::Sampler

12