Home
last modified time | relevance | path

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

/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
DDisplay.h86 rx::ShareGroupImpl *getImplementation() const { return mImplementation; } in getImplementation() function
279 rx::DisplayImpl *getImplementation() const { return mImplementation; } in getImplementation() function
DQuery.cpp86 rx::QueryImpl *Query::getImplementation() const in getImplementation() function in gl::Query
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
DSurface.h68 rx::SurfaceImpl *getImplementation() const { return mImplementation; } in getImplementation() function
DTransformFeedback.cpp321 rx::TransformFeedbackImpl *TransformFeedback::getImplementation() const in getImplementation() function in gl::TransformFeedback
DShader.h177 rx::ShaderImpl *getImplementation() const { return mImplementation.get(); } in getImplementation() function
DFramebuffer.h213 rx::FramebufferImpl *getImplementation() const { return mImpl; } in getImplementation() function
DVertexArray.h256 rx::VertexArrayImpl *getImplementation() const { return mVertexArray; } in getImplementation() function
DRenderbuffer.cpp237 rx::RenderbufferImpl *Renderbuffer::getImplementation() const in getImplementation() function in gl::Renderbuffer
DTexture.h537 rx::TextureImpl *getImplementation() const { return mTexture; } in getImplementation() function
DProgramPipeline.cpp191 rx::ProgramPipelineImpl *ProgramPipeline::getImplementation() const in getImplementation() function in gl::ProgramPipeline
DProgram.h445 ANGLE_INLINE rx::ProgramImpl *getImplementation() const in getImplementation() function
DContext.h483 rx::ContextImpl *getImplementation() const { return mImplementation.get(); } in getImplementation() function