Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DSurface.cpp808 WindowSurface::WindowSurface(rx::EGLImplFactory *implFactory, in WindowSurface() argument
815 mImplementation = implFactory->createWindowSurface(mState, window, attribs); in WindowSurface()
820 PbufferSurface::PbufferSurface(rx::EGLImplFactory *implFactory, in PbufferSurface() argument
826 mImplementation = implFactory->createPbufferSurface(mState, attribs); in PbufferSurface()
829 PbufferSurface::PbufferSurface(rx::EGLImplFactory *implFactory, in PbufferSurface() argument
838 implFactory->createPbufferFromClientBuffer(mState, buftype, clientBuffer, attribs); in PbufferSurface()
843 PixmapSurface::PixmapSurface(rx::EGLImplFactory *implFactory, in PixmapSurface() argument
850 mImplementation = implFactory->createPixmapSurface(mState, nativePixmap, attribs); in PixmapSurface()
H A DSurface.h287 WindowSurface(rx::EGLImplFactory *implFactory,
298 PbufferSurface(rx::EGLImplFactory *implFactory,
302 PbufferSurface(rx::EGLImplFactory *implFactory,
316 PixmapSurface(rx::EGLImplFactory *implFactory,
H A DTransformFeedback.cpp87 TransformFeedback::TransformFeedback(rx::GLImplFactory *implFactory, in TransformFeedback() argument
90 : RefCountObject(implFactory->generateSerial(), id), in TransformFeedback()
92 mImplementation(implFactory->createTransformFeedback(mState)) in TransformFeedback()
H A DOverlay.h59 Overlay(rx::GLImplFactory *implFactory);
113 MockOverlay(rx::GLImplFactory *implFactory);
H A DCompiler.h34 Compiler(rx::GLImplFactory *implFactory, const State &data, egl::Display *display);
H A DRenderbuffer.cpp101 Renderbuffer::Renderbuffer(rx::GLImplFactory *implFactory, RenderbufferID id) in Renderbuffer() argument
102 : RefCountObject(implFactory->generateSerial(), id), in Renderbuffer()
104 mImplementation(implFactory->createRenderbuffer(mState)), in Renderbuffer()
H A DOverlay.cpp105 MockOverlay::MockOverlay(rx::GLImplFactory *implFactory) {} in MockOverlay() argument
H A DTransformFeedback.h63 TransformFeedback(rx::GLImplFactory *implFactory, TransformFeedbackID id, const Caps &caps);
H A DRenderbuffer.h75 Renderbuffer(rx::GLImplFactory *implFactory, RenderbufferID id);
H A DCompiler.cpp65 Compiler::Compiler(rx::GLImplFactory *implFactory, const State &state, egl::Display *display) in Compiler() argument
66 : mImplementation(implFactory->createCompiler()), in Compiler()
H A DShader.cpp137 rx::GLImplFactory *implFactory, in Shader()
142 mImplementation(implFactory->createShader(mState)), in Shader()
136 Shader(ShaderProgramManager *manager, rx::GLImplFactory *implFactory, const gl::Limitations &rendererLimitations, ShaderType type, ShaderProgramID handle) Shader() argument
H A DShader.h164 rx::GLImplFactory *implFactory,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Drenderer_utils.cpp592 ContextImpl *implFactory = context->getImplementation(); in getIncompleteTexture() local
605 new gl::Texture(implFactory, {std::numeric_limits<GLuint>::max()}, createType); in getIncompleteTexture()
615 new gl::Buffer(implFactory, {std::numeric_limits<GLuint>::max()}); in getIncompleteTexture()

Completed in 11 milliseconds