Searched refs:implFactory (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Surface.cpp | 808 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 D | Surface.h | 287 WindowSurface(rx::EGLImplFactory *implFactory, 298 PbufferSurface(rx::EGLImplFactory *implFactory, 302 PbufferSurface(rx::EGLImplFactory *implFactory, 316 PixmapSurface(rx::EGLImplFactory *implFactory,
|
H A D | TransformFeedback.cpp | 87 TransformFeedback::TransformFeedback(rx::GLImplFactory *implFactory, in TransformFeedback() argument 90 : RefCountObject(implFactory->generateSerial(), id), in TransformFeedback() 92 mImplementation(implFactory->createTransformFeedback(mState)) in TransformFeedback()
|
H A D | Overlay.h | 59 Overlay(rx::GLImplFactory *implFactory); 113 MockOverlay(rx::GLImplFactory *implFactory);
|
H A D | Compiler.h | 34 Compiler(rx::GLImplFactory *implFactory, const State &data, egl::Display *display);
|
H A D | Renderbuffer.cpp | 101 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 D | Overlay.cpp | 105 MockOverlay::MockOverlay(rx::GLImplFactory *implFactory) {} in MockOverlay() argument
|
H A D | TransformFeedback.h | 63 TransformFeedback(rx::GLImplFactory *implFactory, TransformFeedbackID id, const Caps &caps);
|
H A D | Renderbuffer.h | 75 Renderbuffer(rx::GLImplFactory *implFactory, RenderbufferID id);
|
H A D | Compiler.cpp | 65 Compiler::Compiler(rx::GLImplFactory *implFactory, const State &state, egl::Display *display) in Compiler() argument 66 : mImplementation(implFactory->createCompiler()), in Compiler()
|
H A D | Shader.cpp | 137 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 D | Shader.h | 164 rx::GLImplFactory *implFactory,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | renderer_utils.cpp | 592 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 14 milliseconds