Home
last modified time | relevance | path

Searched refs:implFactory (Results 1 – 13 of 13) sorted by relevance

/external/angle/src/libANGLE/
DSurface.cpp694 WindowSurface::WindowSurface(rx::EGLImplFactory *implFactory, in WindowSurface() argument
701 mImplementation = implFactory->createWindowSurface(mState, window, attribs); in WindowSurface()
706 PbufferSurface::PbufferSurface(rx::EGLImplFactory *implFactory, in PbufferSurface() argument
712 mImplementation = implFactory->createPbufferSurface(mState, attribs); in PbufferSurface()
715 PbufferSurface::PbufferSurface(rx::EGLImplFactory *implFactory, in PbufferSurface() argument
724 implFactory->createPbufferFromClientBuffer(mState, buftype, clientBuffer, attribs); in PbufferSurface()
729 PixmapSurface::PixmapSurface(rx::EGLImplFactory *implFactory, in PixmapSurface() argument
736 mImplementation = implFactory->createPixmapSurface(mState, nativePixmap, attribs); in PixmapSurface()
DSurface.h271 WindowSurface(rx::EGLImplFactory *implFactory,
282 PbufferSurface(rx::EGLImplFactory *implFactory,
286 PbufferSurface(rx::EGLImplFactory *implFactory,
300 PixmapSurface(rx::EGLImplFactory *implFactory,
DTransformFeedback.cpp87 TransformFeedback::TransformFeedback(rx::GLImplFactory *implFactory, in TransformFeedback() argument
90 : RefCountObject(implFactory->generateSerial(), id), in TransformFeedback()
92 mImplementation(implFactory->createTransformFeedback(mState)) in TransformFeedback()
DOverlay.h59 Overlay(rx::GLImplFactory *implFactory);
113 MockOverlay(rx::GLImplFactory *implFactory);
DRenderbuffer.cpp88 Renderbuffer::Renderbuffer(rx::GLImplFactory *implFactory, RenderbufferID id) in Renderbuffer() argument
89 : RefCountObject(implFactory->generateSerial(), id), in Renderbuffer()
91 mImplementation(implFactory->createRenderbuffer(mState)), in Renderbuffer()
DCompiler.h34 Compiler(rx::GLImplFactory *implFactory, const State &data, egl::Display *display);
DOverlay.cpp105 MockOverlay::MockOverlay(rx::GLImplFactory *implFactory) {} in MockOverlay() argument
DTransformFeedback.h63 TransformFeedback(rx::GLImplFactory *implFactory, TransformFeedbackID id, const Caps &caps);
DCompiler.cpp65 Compiler::Compiler(rx::GLImplFactory *implFactory, const State &state, egl::Display *display) in Compiler() argument
66 : mImplementation(implFactory->createCompiler()), in Compiler()
DRenderbuffer.h73 Renderbuffer(rx::GLImplFactory *implFactory, RenderbufferID id);
DShader.cpp137 rx::GLImplFactory *implFactory, in Shader() argument
142 mImplementation(implFactory->createShader(mState)), in Shader()
DShader.h164 rx::GLImplFactory *implFactory,
/external/angle/src/libANGLE/renderer/
Drenderer_utils.cpp606 ContextImpl *implFactory = context->getImplementation(); in getIncompleteTexture() local
619 new gl::Texture(implFactory, {std::numeric_limits<GLuint>::max()}, createType); in getIncompleteTexture()
629 new gl::Buffer(implFactory, {std::numeric_limits<GLuint>::max()}); in getIncompleteTexture()